Proposal overview
Activate Emode for rETH Aave Ethereum V3
Simple Summary
This AIP proposal presents Aave with the opportunity to activate emode for rETH on the Ethereum v3 Liquidity Pool.
Motivation
rETH is a decentralized Liquid Staking Token minted by Rocket Pool operators.
rETH is minted by Rocket Pool protocol when users Stake ETH via mini-pools or directly by depositing in the Deposit Pool.
Allowing the activation of emode has a clear use-case for leveraged strategies based on rETH as collateral to both “long” rETH on secondary markets and increased staking yield via loops strategies.
With the current supply and borrowing caps, this activation can be done while keeping a conservative approach. For more information about rETH please refer to rETH V3 ARC
Specification
Ticker: rETH (rETH)
Contract Address: 0xae78736Cd615f374D3085123A210448E74Fc6393
Risk Parameter | Current Value | Proposed Value |
---|---|---|
Emode Category | 0 | 1 |
This AIP leverage AaveV3PayloadEthereum
and collateralsUpdates()
to set the eModeCategory
to 1 (ETH-correlated assets category).
contract AaveV3ETHrETHEmode_20230522 is AaveV3PayloadEthereum {
function collateralsUpdates() public pure override returns (IEngine.CollateralUpdate[] memory) {
IEngine.CollateralUpdate[] memory collateralUpdate = new IEngine.CollateralUpdate[](1);
collateralUpdate[0] = IEngine.CollateralUpdate({
asset: AaveV3EthereumAssets.rETH_UNDERLYING,
ltv: EngineFlags.KEEP_CURRENT,
liqThreshold: EngineFlags.KEEP_CURRENT,
liqBonus: EngineFlags.KEEP_CURRENT,
debtCeiling: EngineFlags.KEEP_CURRENT,
liqProtocolFee: EngineFlags.KEEP_CURRENT,
eModeCategory: 1
});
return collateralUpdate;
}
}
Disclaimer
The Aave-Chan Initiative is not linked nor paid by Rocket Pool to publish this AIP.
The ACI supports LST diversity as part of its delegate platform
At the time of Writing, Marc Zeller, ACI's founder, does not hold any rETH but owns a small amount of RPL with the intention to use them to deploy Mini-pools in the future.
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
438,970
AAVENAY
0
AAVEVotes
438.97K
438.97K
16,000,000
Proposal details
22 May 2023, 16:17 UTC +00:00
23 May 2023, 16:37 UTC +00:00
26 May 2023, 08:37 UTC +00:00
27 May 2023, 09:24 UTC +00:00
Marc Zeller (@marczeller), Aave-Chan initiative