Liquidation is triggered when the Mark Price hits the Liquidation Price

Liquidation Price (Isolated Margin)

Initial Margin Rate (IMR) = 100 / Leverage (%)

Maintenance Margin Rate (MMR) is based on Tiered Margin

For Long (Buy)

FORMULA

Liquidation Price = Entry Price * (100% - IMR + MMR) – Extra margin added / Contract size

Example

Trader place a long entry of 1 BTC at 10,000 USDT with 50x leverage. Assuming no extra margin added.

IMR = 100 / 50 (%) = 2%

MMR = 0.1%

Liquidation Price = 10,000 * (100% - 2% + 0.1%) = 9810 USDT

For Short (Sell)

FORMULA

Liquidation Price = Entry Price * (100% + IMR – MMR) + Extra margin added / Contract size

Example

Trader place a short entry of 1 BTC at 8,000 USDT with 40x leverage. Assuming no extra margin added.

IMR = 100 / 40 (%) = 2.5%

MMR = 0.1%

Liquidation Price = 8000 * (100% + 2.5% - 0.1%) = 8192 USDT

Liquidation Price (Cross Margin)

Comparing to Isolated Margin mode, Liquidation Price under Cross Margin mode might keep changing as the available balance will be affected by the other trading pairs. Under cross margin mode, the initial margin used for each position is isolated from the account balance but the remaining balance is shared. The available balance will be affected by the unrealized P&L that occurred by all existing positions. Liquidation only happened when the available balance = 0 and each position do not have enough maintenance margin respectively.

For Long (Buy)

FORMULA

Liquidation Price = Current Mark Price – (Available Balance + Initial Margin – Maintenance Margin) / Exposed Position Size

For Short (Sell)

FORMULA

Liquidation Price = Current Mark Price + (Available Balance + Initial Margin – Maintenance Margin) / Exposed Position Size

Example 1: Only one unhedged position

Under Cross Margin, assuming trader A holding a 2BTC Long position at 10,000 USDT with x100 leverage. The current available balance is 2,000 USDT, current mark price = 10,500USDT, unrealized profit(Mark Price) is 1,000 USDT.

Initial Margin = 2 * 10000 * [100 / 100  (%)] = 200 USDT

Maintenance Margin = 2 * 10000 * 0.1% = 20 USDT

Available Balance = 2000 USDT

Total Sustainable Loss =  Available Balance + Initial Margin - Maintenance Margin = 2000 + 200 – 20 = 2180 USDT.

With 2,180 USDT, the position can sustain a price loss of 1,090 USDT (2,180/2). 

Using the above logic, we can derive the liquidation price (Long) of this position would be: 10500 – (2000 + 200 – 20) / 2 = 9410 USDT

Example 2: One hedged position

Under Cross Margin, assuming trader B holding a 2BTC Long position with entry price at 10,000 USDT with x100 leverage. The current available balance is 3,000 USDT, current Mark Price is 9,500 USDT, unrealized loss for the Long position (Mark Price) is 1,000 USDT. At the same time, he is holding a Short position of 1BTC with same the leverage, entry price at 9,500 USDT. 

For the short position, it will never be getting liquidated as the Contract Size of Long position > Contract Size of Short position, whenever the price goes up, the unrealized profit for long position is always greater than the unrealized loss of the short position.

For the long position,  we only need to consider the net exposure of the position abs(Long - Short ) = abs(2BTC - 1BTC) = 1BTC when calculating the liquidation price. 

Available Balance: 3000 USDT

Initial Margin = 1 * 10000 * [100 / 100 (%)] = 100 USDT

Maintenance Margin = 1 * 10000 * 0.1% = 10 USDT

Liquidation Price = 9500 – (3000 + 100 – 10) / 1 = 6410 USDT

Liquidation Clearance Fee

When a trader's position is liquidated, a percentage of the Liquidation Fee will be collected and paid into the Insurance Fund, thereby increasing the sustainability of the Insurance Fund. The liquidation fee is calculated based on the liquidated position size multiplied by the corresponding percentage for each trading pair. For more information on the aforementioned percentages, please refer to the Trading Rules page.

The liquidation fee is collected only based on the trader's margin used for the position. If the Trader's Margin is insufficient to settle the Liquidation Fee, the Insurance Fund will intervene to settle the Liquidation Fee, covering the shortfall for the Trader.

Traders should strictly control their position risks to avoid unintended liquidations.

Note

  • If the trader chooses to trigger an SL order using Last Price, there is a possibility of the position being liquidated before the SL order is triggered due to the difference between the Last Price and the Mark Price.