Skip to content

Latest commit

 

History

History
118 lines (74 loc) · 3.71 KB

163-aave-v3-arbitrum-wstETH-listing.md

File metadata and controls

118 lines (74 loc) · 3.71 KB

Proposal 163. Aave v3 Arbitrum - listing of wstETH


Voting link

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


Governance forum discussion

https://governance.aave.com/t/arc-add-support-for-wsteth-on-arbitrum-aave-v3/11387


BGD analysis


Proposal types

💎 🆕 asset-listing

🔮 oracle-addition


Context

This proposal lists wstETH (wrapped stETH) on the Aave v3 Arbitrum pool.


Proposal creation

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

- id: 163
- creator: 0x55b16934c3661e1990939bc57322554d9b09f262
- executor: 0xee56e2b3d491590b5b31738cc34d5232f378a8d5
- targets: [0x2e2b1f112c4d79a9d22464f0d345de9b792705f1]
- values: [0]
- signatures: [execute(address)]
- calldatas: [0x00000000000000000000000080cb7e9e015c5331bf34e06de62443d070fd6654]
- withDelegatecalls: [true]
- startBlock: 16686653
- endBlock: 16705853
- strategy: 0xb7e383ef9b1e9189fc0f71fb30af8aa14377429e
- ipfsHash: 0xfbf20135455b8d70030cfb114c1eee75368d96bce0e76b749c1372942b2bbcb5

Aave Seatbelt report

Ethereum

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

Arbitrum

Aave Seatbelt doesn't support Arbitrum yet.


Technical analysis

The proposal payload follows the new approach for listings, using the Aave V3 listing engine contract, containing logic to expose a simple interface, and do proper validations.

We have verified this payload respects the interface required by the v3 listing engine and effectively configures the wstETH listing with the following initial parameters:

  • The asset is enabled for borrowing and the interest rate strategy follows the parameters on the forum:
    • Base variable borrow: 0.25%
    • Variable borrow slope 1: 4.5%
    • Variable borrow slope 2: 80%
    • Optimal point: 45%
  • LTV: 70%
  • Liquidation Threshold: 79%
  • Liquidation Bonus: 7.2%
  • Reserve Factor: 15%
  • Liquidation protocol fee: 10%
  • Supply cap: 1'200 wstETH
  • Borrow cap: 190 wstETH
  • 2, ETH-correlated assets
  • No isolation mode
  • Flashloanable (Aave v3 Optimism doesn't have 3.0.1 yet, so all assets listed are flashloanable).
  • Not enabled for borrowing on isolation

The oracle used is price sync adapter wstETH/stETH/USD.

The initial configuration is completely aligned with the description on the Aave governance forum.


Additionally, the payload creates the new ETH-correlated eMode with the following specifications:

  • LTV: 90%
  • Liquidation Threshold: 93%
  • Liquidation Bonus: 2%

To be consistent with the intention of the proposal, WETH gets introduced into the new eMode too.


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.