Proposal overview
Aave Metis V3
Summary
This proposal allows the Aave governance to activate the Aave V3 Metis pool (3.0.2) by completing all the initial setup and listing WETH, USDC, USDT, DAI, and METIS as suggested by the risk service providers (Gauntlet and Chaos Labs) on the governance forum. All the Aave Metis V3 addresses can be found in the aave-address-book.
Motivation
All the governance procedures for the expansion of Aave v3 to Metis 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 Metis network, as described in the forum in detail.
- Positive risk analysis and assets/parameters recommendation by the risk providers Chaos Labs and Gauntlet, as commented on the forum.
Specification
This proposal's payload does the following: grants POOL_ADMIN
permissions to all the asset listing Stewards created inside the constructor()
of the payload via ACL_MANAGER.addPoolAdmin(stewards[i])
The Steward pattern is taken from V3-listing stewards, already used for the activation of Aave V3 Ethereum. Each Steward will handle the listing of one specific asset and then renounce to the granted POOL_ADMIN
role. This process is needed as otherwise, the proposal's gas limit would be really high.
The pool activation will be done via the cross-chain governance with the help of cross-chain forwarder on Ethereum, which on a successful vote by the community, will trigger queuing of the payload action on Metis, which later could be executed by anyone.
Configuration snapshot
What you can see here is a formatted excerpt of the configuration snapshot with the relevant configurations after proposal execution. Although stable borrowing is disabled for all the respective assets, interest rate parameters for stable borrowing have been configured according to the values set in Aave V3 Ethereum. You can find the complete snapshot in the proposal repository.
Reserve Configurations
symbol | ltv | liqThreshold | liqBonus | liqProtocolFee | reserveFactor | borrowingEnabled | collateralEnabled | stableBorrowing | borrowableInIsolation | supplyCap | borrowCap | isFlashloanable |
---|---|---|---|---|---|---|---|---|---|---|---|---|
WETH | 80.00% | 82.50% | 7.50% | 10% | 15% | true | true | false | false | 50 WETH | 30 WETH | true |
USDC | 80.00% | 85.00% | 5.00% | 10% | 10% | true | true | false | true | 1'200'000 USDC | 1'200'000 USDC | true |
DAI | 75.00% | 80.00% | 5.00% | 10% | 10% | true | true | false | false | 950'000 DAI | 950'000 DAI | true |
USDT | 75.00% | 80.00% | 5.00% | 10% | 10% | true | true | false | true | 1'400'000 USDT | 1'400'000 USDT | true |
METIS | N/A | N/A | N/A | N/A | 15% | true | false | false | false | 7'500 METIS | 4'000 METIS | true |
InterestRateStrategies
assets | baseVariableBorrowRate | variableRateSlope1 | variableRateSlope2 | optimalUsageRatio |
---|---|---|---|---|
WETH | 1% | 3.80% | 80.00% | 80.00% |
USDC | 0% | 4.00% | 60.00% | 90.00% |
DAI | 0% | 7.00% | 75.00% | 80.00% |
USDT | 0% | 4.00% | 75.00% | 80.00% |
METIS | 0% | 7.00% | 300.00% | 45.00% |
Security procedures
The proposal execution is simulated within the tests and the resulting pool configuration is tested for correctness.
The deployed pool and other permissions have been programmatically verified.
In addition, we have also checked the code diffs of the deployed metis contracts with the deployed contracts on Ethereum and other networks.
As a matter of caution, the POOL_ADMIN
role will be given for the first weeks to the Aave Guardian multisig.
Deployed Contracts
References
Copyright
Copyright and related rights waived via CC0.
Your voting info
Voting results
YAE
650,764
AAVE100.00%
NAY
0
AAVE0%
Votes
Executed on
May 06, 2023Required
650.76K
320.00K
Required
650.76K
80,000.00
16,000,000
Proposal details
Block
1 May 2023, 07:42 UTC +00:00
17164563
Block
2 May 2023, 07:59 UTC +00:00
17171763
Block
4 May 2023, 23:59 UTC +00:00
17190963
6 May 2023, 00:51 UTC +00:00
BGD Labs (@bgdlabs)