Skip to content

Latest commit

 

History

History
153 lines (89 loc) · 3.81 KB

v3-73-aave-v2-multichain-reserve-factor-adjusment.md

File metadata and controls

153 lines (89 loc) · 3.81 KB

Proposal 73. Ethereum + Avalanche v2 Reserve Factor Adjustment.


Voting link

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


Governance forum discussion

https://governance.aave.com/t/arfc-ethereum-v2-reserve-factor-adjustment/16764/6

https://governance.aave.com/t/arfc-avalanche-v2-reserve-factor-adjustment/17040


Payloads


Certora analysis


Proposal types

🔧 📊 configuration update


Context

This proposal increases the reserve factors of multiple assets on Aave-V2-Ethereum and Aave-V2-Avalanche by 5% up to 99.99% in order to encouraging users to migrate from Ethereum v2 to v3.

For Avalanche the reserve factors values will be aligned with the Ethereum v2 deployment.


Proposal creation

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

- proposalId: 73
- creator: 0x57ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922
- accessLevel: 1
- ipfsHash: 0xf8fc52827b51bfa6db62842715fc2972fb32384c87d3e072a710ea02abe83962

createProposal() parameters

{
  "payloads": [ 
    { 
      "chain": "1", 
      "accessLevel": "1", 
      "payloadsController": "0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5", 
      "payloadId": "100" 
    }, 
    { 
      "chain": "43114", 
      "accessLevel": "1", 
      "payloadsController": "0x1140CB7CAfAcC745771C2Ea31e7B5C653c5d0B80", 
      "payloadId": "23" 
    }, 
  ], 
  "votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3", 
  "ipfsHash": "0xf8fc52827b51bfa6db62842715fc2972fb32384c87d3e072a710ea02abe83962" 
}

Aave Seatbelt report

Proposal report

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

Payload reports


Technical analysis

We have verified that the payload modifies the reserve factor of the following tokens to the following values:

  • Ethereum V2:

    DAI: 40.00%

    FRAX: 45.00%

    GUSD: 35.00%

    LINK: 45.00%

    LUSD: 40.00%

    sUSD: 45.00%

    USDC: 40.00%

    USDP: 35.00%

    USDT: 40.00%

    WBTC: 45.00%

    WETH: 40.00%

  • Avalanche V2:

    DAIe: 35.00%

    USDCe: 35.00%

    USDTe: 35.00%

    WAVAX: 35.00%

    WBTCe: 40.00%

    WETHe: 35.00%


The proposal is consistent with the description on 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.