https://app.aave.com/governance/proposal/?proposalId=75
https://governance.aave.com/t/canceling-aip-74-freezing-ust-and-updating-steth-parameters/8154
🔧 📊 params-update
📉 market-driven-update
🧊 freeze-asset
This proposal freezes UST (given its market instability) and adjust the risk parameters of stETH on Aave v2 Ethereum.
Transaction: https://etherscan.io/tx/0xdff45c73539b96f4a524dbf264779afd81427435e7357562aaa11120b958ef86
- id: 75
- creator: 0x683a4f9915d6216f73d6df50151725036bd26c02
- executor: 0xee56e2b3d491590b5b31738cc34d5232f378a8d5
- targets: [0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756]
- values: [0,0]
- signatures: [,]
- calldatas: [0x7aca76eb000000000000000000000000a693b19d2931d498c5b318df961919bb4aee87a5,0x7c4e560b000000000000000000000000ae7ab96520de3a18e5e111b5eaab095312d7fe840000000000000000000000000000000000000000000000000000000000001af40000000000000000000000000000000000000000000000000000000000001fa400000000000000000000000000000000000000000000000000000000000029fe]
- withDelegatecalls: [false,false]
- startBlock: 14777131
- endBlock: 14796331
- strategy: 0xb7e383ef9b1e9189fc0f71fb30af8aa14377429e
- ipfsHash: 0x1817d9c4e40170c6e2636ac17191c9b51c692fca77813f4378e608256ee9f070
From a technical perspective, we have verified that the calldata submitted as payload of the proposal does the following:
- Calls
freezeReserve()
on the Aave Pool Configurator for UST (Wormhole). - Calls
configureReserveAsCollateral()
on the Aave Pool Configurator for stETH, to set LTV to 69%, Liquidation Threshold to 81% and Liquidation Bonus to 7.5% (not modified).
✅ The code on the proposal payload corresponds to the proposal specification.
✅ Payload encoded via multiple targets and calldatas, no delegatecall
❓ The proposal includes a proper tests suite, checking all necessary post-conditions.
❌ BGD reviewed the payload before the proposal was submitted.
❌ BGD reviewed the procedure followed to submit the proposal.