What is the liquidation price?
The liquidation of the contract is based on the margin rate. When the contract position has a margin rate ≤ 100%, it will trigger a margin call or a forced liquidation.
Calculation of Liquidation Price
-
Accordingly,
-
Margin rate <= 100% to trigger a liquidation
-
Cross margin rate = (Equity + ∑Profit)/ ∑(Maintenance Margin+Fees)
-
Isolated margin rate = (Margin + Profit)/ (Maintenance Margin+Fees), then
-
-
Under Isolated margin mode,
-
USDT margin contracts:
-
Long position: Liquidation Price = (Margin - |Position| * Avg. Open Price) / ( |Position|* (Maintenance Margin Rate + Liquidation Fee Rate - 1))
-
Short position: Liquidation Price = (Margin + |Position| * Avg. Open Price) / ( |Position| * (Maintenance Margin Rate + Liquidation Fee Rate + 1))
-
-
-
Under Cross margin mode:
-
Individual position, USDT margin contracts:
-
Long position: Liquidation Price = (Equity - |Position| * Avg. Open Price) / ( |Position|* (Maintenance Margin Rate + Liquidation Fee Rate - 1))
-
Short position: Liquidation Price = (Equity + |Position| * Avg. Open Price) / ( |Position| * (Maintenance Margin Rate + Liquidation Fee Rate + 1))
-
-
Multiple positions, USDT margin contracts:(for reference only as lack of the liquidation price of multiple positions)
-
Long position: Est. Liquidation Price = (Equity +∑(Profit_n - Fee_n - Maintenance Margin_n)- |Positions| * Avg. Open Price) / ( |Positions|* (Maintenance Margin Rate + Liquidation Fee Rate - 1))
-
Short position: Est. Liquidation Price = (Equity +∑(Profit_n - Fee_n - Maintenance Margin_n) + |Positions| * Avg. Open Price) / ( |Positions| * (Maintenance Margin Rate + Liquidation Fee Rate + 1))
-
-