https://app.aave.com/governance/proposal/?proposalId=111
https://governance.aave.com/t/arc-price-manipulation-implications-on-aave-october-2022/10262
🔧 📊 params-update
This proposal is a periodic update by Gauntlet concerning risk parameters on Aave v2 Ethereum.
It includes lowering of liquidations thresholds which technically could cause liquidation of positions. Gauntlet has communicated us that at the current moment there is no meaningful user positions to be affected by the parameters update, liquidation-wise.
Transaction: https://etherscan.io/tx/0x0b5d399554bda23ef88395de50b9924be1659d7fa3c3cbe2c53c5743d0a3a319
- id: 111
- creator: 0x683a4f9915d6216f73d6df50151725036bd26c02
- executor: 0xee56e2b3d491590b5b31738cc34d5232f378a8d5
- targets: [0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756,0x311bb771e4f8952e6da169b425e7e92d6ac45756]
- values: [0,0,0,0,0,0,0,0,0]
- signatures: [,,,,,,,,]
- calldatas: [0x7c4e560b0000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef00000000000000000000000000000000000000000000000000000000000019640000000000000000000000000000000000000000000000000000000000001b5800000000000000000000000000000000000000000000000000000000000029fe,0x7c4e560b0000000000000000000000004e3fbd56cd56c3e72c1403e103b45db9da5b9d2b0000000000000000000000000000000000000000000000000000000000000dac00000000000000000000000000000000000000000000000000000000000011940000000000000000000000000000000000000000000000000000000000002a62,0x7c4e560b000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000000000000000000000000000000000000000157c000000000000000000000000000000000000000000000000000000000000196400000000000000000000000000000000000000000000000000000000000029fe,0xa8dc0f45000000000000000000000000ba100000625a3754423978a60c9317c58a424e3d,0xa8dc0f450000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef,0xa8dc0f450000000000000000000000004e3fbd56cd56c3e72c1403e103b45db9da5b9d2b,0xa8dc0f450000000000000000000000001494ca1f11d487c2bbe4543e90080aeba4ba3c2b,0xa8dc0f45000000000000000000000000408e41876cccdc0f92210600ef50372656052a38,0xa8dc0f45000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498]
- withDelegatecalls: [false,false,false,false,false,false,false,false,false]
- startBlock: 15798685
- endBlock: 15817885
- strategy: 0xb7e383ef9b1e9189fc0f71fb30af8aa14377429e
- ipfsHash: 0xb86e0c2d284903bb3fa3fc989dc249fc12f93609c0851d6a9a1b7738bee477fa
From a technical perspective, we have verified that the calldata submitted as payload of the proposal does the following:
- Calls
configureReserveAsCollateral()
on the Aave Pool Configurator for BAL, with the following changes:- Disabling borrowing
- Calls
configureReserveAsCollateral()
on the Aave Pool Configurator for BAT, with the following changes:- LTV: 75% -> 65%
- Liquidation Threshold: 80% -> 70%
- Disabling borrowing
- Calls
configureReserveAsCollateral()
on the Aave Pool Configurator for CVX, with the following changes:- LTV: 45% -> 35%
- Liquidation Threshold: 60% -> 45%
- Disabling borrowing
- Calls
configureReserveAsCollateral()
on the Aave Pool Configurator for DPI, with the following changes:- Disabling borrowing
- Calls
configureReserveAsCollateral()
on the Aave Pool Configurator for REN, with the following changes:- Disabling borrowing
- Calls
configureReserveAsCollateral()
on the Aave Pool Configurator for ZRX, with the following changes:- LTV: 65% -> 55%
- Liquidation Threshold: 75% -> 65%
- Disabling borrowing
✅ The code on the proposal payload corresponds to the proposal specification.
✅ Payload encoded via multiple targets and calldatas, no delegatecall
✅ BGD reviewed the payload before the proposal was submitted.
❓ The proposal includes a proper tests suite, checking all necessary post-conditions.
❌ BGD reviewed the procedure followed to submit the proposal.