An SVG of an eye

Proposal overview

increase supply cap for cbETH Aave Ethereum V3

Failed

Failed on 

Mar 11, 2023

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 ParameterCurrent ValueProposed Value
Supply Cap20K30K
contract AaveV3EthCbETHCapsPayload is IProposalGenericExecutor {
  address public constant CBETH = AaveV3EthereumAssets.cbETH_UNDERLYING;

  uint256 public constant CBETH_SUPPLY_CAP = 30_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.

Copyright

Copyright and related rights waived via CC0.

Your voting info

Voting results

YAE

315,002

AAVE

66.14%

NAY

161,227

AAVE

33.86%

Top 10 addresses

Votes

State
Failed

Failed on 

Mar 11, 2023
Quorum
Not reached
Current votes

Required

315.00K

320.00K

Differential
Reached
Current differential

Required

153.77K

80,000.00

Total voting power

16,000,000

Proposal details

Created

Block

7 Mar 2023, 15:01 UTC +00:00

16777182

Started

Block

8 Mar 2023, 15:18 UTC +00:00

16784382

Ended

Block

11 Mar 2023, 07:18 UTC +00:00

16803582

Author

Marc Zeller (@marczeller), Aave-Chan initiative