From afbd2f10518b52db42bb6a09fa38389b6ea2907b Mon Sep 17 00:00:00 2001 From: Peyha Nicole Date: Mon, 22 Jan 2024 10:10:17 +0100 Subject: [PATCH 1/2] feat: implement morpho protocol page --- pages/morpho/morpho.md | 59 +++++++++++++++++++++++++++++++++++++++++ pages/morpho/morpho.svg | 13 +++++++++ 2 files changed, 72 insertions(+) create mode 100644 pages/morpho/morpho.md create mode 100644 pages/morpho/morpho.svg diff --git a/pages/morpho/morpho.md b/pages/morpho/morpho.md new file mode 100644 index 0000000..a2dc27a --- /dev/null +++ b/pages/morpho/morpho.md @@ -0,0 +1,59 @@ +--- +# Name of the project. Also the URL i.e. duneanalytics.com/projects/dai. +name: "Morpho" + +# The name of the logo file. Should have the same name as the markdown file. +logo: "morpho.svg" + +# The main color of the project. Remember to quote this value. +color: "#2E4DFF" + +# List of relevant schemas you can query in dune. +schemas: + - "morpho" + - "morpho_aave_v2" + - "morpho_aave_v3" + - "morpho_compound" + - "morpho_blue" + - "metamorpho_vaults" + +# List of relevant links to the project. +links: + - name: "Website" + link: "https://morpho.org/" + - name: "Docs" + link: "https://docs.morpho.org/" + - name: "App" + link: "https://app.morpho.org/" + +# List of applicable tags in Dune. These will link to e.g... +tags: + - "morpho" + - "morphodao" + - "lending" + - "DeFi" + +# List of relevant dashboard slugs prefixed with username +dashboards: + - "morpho/morpho-blue-dashboard" + - "morpho/morpho-aave-dashboard" + - "morpho/metamorpho-single-vault-dashboard" + +# List of relevant query-ids. +queries: + - 3338878 # MetaMorpho vaults description + - 3336346 # Morpho blue markets + - 1935001 # Morpho Aave optimizer volumes + +# List of visualizations to embed +embeds: + - name: "Morpho Blue historical volumes" + link: "https://dune.com/embeds/3336331/5589898/" +--- + +Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. + +The first version of the Morpho Protocol is named Morpho Optimizers. It is built on top of incumbent lending pools and improves the lending and borrowing rates of users with a peer-to-peer matching algorithm while preserving the same liquidity and risk parameters. + +Morpho Blue is the most recent protocol version and is independent of Morpho Optimizers. +Morpho Blue is a simple lending primitive layer that allows the creation of immutable and efficient lending markets in a permissionless way. \ No newline at end of file diff --git a/pages/morpho/morpho.svg b/pages/morpho/morpho.svg new file mode 100644 index 0000000..87caa95 --- /dev/null +++ b/pages/morpho/morpho.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 7aa4fc23f58781ae245b6e2926862934efc45d5f Mon Sep 17 00:00:00 2001 From: Peyha Nicole Date: Tue, 30 Jan 2024 11:46:38 +0100 Subject: [PATCH 2/2] refactor: improve query order --- pages/morpho/morpho.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pages/morpho/morpho.md b/pages/morpho/morpho.md index a2dc27a..adec0f4 100644 --- a/pages/morpho/morpho.md +++ b/pages/morpho/morpho.md @@ -41,8 +41,8 @@ dashboards: # List of relevant query-ids. queries: - - 3338878 # MetaMorpho vaults description - 3336346 # Morpho blue markets + - 3338878 # MetaMorpho vaults description - 1935001 # Morpho Aave optimizer volumes # List of visualizations to embed @@ -51,9 +51,5 @@ embeds: link: "https://dune.com/embeds/3336331/5589898/" --- -Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. - -The first version of the Morpho Protocol is named Morpho Optimizers. It is built on top of incumbent lending pools and improves the lending and borrowing rates of users with a peer-to-peer matching algorithm while preserving the same liquidity and risk parameters. - -Morpho Blue is the most recent protocol version and is independent of Morpho Optimizers. -Morpho Blue is a simple lending primitive layer that allows the creation of immutable and efficient lending markets in a permissionless way. \ No newline at end of file +Morpho is a decentralized protocol enabling the overcollateralized lending and borrowing of crypto assets (ERC20 Tokens) on the [Ethereum Virtual Machine](https://ethereum.org/en/developers/docs/evm). Morpho provides users with secure, efficient, and flexible lending infrastructure. +The latest version, Morpho Blue, is implemented as an immutable smart contract, engineered to serve as a trustless base layer for lenders, borrowers, and applications. \ No newline at end of file