FeedProjects
Developers
Settings
๐ŸŽ‰ A new chapter begins: Boardroom has joined Agora
Learn more
protocol logo
Explore / Projects
Aave

Insights

Proposals

Discussions

Members

Information

Reports

Create Proposal

Aave

InsightsProposalsDiscussionsMembersInformationReports
Proposal
Back to Proposals
executedEnded 3 years ago ยท  Onchain

Update AAVE V3 ETH Risk Parameters

By 0x329c...543eD4

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:

  • forum discussion
  • tests
  • proposalCode

Security Considerations

The proposal Payload was reviewed by Bored Ghost Developing.

Copyright

Copyright and related rights waived via CC0.

Continue Reading
Connect Wallet to Add Note
0
Votes 11
VoterCast PowerVote & Rationale
0x329c...543eD4
227,419

YAE

FranklinDAO (Prev. Penn Blockchain)
108,104

YAE

0x62a4...96816a
82,000

YAE

0x13BD...138548
80,963

YAE

0xB83b...Fbcf5C
80,588

YAE

SHOW MORE
VOTE POWER
0
Connect Wallet
Proposal Status
  • Published Onchain 0x329c...543eD4
  • Tue April 18 2023, 02:15 pmVoting Period Starts
  • Fri April 21 2023, 07:28 amEnd Voting Period
  • Fri April 21 2023, 07:30 amQueue Proposal
  • Sat April 22 2023, 07:30 amExecute Proposal
Current Results

1-YAE

635,258.6

2-NAY

N/A Tokens

0%
DocumentationBrandingContact Us