https://app.aave.com/governance/proposal/?proposalId=285
https://governance.aave.com/t/arfc-tusd-offboarding-plan/14008
🔧 📊 params-update
This proposal proceeds with some progressive steps of off-boarding of TUSD from on Aave v2 Ethereum, by modifying its rate strategy and different parameters. In addition, it withdraws aTUSD held by the Aave Ethereum Collector to TUSD.
Transaction: https://etherscan.io/tx/0x8c8c6b3a90b11d5db01d79703ec124af9491755518a3aed2bb7ef8911e278d19
- id: 285
- creator: 0x329c54289ff5d6b7b7dae13592c6b1eda1543ed4
- executor: 0xee56e2b3d491590b5b31738cc34d5232f378a8d5
- targets: [0xd44a556eceff5fff13cf0671f51e649d1fa572ac]
- values: [0]
- signatures: [execute()]
- calldatas: [0x]
- withDelegatecalls: [true]
- startBlock: 17827490
- endBlock: 17846690
- strategy: 0xb7e383ef9b1e9189fc0f71fb30af8aa14377429e
- ipfsHash: 0xe9c7824ff7cba1ed5d9c14b1aafb18349bb2cbefab9ef1c7d290a14c2b69b8fc
Ethereum
The proposal payload does the following:
- Changes the following risk parameters of TUSD on Aave v2 Ethereum, by interacting with its PoolConfigurator:
- LTV: 75% -> 0%
- Liquidation Threshold: 77.5% -> 75%
- Liquidation Bonus: 5% -> 10
- Reserve Factor: 10% -> 95%
-
Disables borrowing of TUSD, both variable and stable.
-
Withdraws the current balance of aTUSD (~36'000 aTUSD, but can change depending on available liquidity) to TUSD to the Aave Collector, common for Aave v2 and v3. The payload properly checks available liquidity to avoid any kind of revert.
-
Replace the interest rate strategy with a new one with the following changes:
- Optimal usage point: 80% -> 20%
- Base variable rate: 0% -> 3%
- Variable rate slope 1: 4% -> 7%
- Variable rate slope 2: 100% -> 200%
- Stable rate slope 1: 2% -> 7%
- Stable rate slope 2: 100% -> 2000%
✅ 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.
✅ Multiple payloads used via delegatecall
✅ BGD reviewed the procedure followed to submit the proposal.