Skip to content

Commit

Permalink
Merge branch 'dev' into kk/morpho-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix authored Nov 12, 2024
2 parents d6a02ec + b86d5cc commit 9a6c4e7
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 46 deletions.
11 changes: 5 additions & 6 deletions features/content/faqs/erc4626/earn/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default () => (
body: (
<Text as="p">
This position risk is managed by the Vault curator. This means the Vault curator takes
care of selecting the markets within Morpho Blue to get the best yield at the right
risk.
care of selecting the markets within Morpho to get the best yield at the right risk.
</Text>
),
},
Expand Down Expand Up @@ -43,9 +42,9 @@ export default () => (
title: 'Where does the yield come from?',
body: (
<Text as="p">
The return comes from the interest paid from Morpho Blue borrowers in each underlying
market. As the vault deposits on different markets, it earns an interest rate
proportional to the allocation on each market.
The return comes from the interest paid from Morpho borrowers in each underlying market.
As the vault deposits on different markets, it earns an interest rate proportional to
the allocation on each market.
</Text>
),
},
Expand All @@ -54,7 +53,7 @@ export default () => (
body: (
<Text as="p">
This Earn position deposits into MetaMorpho Vaults which in turn allocate the funds to
different Morpho Blue markets according to the risk parameters set by the Vault Curator.
different Morpho markets according to the risk parameters set by the Vault Curator.
</Text>
),
},
Expand Down
32 changes: 16 additions & 16 deletions features/content/faqs/morphoblue/borrow/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ export default () => (
noTitle={true}
contents={[
{
title: 'What is Summer.fi Borrow with Morpho Blue?',
title: 'What is Summer.fi Borrow with Morpho?',
body: (
<>
<Text as="p" sx={{ mb: 3 }}>
Summer.fi allows you to easily borrow against your crypto utilizing Morpho Blue. A
protocol that allows you to borrow at higher LTVs, since collateral is deposited in
the protocol directly, and not lent out.
Summer.fi allows you to easily borrow against your crypto utilizing Morpho. A protocol
that allows you to borrow at higher LTVs, since collateral is deposited in the
protocol directly, and not lent out.
</Text>
<Text as="p" sx={{ mb: 3 }}>
You'll be able to borrow against your crypto by simply choosing a pair with a
collateral token and borrow token.
</Text>
<Text as="p">
To start borrowing, enter deposit amount of collateral and a borrow amount of debt.
Morpho Blue loans are perpetual with a variable interest rate and can be easily
managed on Summer.fi.
Morpho loans are perpetual with a variable interest rate and can be easily managed on
Summer.fi.
</Text>
</>
),
Expand All @@ -34,12 +34,12 @@ export default () => (
title: 'How does it work?',
body: (
<>
<Text>Borrowing on Summer.fi with Morpho Blue happens in 5 Simple Steps.</Text>
<Text>Borrowing on Summer.fi with Morpho happens in 5 Simple Steps.</Text>
<ol>
<li>Create a Smart DeFi Account that makes position management easier.</li>
<li>Open a new position with Collateral and and Amount to borrow.</li>
<li>Choose a Loan to Value (LTV) and Liq Price according to your risk tolerance.</li>
<li>Confirm deposit of collateral to Morpho Blue, and borrow your chosen token.</li>
<li>Confirm deposit of collateral to Morpho, and borrow your chosen token.</li>
<li>
Borrowed token amount will be received in your wallet after successful transaction.
</li>
Expand All @@ -59,7 +59,7 @@ export default () => (
risk to your preferred profile, move your risk up or down according to your needs and
market conditions, and continually monitor your position to avoid liquidations. Your
position also has risks associated with the underlying protocol: bugs in smart
contracts and errors in oracle prices that force an incorrect liquidation. Morpho Blue
contracts and errors in oracle prices that force an incorrect liquidation. Morpho
borrowing has no risk associated with Governance, once deployed each market is
isolated and its parameters are fixed.
</Text>
Expand All @@ -72,27 +72,27 @@ export default () => (
body: (
<>
<Text>
For Summer.fi Borrow, you can choose between Morpho Blue, Maker, AAVE and Ajna. The
most important benefits for Morpho Blue are:
For Summer.fi Borrow, you can choose between Morpho, Maker, AAVE and Ajna. The most
important benefits for Morpho are:
</Text>
<ol>
<li>
<strong>Higher Multiple</strong>: Morpho Blue creates isolated markets. Unlike
<strong>Higher Multiple</strong>: Morpho creates isolated markets. Unlike
multi-asset pools which must consider the riskiest asset in the basket, liquidation
parameters for each market only need to consider the loan and collateral assets.
Markets can have higher liquidation LTV as a result.
</li>
<li>
<strong>Wider range of markets</strong>: Morpho Blue features permissionless asset
<strong>Wider range of markets</strong>: Morpho features permissionless asset
listing. Markets with collateral and loan assets and risk parametrization can be
created. This will allow borrowers to unlock liquidity on assets not listed
elsewhere.
</li>
<li>
<strong>Improved interest rates</strong>: Collateral assets are not lent out to
borrowers. This allows Morpho Blue to offer higher capital utilization. Moreover,
Morpho Blue is fully autonomous, so it does not need to introduce fees to cover
costs for platform maintenance and risk managers.
borrowers. This allows Morpho to offer higher capital utilization. Moreover, Morpho
Blue is fully autonomous, so it does not need to introduce fees to cover costs for
platform maintenance and risk managers.
</li>
<li>
There are some tradeoffs regarding MaxLTV, governance risk, oracle selection and
Expand Down
31 changes: 15 additions & 16 deletions features/content/faqs/morphoblue/multiply/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ export default () => (
noTitle={true}
contents={[
{
title: 'What is Summer.fi Multiply Morpho Blue?',
title: 'What is Summer.fi Multiply Morpho?',
body: (
<Text as="p" sx={{ mb: 3 }}>
Summer.fi multiply with Morpho Blue is a feature that allows you to get increased
exposure to your assets with one click. You can deposit supported collaterals into
Morpho Blue and with the power of Summer.fi smart contracts you can multiply your
exposure to it by borrowing debt within Morpho Blue protocol and gaining extra exposure
to your collateral.
Summer.fi multiply with Morpho is a feature that allows you to get increased exposure to
your assets with one click. You can deposit supported collaterals into Morpho and with
the power of Summer.fi smart contracts you can multiply your exposure to it by borrowing
debt within Morpho protocol and gaining extra exposure to your collateral.
</Text>
),
},
Expand All @@ -27,11 +26,11 @@ export default () => (
<Text>
When you open a new position you will select a collateral and a Loan to Value(LTV)
according to your desired risk and reward, and in a single transaction, Summer.fi will
deposit your collateral to Morpho Blue, borrow the selected debt token and purchase more
deposit your collateral to Morpho, borrow the selected debt token and purchase more
collateral with it, depositing it back into the protocol. This way, you will obtain
increased exposure to your assets. To start, you will need to create a{' '}
<AppLink href={EXTERNAL_LINKS.KB.WHAT_IS_DPM}>Smart Defi Account</AppLink>, used for all
your Morpho Blue positions.
your Morpho positions.
</Text>
),
},
Expand All @@ -47,7 +46,7 @@ export default () => (
risk to your preferred profile, move your risk up or down according to your needs and
market conditions, and continually monitor your position to avoid liquidations. Your
position also has risks associated with the underlying protocol: bugs in smart
contracts and errors in oracle prices that force an incorrect liquidation. Morpho Blue
contracts and errors in oracle prices that force an incorrect liquidation. Morpho
Multiply has no risk associated with Governance, once deployed each market is isolated
and its parameters are fixed.
</Text>
Expand All @@ -60,27 +59,27 @@ export default () => (
body: (
<>
<Text>
For Summer.fi Multiply, you can choose between Morpho Blue, Maker, AAVE and Ajna. The
most important benefits for Morpho Blue are:
For Summer.fi Multiply, you can choose between Morpho, Maker, AAVE and Ajna. The most
important benefits for Morpho are:
</Text>
<ol>
<li>
<strong>Higher Multiple</strong>: Morpho Blue creates isolated markets. Unlike
<strong>Higher Multiple</strong>: Morpho creates isolated markets. Unlike
multi-asset pools which must consider the riskiest asset in the basket, liquidation
parameters for each market only need to consider the loan and collateral assets.
Markets can have higher liquidation LTV as a result.
</li>
<li>
<strong>Wider range of markets</strong>: Morpho Blue features permissionless asset
<strong>Wider range of markets</strong>: Morpho features permissionless asset
listing. Markets with collateral and loan assets and risk parametrization can be
created. This will allow borrowers to unlock liquidity on assets not listed
elsewhere.
</li>
<li>
<strong>Improved interest rates</strong>: Collateral assets are not lent out to
borrowers. This allows Morpho Blue to offer higher capital utilization. Moreover,
Morpho Blue is fully autonomous, so it does not need to introduce fees to cover
costs for platform maintenance and risk managers.
borrowers. This allows Morpho to offer higher capital utilization. Moreover, Morpho
Blue is fully autonomous, so it does not need to introduce fees to cover costs for
platform maintenance and risk managers.
</li>
<li>
There are some tradeoffs regarding MaxLTV, governance risk, oracle selection and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const getMappedAutomationMetadataValues = ({
switch (protocol) {
case LendingProtocol.MorphoBlue:
if (!morphoBlueFlagGuard(flagSelector)) {
throw Error(`Wrong morpho blue flagSelector value ${flagSelector}`)
throw Error(`Wrong morpho flagSelector value ${flagSelector}`)
}

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const mapMorphoLendingEvents = (
}
}
default: {
console.warn(`No morpho blue event kind found ${event.kind}`)
console.warn(`No morpho event kind found ${event.kind}`)
return {}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lendingProtocols/LendingProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum LendingProtocolLabel {
aavev3 = 'Aave V3',
ajna = 'Ajna',
maker = 'Maker',
morphoblue = 'Morpho Blue',
morphoblue = 'Morpho',
sparkv3 = 'Spark',
sky = 'Sky',
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oasis-borrow",
"version": "13.11.0",
"version": "13.12.1",
"license": "Apache-2.0",
"engines": {
"node": ">=18.19"
Expand Down
8 changes: 4 additions & 4 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,11 +1168,11 @@
"description": "Borrow Assets and Multiply Exposure with DeFi's leading liquidity protocol. On Summer you do it with one click actions and advanced automations. We are the unified gateway to the best of DeFi."
},
"morpho": {
"title": "Summer.fi × Morpho Blue",
"description": "Morpho Blue is a new money markets DeFi protocol. Benefiting from more competitive, market-driven parameters."
"title": "Summer.fi × Morpho",
"description": "Morpho is a new money markets DeFi protocol. Benefiting from more competitive, market-driven parameters."
},
"morphoProductPage": {
"title": "{{productType}} - Summer.fi × Morpho Blue"
"title": "{{productType}} - Summer.fi × Morpho"
},
"aaveProductPage": {
"title": "{{productType}} - Summer.fi × Aave"
Expand Down Expand Up @@ -3679,7 +3679,7 @@
},
"og-tags": {
"morpho-blue": {
"title": "Morpho Blue is Better on Summer",
"title": "Morpho is Better on Summer",
"description": "Lower costs, higher liquidation LTVs, and less gas costs than all other leading borrow/lend protocols. On Summer get more exposure to your collateral in one click."
},
"aave": {
Expand Down

0 comments on commit 9a6c4e7

Please sign in to comment.