Skip to content

Latest commit

 

History

History
108 lines (63 loc) · 3.96 KB

116-op-listing-on-aave-v3-optimism.md

File metadata and controls

108 lines (63 loc) · 3.96 KB

Proposal 116. Listing of OP on Aave v3 Optimism


Voting link

https://app.aave.com/governance/proposal/?proposalId=116


Governance forum discussion

https://governance.aave.com/t/arc-add-op-as-collateral-to-aave-v3/9087


BGD analysis


Proposal types

💎 🆕 asset-listing

🔮 oracle-addition

🔗 🌉 cross-chain execution


Context

This proposal lists the OP asset into Aave v3 Optimism, via a cross-chain governance action.


Proposal creation

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

- id: 116
- creator: 0x3041ba32f451f5850c147805f5521ac206421623
- executor: 0xee56e2b3d491590b5b31738cc34d5232f378a8d5
- targets: [0x5f5c02875a8e9b5a26fbd09040abcfdeb2aa6711]
- values: [0]
- signatures: [execute(address)]
- calldatas: [0x0000000000000000000000005f5c02875a8e9b5a26fbd09040abcfdeb2aa6711]
- withDelegatecalls: [true]
- startBlock: 15951230
- endBlock: 15970430
- strategy: 0xb7e383ef9b1e9189fc0f71fb30af8aa14377429e
- ipfsHash: 0x7ecafb3b0b7e418336cccb0c82b3e25944011bf11e41f8dc541841da073fe4f1

Aave Seatbelt report

Ethereum report:

https://github.com/bgd-labs/seatbelt-for-ghosts/blob/main/reports/Aave/0xEC568fffba86c094cf06b22134B23074DFE2252c/116.md

Optimism report:

https://github.com/bgd-labs/seatbelt-for-ghosts/blob/64ee41eabf8dbec1a7727316db27332faf07e2ad/reports/Aave/0xEC568fffba86c094cf06b22134B23074DFE2252c/116_optimism_0_0.md


Technical analysis

This proposal lists OP on Optimism, following the example and procedure present on https://github.com/bgd-labs/aave-v3-crosschain-listing-template.

We have verified that the listing is consistent with the parameters defined on the governance forum.

A summary:

  • A new oracle feed (Chainlink OP/USD) is properly configured for the asset.
  • The asset is not enabled to borrow.
  • The asset is enabled as collateral, with parameters as following:
    • LTV: 50%
    • Liquidation Threshold: 65%
    • Liquidation Bonus: 10%
  • Supply cap: 40'000'000 OP.
  • Reserve factor: 20%
  • Liquidation protocol fee: 10%

In addition, we have checked that the implementation of the OP token doesn't introduce any technical risk to the protocol. Certora has also applied their framework of ERC20 formal properties, not finding any meaningful risk HERE.

The proposal payload can be found on https://optimistic.etherscan.io/address/0x5f5c02875a8e9b5a26fbd09040abcfdeb2aa6711#code


BGD 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.

✅ Only one payload used via delegatecall

✅ BGD reviewed the procedure followed to submit the proposal.