Aave v3 Scroll Activation
Aave v3 Scroll Activation
Author
BGD Labs (@bgdlabs)
Creator
0xf71fc92e2949ccF6A5Fd369a0b402ba80Bc61E02
Simple Summary
This proposal allows the Aave governance to activate the Aave V3 Scroll pool (3.0.2) by completing all the initial setup and listing WETH, USDC, wstETH as suggested by the risk service providers engaged with the DAO (Gauntlet and Chaos Labs) on the governance forum.
All the Aave Scroll V3 addresses can be found in the aave-address-book.
Motivation
All the governance procedures for the expansion of Aave v3 to Scroll have been finished, said:
- Positive signaling and approval regarding the expansion on the governance forum, temp check snapshot, and final snapshot.
- Positive technical evaluation done by BGD Labs of the Scroll chain network, as described in the forum in detail.
- Positive risk analysis and assets/parameters recommendation by the service providers Gauntlet and Chaos Labs.
Specification
The proposal will do the following:
- Set risk steward and freezing steward as the risk admin by executing
ACL_MANAGER.addRiskAdmin()
. - Set the guardian address as the pool admin by executing
ACL_MANAGER.addPoolAdmin()
. This is following the standard procedure of keeping pool admin on the Aave Guardian during the bootstrap period, for security. - List the following assets on Aave V3 Scroll: WETH, USDC, wstETH.
The table below illustrates the initial suggested risk parameters for each asset:
Parameter | WETH | USDC | wstETH |
---|---|---|---|
Isolation Mode | false | true | true |
Borrowable | ENABLED | ENABLED | ENABLED |
Collateral Enabled | true | true | true |
Supply Cap | 240 | 1,000,000 | 130 |
Borrow Cap | 200 | 900,000 | 45 |
Debt Ceiling | USD 0 | USD 0 | USD 0 |
LTV | 75 % | 77 % | 75 % |
LT | 78 % | 80 % | 78 % |
Liquidation Bonus | 6 % | 5 % | 7 % |
Liquidation Protocol Fee | 10 % | 10 % | 10 % |
Reserve Factor | 15 % | 10 % | 15 % |
Base Variable Borrow Rate | 0 % | 0 % | 0 % |
Variable Slope 1 | 3.3 % | 6 % | 7 % |
Variable Slope 2 | 8 % | 60 % | 300 % |
Uoptimal | 80 % | 90 % | 45 % |
Stable Borrowing | DISABLED | DISABLED | DISABLED |
Stable Slope1 | 3.3 % | 6 % | 7 % |
Stable Slope2 | 8 % | 60 % | 300 % |
Base Stable Rate Offset | 2 % | 1 % | 2 % |
Stable Rate Excess Offset | 8 % | 8 % | 8 % |
Optimal Stable To Total Debt Ratio | 20 % | 20 % | 20 % |
Flashloanable | ENABLED | ENABLED | ENABLED |
Siloed Borrowing | DISABLED | DISABLED | DISABLED |
Borrowable in Isolation | DISABLED | ENABLED | DISABLED |
Oracle | ETH/USD | USDC/USD | wstETH/USD |
References
- Implementation: AaveV3Scroll
- Tests: AaveV3Scroll
- Snapshot
- Discussion
Copyright
Copyright and related rights waived via CC0.