Skip to content

Commit 58556fc

Browse files
committed
config: Update risk parameters
Updated risk parameters following the accepted community proposal at Snapshot https://snapshot.org/#/aave.eth/proposal/QmbGh1VP1w51PfBWkEmNquD95NJhJ8Eaqma6PP8psP9HGy
1 parent 1bbd0a8 commit 58556fc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

markets/avalanche/reservesConfigs.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const strategyWAVAX: IReserveParams = {
1111
stableBorrowRateEnabled: false,
1212
reserveDecimals: '18',
1313
aTokenImpl: eContractid.AToken,
14-
reserveFactor: '2000',
14+
reserveFactor: '1500',
1515
};
1616

1717
export const strategyWETH: IReserveParams = {
@@ -28,21 +28,21 @@ export const strategyWETH: IReserveParams = {
2828

2929
export const strategyWBTC: IReserveParams = {
3030
strategy: rateStrategyVolatileOne,
31-
baseLTVAsCollateral: '0',
32-
liquidationThreshold: '0',
33-
liquidationBonus: '0',
31+
baseLTVAsCollateral: '6000',
32+
liquidationThreshold: '7500',
33+
liquidationBonus: '10500',
3434
borrowingEnabled: true,
3535
stableBorrowRateEnabled: false,
3636
reserveDecimals: '8',
3737
aTokenImpl: eContractid.AToken,
38-
reserveFactor: '2000',
38+
reserveFactor: '1000',
3939
};
4040

4141
export const strategyAAVE: IReserveParams = {
4242
strategy: rateStrategyVolatileOne,
43-
baseLTVAsCollateral: '5000',
43+
baseLTVAsCollateral: '4000',
4444
liquidationThreshold: '6500',
45-
liquidationBonus: '10800',
45+
liquidationBonus: '11000',
4646
borrowingEnabled: false,
4747
stableBorrowRateEnabled: false,
4848
reserveDecimals: '18',

0 commit comments

Comments
 (0)