Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 2.33 KB

189-aave-v2-ethereum-freeze-dpi.md

File metadata and controls

77 lines (45 loc) · 2.33 KB

Proposal 189. DPI freezing on Aave v2 Ethereum


Voting link

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


Governance forum discussion

https://governance.aave.com/t/arfc-add-dpi-to-v3-ethereum-and-freeze-on-v2-ethereum/12354


BGD analysis


Proposal types

🧊 freeze-asset


Context

The proposal freezes DPI on Aave v2 Ethereum, stopping new deposits and borrowings, but keeping all other dynamics (repayment, liquidation).


Proposal creation

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

- id: 189
- creator: 0xbc540e0729b732fb14afa240aa5a047ae9ba7df0
- executor: 0xee56e2b3d491590b5b31738cc34d5232f378a8d5
- targets: [0x6fc2ac992cda41ed830cdffe16122f6136c60646]
- values: [0]
- signatures: [execute()]
- calldatas: [0x]
- withDelegatecalls: [true]
- startBlock: 16897495
- endBlock: 16916695
- strategy: 0xb7e383ef9b1e9189fc0f71fb30af8aa14377429e
- ipfsHash: 0xd4c1c21b50d76e454ec719e637734d1f5e3921a18c3c231ec2a92a32d9993fe3

Aave Seatbelt report

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


Technical analysis

The proposal payload simply interacts with the PoolConfigurator of Aave v2 Ethereum to freeze DPI by calling the freezeReserve() function.


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.