Skip to content

Commit c23212c

Browse files
Cache botgrothem
authored andcommitted
chore: automated cache update [skip cypress]
1 parent aa0332e commit c23212c

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

src/static-build/ipfsFiles.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,6 +1893,19 @@
18931893
"ipfsHash": "QmWREdMqbtDJb7MxbLdVgEYFJd1tWdfik6VrRksLvFd1c7",
18941894
"originalHash": "0x780a2b877ea3b13c924a30d2959ea0b8f0257799f1d4d743ed58f8783f529954",
18951895
"id": 130
1896+
},
1897+
{
1898+
"title": "Aave v2 ETH Interest Rate Curve Update",
1899+
"author": "Llama, Matthew Graham, Fermin Carranza and Dydymoon",
1900+
"shortDescription": "Amend Aave v2 Ethereum ETH Interest Rate Curve",
1901+
"discussions": "https://governance.aave.com/t/arc-eth-interest-rate-curve-update/10580",
1902+
"created": "2022-12-13T00:00:00.000Z",
1903+
"preview": "# Simple Summary\n\nLlama recommends amending the ETH interest rate …",
1904+
"basename": "ETH-V2-INTEREST-RATE-UPDATE",
1905+
"description": "\n\n# Simple Summary\n\nLlama recommends amending the ETH interest rate parameters on the Aave Ethereum v2 and v3 Liquidity Pool.\n\n# Abstract\n\nWith Aave v3 about to be deployed and a wstETH and ETH eMode likely, the ETH Interest Rate Curve should be adjusted such that the looped recursive strategy breaks even within Slope 1, where the Interest Rate changes are less volatile.\n\nThe new interest rate curve has an Interest Rate of 5.75% at the Uoptimal point, which is 25 bps more than stETH yield at the time of writing. This proposal will lead to improved capital efficiency of the ETH Reserve and will generate more revenue for the DAO when compared to replicating the existing v2 Interest Rate curve on v3 with the introduction of an ETH eMode Category.\n\nFor the existing v2 market, Llama suggests adopting the same Interest Rate parameters that are being being proposed on v3. This will enable the ETH yields across the markets to somewhat equalize, leading to higher utilization of the ETH Reserve and more revenue for the DAO.\n\n# Motivation\n\nBy changing the Interest Rate at the Uopotimal point from 3% to 5.75%, when an eMode for ETH and wstETH is created on Aave v3, the recursive strategy will break even prior to reaching the Uoptimal utilization within the Reserve. This is a desirable feature as the volatility of the Interest Rate on Slope 1 is less than Slope 2.\n\n\nBy setting the Slope 1 parameter at 5.75% (25 bps greater than the current annual wstETH yield), utilization in the Reserve is not expected to reach the Uoptimal level for any prolonged period of time.\n\nBy reducing the Slope 2 parameter from 100 to 80, the gradient of the second part of the yield curve increases due to an increase in Uoptimal from 70% to 80%. This is subtle and can be seen in the chart below. The Base Rate for the existing Interest Rate and proposed Interest Rate is unchanged at 0%.\n\nWith the recommended new Interest Rate curve for the v3 deployment, it is reasonable to expect the yield across the v2 and v3 deployment to be arbitraged. If the yield on the v3 deployment converges to the wstETH rate, then this will shift the v2 Reserve utilization beyond the Uoptimal level set at 3%. \n\nLlama recommendeds changing the v2 Interest Rate to match the v3 deployment Interest Rate. This way, both v2 and v3 Reserves will experience utilization along the Slope 1 portion of the Interest Rate curve whilst also benefiting from improved capital efficiency.\n\nThe graphic below shows the changes in the interest rate.\n\n![](https://i.imgur.com/uTjXDPz.png)\n\nThis proposal increases the Reserve Factor from 10% to 15%, directing 15% of the interest paid to Aave DAO. When combined with the Interest Rate changes, the v2 deployment will generate an estimated $13.1k per day, up from around $5.5k per day. \n\nPrior to this proposal, due the implementation of AIP-68, Aave DAO is earning less revenue from the ETH Reserve post-merge despite utilization within the Reserve [increasing](https://governance.aave.com/t/optimize-rate-curve-for-eth-improve-revenue-generation/7571) significantly over that time.\n\n# Specification\n\nThe below table shows the current and proposed changes to the ETH Reserve on Ethereum v2 and Ethereum v3 when deployed.\n\n| Parameter | Current Variable (%) | Proposed Variable (%) | Current Stable (%) | Proposed Stable (%) |\n| -------------- | ----------- | ------------ | -- | -- |\n| Uoptimal | 70 | 80 | 70 | 80 |\n| Base | 0 | 0 | 3.0| 3.0|\n| Slope1 | 3.0 | 5.75 | 4.0| 4.0|\n| Slope2 | 100 | 80 |100 | 80 |\n| Reserve Factor | 10 | 15 | 10 | 15 |\n\n# Implementation\n\nTest cases can be found [here](https://github.com/llama-community/aave-interest-rate-update/blob/main/src/test/ProposalPayloadE2E.t.sol)\n\nPayload Implementation can be found [here](https://github.com/llama-community/aave-interest-rate-update/blob/main/src/ProposalPayload.sol)\n\nProposal Payload = [0x98bc9dfa3cecb37f1bdeadc6e774d39082756b19](https://etherscan.io/address/0x98bc9dfa3cecb37f1bdeadc6e774d39082756b19#code)\n\n# Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).\n",
1906+
"ipfsHash": "QmWUDsEk9x5RMTNgwDTMbHuxL9Gx2Z7YwrhpwJMyBAnpFG",
1907+
"originalHash": "0x78ce0d63ca0c186ca3f58e712d3f1861ced3dad15ce3ad4f0e005d1663b49caf",
1908+
"id": 131
18961909
}
18971910
]
18981911
}

src/static-build/proposals.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5361,7 +5361,7 @@
53615361
"startBlock": 16176459,
53625362
"endBlock": 16195659,
53635363
"executionTime": 0,
5364-
"forVotes": "10541383121976895959974",
5364+
"forVotes": "30964656104130389409798",
53655365
"againstVotes": "0",
53665366
"executed": false,
53675367
"canceled": false,
@@ -5375,7 +5375,42 @@
53755375
"ipfsHash": "0x780a2b877ea3b13c924a30d2959ea0b8f0257799f1d4d743ed58f8783f529954",
53765376
"startTimestamp": 1670942759,
53775377
"creationTimestamp": 1670855735,
5378-
"expirationTimestamp": 1671173183
5378+
"expirationTimestamp": 1671173243
5379+
},
5380+
{
5381+
"id": 131,
5382+
"creator": "0x55B16934C3661E1990939bC57322554d9B09f262",
5383+
"executor": "0xEE56e2B3D491590B5b31738cC34d5232F378a8D5",
5384+
"targets": [
5385+
"0x98Bc9dfA3cEcB37F1bdeadc6e774d39082756B19"
5386+
],
5387+
"signatures": [
5388+
"execute()"
5389+
],
5390+
"calldatas": [
5391+
"0x"
5392+
],
5393+
"withDelegatecalls": [
5394+
true
5395+
],
5396+
"startBlock": 16183841,
5397+
"endBlock": 16203041,
5398+
"executionTime": 0,
5399+
"forVotes": "0",
5400+
"againstVotes": "0",
5401+
"executed": false,
5402+
"canceled": false,
5403+
"strategy": "0xb7e383ef9B1E9189Fc0F71fb30af8aa14377429e",
5404+
"state": "Pending",
5405+
"minimumQuorum": "200",
5406+
"minimumDiff": "50",
5407+
"executionTimeWithGracePeriod": 0,
5408+
"proposalCreated": 16176641,
5409+
"totalVotingSupply": "16000000000000000000000000",
5410+
"ipfsHash": "0x78ce0d63ca0c186ca3f58e712d3f1861ced3dad15ce3ad4f0e005d1663b49caf",
5411+
"creationTimestamp": 1670944979,
5412+
"startTimestamp": 1671031427,
5413+
"expirationTimestamp": 1671261827
53795414
}
53805415
]
53815416
}

0 commit comments

Comments
 (0)