Skip to content

Latest commit

 

History

History
115 lines (70 loc) · 2.81 KB

v3-23-aave-v2-ethereum-risk-parameters-update.md

File metadata and controls

115 lines (70 loc) · 2.81 KB

V3. Proposal 23. Aave v2 Ethereum - Risk parameters update


Voting link

https://vote.onaave.com/proposal/?proposalId=23


Governance forum discussion

https://governance.aave.com/t/arfc-v2-ethereum-lt-reductions-01-30-2024/16468


BGD analysis


Proposal types

🔧 📊 params-update


Context

This proposal updates multiple risk parameters on Aave v2 Ethereum.


Proposal creation

Transaction: https://etherscan.io/tx/0x77ac80eef3db0b493b644615b53c220cbb82600b4f412888f80710d7ce419e56

- proposalId: 23
- creator: 0x57ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922
- accessLevel: 1
- ipfsHash: 0xd26c294080aa7bf96dc3f291b00ca4bf57586b3977724a90a4e7cf46ef98741c

createProposal() parameters

{
  "payloads": [
    {
      "chain": "1",
      "accessLevel": 1,
      "payloadsController": "0xdabad81af85554e9ae636395611c58f7ec1aaec5",
      "payloadId": "59"
    }
  ],
  "votingPortal": "0x9b24c168d6a76b5459b1d47071a54962a4df36c3",
  "ipfsHash": "0xd26c294080aa7bf96dc3f291b00ca4bf57586b3977724a90a4e7cf46ef98741c"
}

Aave Seatbelt report

Proposal report

https://github.com/bgd-labs/seatbelt-gov-v3/blob/main/reports/proposals/23.md

Payloads report

Ethereum

https://github.com/bgd-labs/seatbelt-gov-v3/blob/main/reports/payloads/1/0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5/59.md


Technical analysis

We have verified the proposal payload updates the following parameters on Aave v2 Ethereum, via its Pool Configurator contract:

UNI

  • Liquidation Threshold: 20% -> 14%

LINK:

  • Liquidation Threshold: 74% -> 72%

MKR

  • Liquidation Threshold: 18% -> 14%

ENS

  • Liquidation Threshold: 24% -> 0.05%

CRV:

  • Liquidation Threshold: 18% -> 14%

ZRX

  • Liquidation Threshold: 12% -> 8%

The proposal payload is consistent with the description in the Aave governance forum.


BGD validations

✅ The code on the proposal payload corresponds to the proposal specification.

✅ The proposal includes a proper tests suite, checking all necessary post-conditions.

✅ BGD reviewed the payload before the proposal was submitted.

✅ Only one payload used via delegatecall

✅ BGD reviewed the procedure followed to submit the proposal.