Account Health

How your Account Health is calculated

Account Health indicates how much you have borrowed relative to your borrow limit. Your Account Health goes up when you supply assets or repay debt and goes down when you borrow. If your Account Health goes below 0%, your loan will be partially liquidated with a liquidation penalty deducted from your collateral.

The health of your account is calculated for each market separately.

BorrowLimit=assetsSuppliedValueiCollateralFactoriBorrowUsage=assetsBorrowedValuejLiquidationThresholdjAccountHealth=1BorrowUsageBorrowLimitBorrowLimit = \sum_{assets} SuppliedValue_i\cdot CollateralFactor_i\newline BorrowUsage = \sum_{assets} BorrowedValue_j\cdot LiquidationThreshold_j\newline AccountHealth = 1 - \frac{BorrowUsage}{BorrowLimit}

​Where

  • CollateralFactorCollateralFactor​ is a parameter of asset you have supplied,

  • LiquidationTresholdLiquidationTreshold is a parameter ​of asset you have borrowed,

  • SuppliedValueSuppliedValue​ and BorrowedValueBorrowedValue are the current market values of assets ​

Last updated