Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 2.6 KB

v3-231-aave-v3-Zksync-onboard-weETH-and-sUSDe.md

File metadata and controls

69 lines (49 loc) · 2.6 KB

Proposal 231. Onboard sUSDe and weETH to Aave v3 on zkSync

Voting Link

Link to voting page

Governance Forum Discussion

Link to forum discussion

Payloads

Certora Analysis

Proposal Types

  • 🤝 Permission granting and revoking
  • 🔧 📊 Configuration updates
  • 💎 🆕 Listing new assets

Context

Following the original plans to further expend on the zkSync network, onboarding of 2 popular assets.

Proposal Creation

Transaction: 0x0a4434b48ef8226bce022743d725a131654e7454ee9773905c52c0845ec47b41

  • proposalId: 231
  • creator: 0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922
  • accessLevel: 1
  • ipfsHash: 0xe56f37dd9f78eaa77a7ac58af9ff61966c543a97c44a89160573629396aceceb

createProposal() Parameters

{
    payloads: [
        {
            chain: "324",
            payloads_controller: "0x2E79349c3F5e4751E87b966812C9E65E805996F1",
            payload_id: 10,
        },
    ],
    voting_portal: "0x9b24C168d6A76b5459B1d47071a54962a4df36c3",
    ipfs_hash: "0xe56f37dd9f78eaa77a7ac58af9ff61966c543a97c44a89160573629396aceceb",
    access_level: 1,
}

Aave Seatbelt Report

Proposal Report

Link to Seatbelt proposal report

Payload Reports

Technical Analysis

The payload lists 2 new assets to the network - weETH and sUSDe with the specified parameters on the IPFS. In addition, it creates a weETH-WETH emode with the specified parameters and sets weETH as collateral only and WETH as borrow asset only. On top of that, a reward emission admin is set to the specified address on both assets.

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