An SVG of an eye

Proposal overview

Activate Emode for rETH Aave Ethereum V3

Executed

Executed on 

May 27, 2023

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 ParameterCurrent ValueProposed Value
Emode Category01

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

AAVE

100.00%

NAY

0

AAVE

0%

Votes

State
Executed

Executed on 

May 27, 2023
Quorum
Reached
Current votes

Required

438.97K

320.00K

Differential
Reached
Current differential

Required

438.97K

80,000.00

Total voting power

16,000,000

Proposal details

Created

Block

22 May 2023, 16:17 UTC +00:00

17315963

Started

Block

23 May 2023, 16:37 UTC +00:00

17323163

Ended

Block

26 May 2023, 08:37 UTC +00:00

17342363

Executed

27 May 2023, 09:24 UTC +00:00

Author

Marc Zeller (@marczeller), Aave-Chan initiative