Check a lending position’s health factor
Reconcile the market’s safety measure and model changes before relying on an alert.
✨ Aprenda com IA
Start with: liquidation, calculate ltv.
Before you start
Use a market that documents a health-factor model. Find current liquidation thresholds, eligible collateral, debt and oracle values. Other lending designs can use different measures.
Steps
- For each eligible collateral asset, multiply its value by its applicable liquidation threshold expressed as a decimal.
- Add those adjusted values and divide by total debt value. For an Aave-style model, this is health factor. With no debt, the ratio is not an ordinary finite number.
- Compare your result with the interface. Check risk modes, asset restrictions, price changes and interest if values differ.
- Recalculate for a significant collateral decline or debt increase. Decide whether your planned repayment remains feasible under that scenario.
- Record a monitoring and action plan. Maintain fee assets and access to a verified repayment interface; notifications alone do not execute a repayment.
Verify the result
Illustration: $10,000 collateral × 0.80 ÷ $2,000 debt = 4. With collateral at $6,000, the result is 2.4. These inputs are hypothetical and not a safe target. In the documented Aave model, below 1 indicates liquidation eligibility.
❓ Does a health factor above 1 remove liquidation risk?
No. Prices, interest, thresholds and oracle values can change. The ratio is a current measurement under one market's rules, not a guarantee.
If something differs
Do not infer safety from a green color alone. Thresholds can change, multiple assets can fall together and oracle updates can be abrupt. If you cannot reconcile the measure, stop increasing exposure and investigate before relying on it.