GMX_MIN_LIQUIDATION_COLLATERAL_USD

Documentation for eth_defi.gmx.constants.GMX_MIN_LIQUIDATION_COLLATERAL_USD data.

GMX_MIN_LIQUIDATION_COLLATERAL_USD = 5.0

Minimum liquidation collateral threshold (USD) used by the GMX protocol. GMX liquidates a position when remaining collateral falls below max(position_size_usd * 0.005, GMX_MIN_LIQUIDATION_COLLATERAL_USD). This is a separate protocol constant from the minimum position size (GMX_MIN_COST_USD). For positions smaller than ~$1000, this $5 floor dominates the 0.5% term.