The Standard vs Reverse Liquidation Problem

Every trader who uses leverage should be familiar with the standard liquidation calculator: enter your entry price, position size, and leverage โ€” it tells you exactly at what price the exchange will forcibly close your position. This is useful, but it frames risk management backwards.

The reverse liquidation approach starts from the question that actually matters: "How far away do I want my liquidation price?" You decide the safety buffer first โ€” say, 20% below your entry for a long โ€” and then work backwards to find the maximum position size and leverage that respects that constraint given your available margin.

This is a fundamentally more disciplined way to size positions in leveraged markets. Instead of choosing leverage based on greed (maximum size) and accepting whatever liquidation price falls out, you choose the liquidation price based on risk (market structure, volatility, key support levels) and let position size be the output.

Why Your Liquidation Distance Should Come From Market Structure

A good liquidation price is not an arbitrary percentage. It should sit below a level that price is extremely unlikely to reach โ€” an unambiguous invalidation of your trade thesis. Common anchors:

  • Below the swing low on the trading timeframe (your stop-loss level minus a buffer)
  • Below a major support zone โ€” a weekly order block or quarterly open
  • Below a round number that serves as psychological support (e.g., $90,000 for BTC)
  • A fixed volatility buffer: 2ร— ATR below entry, ensuring the liquidation is outside normal noise

Once you have chosen that price, the reverse liquidation calculator computes the implied leverage and maximum position size. If the resulting leverage is too low to be interesting, the trade is not viable at this margin level โ€” add more collateral or skip the trade.

The Reverse Liquidation Formula for Long Positions

For an isolated margin long position, the relationship between entry price, liquidation price, and leverage is:

Distance = (Entry โˆ’ Liq) / Entry

Where Distance is expressed as a decimal (e.g., 0.20 for 20%). Rearranging for leverage, and including the Maintenance Margin Rate (MMR) โ€” the minimum margin fraction the exchange requires before liquidation triggers:

Max Leverage = 1 / (Distance + MMR)

MMR on Binance Futures for most pairs at standard position sizes is approximately 0.4% (0.004). At higher position sizes, the MMR steps up โ€” check the exchange's tiered margin table for large positions.

Once you have max leverage:

  • Max Notional = Margin ร— Max Leverage
  • Max Position (base currency) = Max Notional / Entry Price

A safe size applies a 20% buffer to the max notional โ€” accounting for exchange MMR variations, slippage at liquidation, and accrued funding:

Safe Notional = Max Notional ร— 0.80

Worked Example: ETH Long with 20% Liquidation Buffer

You want to go long ETH at $3,500 and set your desired liquidation price at $2,800 โ€” 20% below entry. You have $1,000 of margin to allocate (isolated).

Step 1 โ€” Calculate the distance:

Distance = (3,500 โˆ’ 2,800) / 3,500 = 700 / 3,500 = 0.20 (20%)

Step 2 โ€” Calculate max leverage (using MMR = 0.004):

Max Leverage = 1 / (0.20 + 0.004) = 1 / 0.204 โ‰ˆ 4.9ร—

Step 3 โ€” Calculate max notional:

Max Notional = $1,000 ร— 4.9 = $4,902

Step 4 โ€” Apply 20% safety buffer:

Safe Notional = $4,902 ร— 0.80 = $3,922

Step 5 โ€” Convert to ETH:

Safe Position = $3,922 / $3,500 = 1.12 ETH

So with $1,000 margin and a desired liquidation at $2,800, you can safely take a 1.12 ETH long (~$3,922 notional, ~3.9ร— effective leverage). The 20% buffer means your theoretical liquidation sits at $2,800, but you have margin headroom above that for MMR and funding accrual.

Why the 80% Safety Buffer Matters

The theoretical liquidation price from the formula assumes perfect conditions. In practice, three factors erode your margin before the exchange triggers liquidation:

  • Maintenance Margin Rate (MMR): The exchange keeps a fraction of your margin as a reserve. The closer to the MMR threshold, the less buffer you have.
  • Slippage at liquidation: When you are liquidated, the exchange closes your position at market price. During volatile moves, that fill price may be worse than your theoretical liq price, requiring extra margin to cover the shortfall.
  • Accrued funding: If you hold for days or weeks, positive funding payments (if you are long during elevated positive rates) drain your margin balance gradually, moving your effective liquidation closer to current price.

The 20% haircut on notional converts the theoretical max into a practical safe max that absorbs all three of these real-world costs.

Cross Margin vs Isolated Margin

The formula above applies to isolated margin โ€” where a fixed amount of collateral is dedicated to this position and cannot be supplemented by other funds. This is the recommended mode for controlled risk.

In cross margin mode, your entire account balance backs the position. Liquidation is triggered when total account equity falls below the position's maintenance margin requirement. Cross margin makes reverse liquidation calculation more complex because it depends on your total account value, not just the margin allocated to this trade. For cross margin, use isolated margin equivalents for calculation purposes, then convert.

Try the Free Reverse Liquidation Calculator

Enter your entry price, desired liquidation price, and available margin to instantly find your implied leverage, max notional, and safe position size.

Open Free Calculator