An SVG of an eye

Proposal overview

Update AAVE V3 ETH Risk Parameters

Executed

Executed on 

Apr 22, 2023

Simple Summary

This AIP proposal presents Aave with the opportunity to update AAVE risk parameters on the Aave V3 Ethereum Pool

Motivation

This AIP proposes the alignment of the AAVE risk parameters on the Aave V3 Ethereum market with those on Aave V2, as the current parameters on Aave V3 are less attractive for users considering migration.

By matching the Aave V2 parameters, we aim to encourage migration and ensure a smoother transition for users. This proposal does not suggest any changes to Aave V3 caps or interest rate strategies.

To make Aave V3 more attractive for migration and to match Aave V2 parameters, we propose the following changes:

  • Loan-to-Value (LTV): Increase the LTV from 60% to 66%.
  • Liquidation Threshold (LT): Increase the LT from 70% to 73%.
  • Liquidation Penalty (LP): Maintain the current LP of 7.5%, as it is already in alignment with Aave V2.

Specification

Ticker: AAVE

Contract address: 0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9

ParameterCurrent Aave V3Current Aave V2Proposed Aave V3
Loan-to-Value (LTV)60%66%66%
Liquidation Threshold (LT)70%73%73%
Liquidation Penalty (LP)7.5%7.5%7.5%
contract AaveV3RiskParams_20230516 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.AAVE_UNDERLYING,
      ltv: 66_00,
      liqThreshold: 73_00,
      liqBonus: EngineFlags.KEEP_CURRENT,
      debtCeiling: EngineFlags.KEEP_CURRENT,
      liqProtocolFee: EngineFlags.KEEP_CURRENT,
      eModeCategory: EngineFlags.KEEP_CURRENT
    });
    return collateralUpdate;
  }
}

References

A list of relevant links like for this proposal:

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

635,258

AAVE

100.00%

NAY

0

AAVE

0%

Votes

State
Executed

Executed on 

Apr 22, 2023
Quorum
Reached
Current votes

Required

635.25K

320.00K

Differential
Reached
Current differential

Required

635.25K

80,000.00

Total voting power

16,000,000

Proposal details

Created

Block

17 Apr 2023, 13:48 UTC +00:00

17066891

Started

Block

18 Apr 2023, 14:15 UTC +00:00

17074091

Ended

Block

21 Apr 2023, 06:15 UTC +00:00

17093291

Executed

22 Apr 2023, 07:30 UTC +00:00

Author

Marc Zeller (@marczeller), Aave-Chan initiative

We may employ on-the-spot tracking techniques during your browsing session to collect data on your interactions, preferences, and behaviour. This data helps us personalise your experience and improve our services. See our Privacy Policy.