Skip to content

Latest commit

 

History

History
126 lines (77 loc) · 3.7 KB

v3-150-aave-v3-base-merit-incentives-superfest-matching.md

File metadata and controls

126 lines (77 loc) · 3.7 KB

Proposal 150. Merit Base Incentives and Superfest Matching.


Voting link

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


Governance forum discussion

https://governance.aave.com/t/arfc-merit-base-incentives-and-superfest-matching/18450


Payloads


Certora analysis


Proposal types

💰 🧾 asset transfer

🤝 permission granting or revoking


Context

This proposal does the following:

  • grants a payment of 200,000 USDC to the ACI treasury form the mainnet collector
  • grants a payment of 80,000 USDC and 20,000 USDbC to the ACI treasury form the base collector
  • Grants the ACI treasury (0xac140648435d03f784879cd789130F22Ef588Fcd) the role of emission_admin for the USDC, aUSDC, wETH and aWETH tokens

Proposal creation

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

- proposalId: 150
- creator: 0x57ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922
- accessLevel: 1
- ipfsHash: 0x1ccede5c2d46b05d034ed2c55dbb83dea3a9316df7de20fd6c365bf79bbfe413

createProposal() parameters

{
  "payloads": [ 
    { 
      "chain": "1", 
      "accessLevel": "1", 
      "payloadsController": "0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5", 
      "payloadId": "161" 
    }, 
    { 
      "chain": "8453", 
      "accessLevel": "1", 
      "payloadsController": "0x2DC219E716793fb4b21548C0f009Ba3Af753ab01", 
      "payloadId": "30" 
    }, 
  ], 
  "votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3", 
  "ipfsHash": "0x1ccede5c2d46b05d034ed2c55dbb83dea3a9316df7de20fd6c365bf79bbfe413" 
}

Aave Seatbelt report

Proposal report

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

Payload reports


Technical analysis

We have verified that the payloads carry out the following actions:

  • grants a payment of 200,000 USDC to the ACI treasury form the mainnet collector

  • grants a payment of 80,000 USDC and 20,000 USDbC to the ACI treasury form the base collector.

  • Grants the ACI treasury (0xac140648435d03f784879cd789130F22Ef588Fcd) the role of emission_admin for the USDC, aUSDC, wETH and aWETH tokens.


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.