INIT Capital
  • Protocol Overview
    • Introduction
    • Liquidity Hook
      • Benefits to DApps
      • Benefits to INIT Users
    • INIT Growth Loop
  • Lending
    • Assets List
    • How Deposit Works
    • Lending APR
    • LP Tokens as Collateral
    • Lending Cap
  • Borrowing
    • Assets List
    • Borrow Cap
    • Health Factor
      • Blast Parameters
      • Mantle Parameters
    • Minimal Liquidation
    • Interest Rate Model
    • Flash Borrow
    • Auto E-Mode
    • Debt Ceiling
  • Key Features
    • Flash Borrow
    • Multi-Silo Positions
    • LP Tokens as Collateral
    • Yield-Bearing Tokens as Collateral
  • For dApps
    • Building Liquidity Hook
    • Developer Docs
  • Additional Information
    • Official Links
    • Contract Address
      • Blast
      • Mantle
    • Oracle
    • Audits
    • Media Kit
    • Terms of Use
Powered by GitBook
On this page

Was this helpful?

  1. Borrowing

Health Factor

PreviousBorrow CapNextBlast Parameters

Last updated 1 year ago

Was this helpful?

The Health Factor is a numerical value that indicates the safety of your position from its liquidation point. A higher value indicates a healthier position, and thus, greater safety against liquidation.

If the Health Factor drops to 1 or below, liquidation is triggered.

The calculations are as follows:

Health Factor = Collateral Credit / Borrow Credit

HealthFactor=CollateralCredit/BorrowCreditHealthFactor=CollateralCredit/Borrow CreditHealthFactor=CollateralCredit/BorrowCredit

Where

  • Collateral Credit:

CollateralCredit=∑(TokenAmount∗CollateralTokenPrice∗CollateralFactor)Collateral Credit=\sum(Token Amount*CollateralTokenPrice*CollateralFactor)CollateralCredit=∑(TokenAmount∗CollateralTokenPrice∗CollateralFactor)
  • Borrow Credit:

BorrowCredit=∑(TokenAmount∗BorrowTokenPrice∗BorrowFactor)BorrowCredit=\sum(TokenAmount*BorrowTokenPrice*BorrowFactor)BorrowCredit=∑(TokenAmount∗BorrowTokenPrice∗BorrowFactor)

Collateral and Borrow Factors

Note: Collateral Factor should be <= 1, Borrow Factor should be >= 1

Mantle Parameters
Blast Parameters