Page cover image

👨‍⚕️Position Health

Position Health Status

The progress bar on the homepage integrates the position health status with the liquidation mechanism, offering real-time information about the health of users' assets. This helps users easily understand their current risk status.

  • When LTV ≤ Maximum LTV, Health Score = 1

  • When Maximum LTV ≤LTV ≤ Liquidation Threshold

Health Calculation Formula:

HealthScore=max0,1CurrentLTVMaximumLTVLiquidationlineMaximumLTVHealth Score=max(0, 1-\frac{CurrentLTV-Maximum LTV}{Liquidation line-Maximum LTV})

  • When LTV ≥ Liquidation Threshold, Health Score = 0

Example

Assumptions:

  • Maximum LTV: 70%, Liquidation Line: 85%.

  • Current User LTV = 75%

Calculate Health Factor:

HealthScore=175708570=1515=0.67HealthScore=1-\frac{75-70}{85-70}=1-\frac{5}{15}=0.67

  • HealthScore= 67%

Progress bar display:

  • The progress bar shows a length of 67%.

  • It appears yellow, indicating increased user risk.

Last updated