Skip to content

Latest commit

 

History

History
141 lines (89 loc) · 4.44 KB

v3-118-aave-v3-multichain-risk-parameters-update.md

File metadata and controls

141 lines (89 loc) · 4.44 KB

Proposal 118. Risk Parameter Updates AaveV3.


Voting link

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


Governance forum discussion

https://governance.aave.com/t/arfc-chaos-labs-risk-parameter-updates-aave-v3-05-24-2024/17788


Payloads


Certora analysis


Proposal types

🔧 📊 configuration update


Context

This proposal suggests interest rate parameters changes to the native tokens across 4 different chains to create greater capital efficiency.


Proposal creation

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

- proposalId: 118
- creator: 0x57ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922
- accessLevel: 1
- ipfsHash: 0x0f87c9e8fca1a544a44d37f7d5d0b37d7fbf86f4d8b30695090b077b81bb7cb8

createProposal() parameters

{
  "payloads": [ 
    { 
      "chain": "137", 
      "accessLevel": "1", 
      "payloadsController": "0x401B5D0294E23637c18fcc38b1Bca814CDa2637C", 
      "payloadId": "67" 
    }, 
    { 
      "chain": "10", 
      "accessLevel": "1", 
      "payloadsController": "0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4", 
      "payloadId": "34" 
    }, 
    { 
      "chain": "42161", 
      "accessLevel": "1", 
      "payloadsController": "0x89644CA1bB8064760312AE4F03ea41b05dA3637C", 
      "payloadId": "31" 
    }, 
    { 
      "chain": "100", 
      "accessLevel": "1", 
      "payloadsController": "0x9A1F491B86D09fC1484b5fab10041B189B60756b", 
      "payloadId": "20" 
    }, 
  ], 
  "votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3", 
  "ipfsHash": "0x0f87c9e8fca1a544a44d37f7d5d0b37d7fbf86f4d8b30695090b077b81bb7cb8" 
}

Aave Seatbelt report

Proposal report

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

Payload reports


Technical analysis

We have verified that the payloads modify the LTV and LT of the following assets to the declared values:

  • stMatic - LTV = 48%, LT = 58%

  • MaticX - LTV = 50%, LT = 60%

  • OP - LTV = 58%, LT = 63%

  • ARB - LTV = 58%, LT = 63%

  • GNO - LTV = 48%, LT = 53%


The proposal is consistent with the description on both Snapshot and the governance forum.


Certora 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.

✅ Certora reviewed the procedure followed to submit the proposal.