From 4d8e2ab3f6c2bf5c6d665776b9ff1b489398c209 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Thu, 14 Oct 2021 09:17:27 +0200 Subject: [PATCH 1/2] Add AIP for updating LB of AAVE in V2 --- .../1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 content/aips/1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md diff --git a/content/aips/1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md b/content/aips/1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md new file mode 100644 index 00000000..aceed93a --- /dev/null +++ b/content/aips/1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md @@ -0,0 +1,35 @@ +--- +title: Update the Liquidation Bonus of AAVE in Aave V2 Market +status: Proposed +author: Author's Name (@GitHubUsername) +shortDescription: Update LB of AAVE in V2 +discussions: +created: 2021-09-07 +--- + + +## Simple Summary + +A proposal to increase the Liquidation Bonus of AAVE in V2 Market. + +## Abstract + +Recent investigations highlighted the importance of optimizing liquidation bonuses. The current Liquidation Bonus of AAVE reserve is misaligned with the liquidation bonuses of others reserves. + +## Motivation + +The current liquidation bonus of AAVE drives to multiple issues. The change of the parameter will help to prevent and avoid future problems of the system related to this reserve. + +## Specification + +- Current Liquidation Bonus of AAVE: 8% +- Recommended Liquidation Bonus Update of AAVE: 10% + + +## Implementation + +The proposal sets the liquidation bonus by calling `configureReserveAsCollateral` on the `PoolConfigurator` contract at `0x311Bb771e4F8952E6Da169b425E7e92d6Ac45756`, using the address and parameters specific to `AAVE` token. + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). \ No newline at end of file From 9d339a40eeaf2d10869e9788a0501d262fbfe7f9 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Fri, 28 Oct 2022 17:22:56 +0200 Subject: [PATCH 2/2] fix: Adjust AIP text with latest specs --- ...IP-Update_LB_AAVE_IN_V2.md => UPDATE_LB_AAVE_ETH_V2.md} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename content/aips/{1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md => UPDATE_LB_AAVE_ETH_V2.md} (90%) diff --git a/content/aips/1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md b/content/aips/UPDATE_LB_AAVE_ETH_V2.md similarity index 90% rename from content/aips/1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md rename to content/aips/UPDATE_LB_AAVE_ETH_V2.md index aceed93a..12221032 100644 --- a/content/aips/1133fdfba554-AIP-Update_LB_AAVE_IN_V2.md +++ b/content/aips/UPDATE_LB_AAVE_ETH_V2.md @@ -1,13 +1,11 @@ --- -title: Update the Liquidation Bonus of AAVE in Aave V2 Market -status: Proposed +title: Update the Liquidation Bonus of AAVE in Aave Ethereum V2 Market author: Author's Name (@GitHubUsername) shortDescription: Update LB of AAVE in V2 discussions: created: 2021-09-07 --- - ## Simple Summary A proposal to increase the Liquidation Bonus of AAVE in V2 Market. @@ -25,11 +23,10 @@ The current liquidation bonus of AAVE drives to multiple issues. The change of t - Current Liquidation Bonus of AAVE: 8% - Recommended Liquidation Bonus Update of AAVE: 10% - ## Implementation The proposal sets the liquidation bonus by calling `configureReserveAsCollateral` on the `PoolConfigurator` contract at `0x311Bb771e4F8952E6Da169b425E7e92d6Ac45756`, using the address and parameters specific to `AAVE` token. ## Copyright -Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). \ No newline at end of file +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).