Skip to content

Latest commit

 

History

History
167 lines (108 loc) · 6.54 KB

v3-147-aave-v2+v3-multichain-reserve-factor-updates-mid-july.md

File metadata and controls

167 lines (108 loc) · 6.54 KB

Proposal 147. Reserve Factor Updates Mid July.


Voting link

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


Governance forum discussion

https://governance.aave.com/t/arfc-increase-bridged-usdc-reserve-factor-across-all-deployments/17787/5

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

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

https://governance.aave.com/t/arfc-polygon-v2-borrow-rate-adjustments/17252/9


Payloads


Certora analysis


Proposal types

🔧 📊 configuration update


Context

This proposal suggests reserve factor changes for some assets in Aave V2 and V3 on Ethereum, Polygon, Avalanche, Optimism, Arbitrum and Base as well as variableRateSlope1 changes for some assets in Aave V2 on Polygon.


Proposal creation

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

- proposalId: 147
- creator: 0x57ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922
- accessLevel: 1
- ipfsHash: 0xb47359ccae9af33a6bf55f8e569f990130a806685bbe16e9a613f6ffda34513a

createProposal() parameters

{
  "payloads": [ 
    { 
      "chain": "1", 
      "accessLevel": "1", 
      "payloadsController": "0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5", 
      "payloadId": "159" 
    }, 
    { 
      "chain": "137", 
      "accessLevel": "1", 
      "payloadsController": "0x401B5D0294E23637c18fcc38b1Bca814CDa2637C", 
      "payloadId": "77" 
    }, 
    { 
      "chain": "43114", 
      "accessLevel": "1", 
      "payloadsController": "0x1140CB7CAfAcC745771C2Ea31e7B5C653c5d0B80", 
      "payloadId": "46" 
    }, 
    { 
      "chain": "10", 
      "accessLevel": "1", 
      "payloadsController": "0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4", 
      "payloadId": "44" 
    }, 
    { 
      "chain": "42161", 
      "accessLevel": "1", 
      "payloadsController": "0x89644CA1bB8064760312AE4F03ea41b05dA3637C", 
      "payloadId": "46" 
    }, 
    { 
      "chain": "8453", 
      "accessLevel": "1", 
      "payloadsController": "0x2DC219E716793fb4b21548C0f009Ba3Af753ab01", 
      "payloadId": "29" 
    }, 
  ], 
  "votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3", 
  "ipfsHash": "0xb47359ccae9af33a6bf55f8e569f990130a806685bbe16e9a613f6ffda34513a" 
}

Aave Seatbelt report

Proposal report

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

Payload reports


Technical analysis

We have verified that the payload does the following:

  • Changes the reserve factor of USDC.e on Polygon V3, Optimism V3 and Arbitrum V3 as well as USDbC on base V3 to 30%

  • Changes the reserve factor of DAI, USDC, USDT and WETH on Ethereum V2 to 65% and the reserve factor of LINK and WBTC on Ethereum V2 to 70%

  • Changes the reserve factor of DAIe, USDCe, USDTe, WAVAX and WETHe on Avalanche V2 to 60% and the reserve factor of WBTCe on Avalanche V2 to 65%

  • Changes the variableRateSlope1 for DAI, USDT, wBTC, wETH, wUSDC, wMATIC on Polygon V2 to 12%, 12%, 7%, 7%, 12% and 9% respectively


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.