Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.52 KB

File metadata and controls

70 lines (48 loc) · 2.52 KB

Proposal 441. MKR and USDtb oracle adjustments

Voting Link

Link to voting page

Governance Forum Discussion

Link to forum discussion

Payloads

Certora Analysis

Proposal Types

  • 🔧 📊 Configuration updates

Context

Proposal to, on Aave v3 Ethereum Core, replace the price feed of MKR with one calculated from SKY/USD Chainlink and the MKR-to-SKY migration contract, and USDtb by one statically pegged to 1 USD.

Proposal Creation

Transaction: 0xc3b1483e54e4cb19609023db3017f678bdf56541b6b5eb87e73ce3c61fc29f8b

  • proposalId: 441
  • creator: 0xf71fc92e2949ccF6A5Fd369a0b402ba80Bc61E02
  • accessLevel: 1
  • ipfsHash: 0x1f7d3d7e913674118ae445add980901d70da9828a7316457db043d51d58da0cd

createProposal() Parameters

{
    payloads: [
        {
            chain: "1",
            payloads_controller: "0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5",
            payload_id: 398,
        },
    ],
    voting_portal: "0x9Ded9406f088C10621BE628EEFf40c1DF396c172",
    ipfs_hash: "0x1f7d3d7e913674118ae445add980901d70da9828a7316457db043d51d58da0cd",
    access_level: 1,
}

Aave Seatbelt Report

Proposal Report

Link to Seatbelt proposal report

Payload Reports

Technical Analysis

We have verified that the new oracle addresses match the corresponding tokens.
We have checked that the DISCOUNT_PROVIDER is the MkrSky migration contract. We have also checked the proposal logic and verified its execution simulation using Seatbelt.
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.