Proposal overview
increase supply cap for cbETH Aave Ethereum V3
Simple Summary
This AIP proposal presents Aave with the opportunity to increase cbETH supply cap on the Ethereum v3 Liquidity Pool.
Motivation
Supporting LSDs diversity is part of the Aave-Chan Initiative (ACI) delegate platform.
The ACI does not have any link nor is paid by Coinbase or any entity to present this AIP.
Supply cap is suggested for this asset to limit risk exposure, the caps have been proposed by a join collaboration between Gauntlet & Chaos Labs.
Specification
Ticker: cbETH
Contract Address: 0xbe9895146f7af43049ca1c1ae358b0541ea49704
Risk Parameter | Value |
---|---|
Supply Cap | 20K |
contract AaveV3EthCbETHCapsPayload is IProposalGenericExecutor {
address public constant CBETH = AaveV3EthereumAssets.cbETH_UNDERLYING;
uint256 public constant CBETH_SUPPLY_CAP = 20_000;
function execute() external {
IPoolConfigurator configurator = AaveV3Ethereum.POOL_CONFIGURATOR;
configurator.setSupplyCap(CBETH, CBETH_SUPPLY_CAP);
}
}
References
A list of relevant links like for this proposal e.g.
Security Considerations
The proposal Payload was reviewed by Bored Ghost Developing.
Deployed Contracts
Copyright
Copyright and related rights waived via CC0.
Your voting info
Voting results
YAE
568,269
AAVE100.00%
NAY
0
AAVE0%
Votes
Executed on
Feb 25, 2023Required
568.26K
320.00K
Required
568.26K
80,000.00
16,000,000
Proposal details
Block
20 Feb 2023, 16:41 UTC +00:00
16671010
Block
21 Feb 2023, 16:57 UTC +00:00
16678210
Block
24 Feb 2023, 08:57 UTC +00:00
16697410
25 Feb 2023, 09:50 UTC +00:00
Marc Zeller (@marczeller), Aave-Chan initiative