X(原名 Twitter)
https://x.com/XXKK_OFFICIAL
新硬币
BTCUSDT Perpetual Liquidation Price Formula With Simple Examples
If you trade BTCUSDT USDT-margined perpetuals, liquidation is the one number you don't want to "learn by experience." The BTCUSDT liquidation price tells you where the exchange is likely to force-close your position because your margin can't meet maintenance requirements.
This guide gives a clean liquidation price model you can calculate by hand, then verify on your exchange. The examples use simple numbers, so you can replicate them in a spreadsheet or an API script.
Exchanges don't all calculate liquidation the same way. Risk engines differ, maintenance margin is often tiered by position size, and fees and funding can move the real level. Use this as planning math, then confirm with your platform's contract rules and liquidation calculator.
The BTCUSDT liquidation price formula for USDT-margined perps
An AI-created infographic showing the main inputs used to estimate liquidation for long and short positions.
Start by naming variables clearly. This keeps your math consistent across long, short, isolated, and cross.
Variables (linear USDT-margined perpetual, BTCUSDT):
Entry price: (P_0) (USDT per BTC)
Position size: (Q) (BTC)
Notional at entry: (N = Q \times P_0) (USDT)
Maintenance margin rate: (m) (MMR, as a decimal, often tiered by notional)
Maintenance margin (simple model): (MM = N \times m) (USDT)
Collateral supporting the position: (C) (USDT). In isolated margin, this is the margin you assigned (including any added margin).
Now use a basic liquidation condition:
Equity at price (P) (ignoring fees and funding) equals collateral plus unrealized PnL. Liquidation happens when equity falls to the maintenance requirement.
For a long:
Unrealized PnL: (UPnL = Q \times (P - P_0))
Liquidation condition (estimate): (C + Q \times (P_{liq} - P_0) = MM)
Solve it: (P_{liq,long} \approx P_0 + (MM - C) / Q)
For a short:
Unrealized PnL: (UPnL = Q \times (P_0 - P))
Liquidation condition (estimate): (C + Q \times (P_0 - P_{liq}) = MM)
Solve it: (P_{liq,short} \approx P_0 + (C - MM) / Q)
If you use "pure" initial margin with no extra added margin, you often set (C = N/L) where (L) is leverage. In that special case, the formulas compress neatly, but the general form above is safer because it supports added margin.
Liquidation is often checked against mark price, not last price. If you watch only the candle (last price), you can misread risk by hundreds of dollars in fast moves.
To reduce surprises, confirm the price reference your exchange uses, and how mark, last, and index can diverge: https://blog.xxkk.com/blogs/new-coins/mark-price-vs-last-price-vs-index-price-on-crypto-futures-why-they-differ-and-how-it-affects-your-liquidation-risk. Also verify contract size, tick size, and any risk tiers before you size up: https://blog.xxkk.com/hi/blogs/new-coins/xxkk-perpetual-contract-specs-explained-contract-size-tick-size-min-order-max-leverage-and-where-to-find-each-number.
Example 1: BTCUSDT liquidation price for a long position
An AI-created scene showing a trader checking liquidation inputs before placing a BTCUSDT perp order.
Assume this is an isolated BTCUSDT long. We'll keep the model clean, so we ignore trading fees, funding, and liquidation fees. Those costs usually pull liquidation closer, so you should treat the result as an estimate.
Inputs
Entry price: (P_0 = 60{,}000)
Size: (Q = 0.01) BTC
Maintenance margin rate: (m = 0.5% = 0.005)
Leverage: (L = 10)
Collateral (using initial margin only): (C = N/L)
Step 1: Notional
(N = Q \times P_0 = 0.01 \times 60{,}000 = 600) USDT
Step 2: Maintenance margin (simple)
(MM = N \times m = 600 \times 0.005 = 3) USDT
Step 3: Collateral (initial margin)
(C = N/L = 600/10 = 60) USDT
Step 4: Liquidation price (long)
(P_{liq,long} \approx P_0 + (MM - C)/Q)
(P_{liq,long} \approx 60{,}000 + (3 - 60)/0.01)
(P_{liq,long} \approx 60{,}000 - 5{,}700 = 54{,}300)
So, in this simplified case, the estimated BTCUSDT liquidation price for the long is 54,300.
Your exchange may apply tiered MMR, include fees in the threshold, and use mark price for the trigger. Always compare your hand math with the platform's displayed liquidation price.
If you want more quick practice with the same style of "paper math," use this walkthrough: https://blog.xxkk.com/blogs/new-coins/how-to-calculate-your-liquidation-price-before-you-open-a-crypto-futures-trade-with-3-quick-examples.
Example 2: BTCUSDT liquidation price for a short position (and what moves it)
Use the same inputs, but flip direction to a short. A short loses when price rises, so liquidation sits above entry.
Inputs (same as above)
(P_0 = 60{,}000)
(Q = 0.01) BTC
(N = 600) USDT
(m = 0.005)
(MM = 3) USDT
(C = 60) USDT
Liquidation price (short)
(P_{liq,short} \approx P_0 + (C - MM)/Q)
(P_{liq,short} \approx 60{,}000 + (60 - 3)/0.01)
(P_{liq,short} \approx 60{,}000 + 5{,}700 = 65{,}700)
So, the estimated BTCUSDT liquidation price for the short is 65,700.
Next, make the key behavior obvious. Liquidation moves when you change collateral or leverage (because leverage changes initial margin for the same notional). Here's a mini-table using the same entry, size, and MMR, with simple assumptions.
Scenario (same (P_0=60,000), (Q=0.01), (m=0.5%))
Leverage (L)
Collateral (C) (USDT)
Long (P_{liq})
Short (P_{liq})
Baseline (initial margin only)
10x
60
54,300
65,700
Add isolated margin (+40 USDT)
10x
100
50,300
69,700
Lower leverage (same notional)
5x
120
48,300
71,700
Takeaway: more margin and lower leverage usually push liquidation farther away. That gives your stop-loss room to work, which is the safer plan than "riding to liquidation."
XXKK is built to support both new and experienced traders across spot and derivatives, with a user-first focus, strict privacy controls, and strong security measures. Still, liquidation risk comes from your settings and market volatility, so set TP and SL on purpose and keep them well away from liquidation: https://blog.xxkk.com/blogs/new-coins/how-to-set-take-profit-and-stop-loss-on-xxkk-perpetuals-plus-7-mistakes-that-cause-surprise-liquidations.
Conclusion
A usable BTCUSDT liquidation price estimate starts with five inputs: entry, size, collateral, and a realistic MMR. From there, solve the long and short formulas, then sanity-check them against your exchange's calculator and tier tables.
Keep the goal simple: plan exits with stop-loss orders, and treat liquidation as an emergency backstop, not a strategy. If you trade perps often, build a habit of verifying mark price rules, maintenance tiers, and fees before every new position.
2026年2月25日
分享:
目录
If you trade BTCUSDT USDT-margined perpetuals, liquidation is the one number you don't want to "learn by experience." The BTCUSDT liquidation price tells you where the exchange is likely to force-close your position because your margin can't meet maintenance requirements.
This guide gives a clean liquidation price model you can calculate by hand, then verify on your exchange. The examples use simple numbers, so you can replicate them in a spreadsheet or an API script.

Exchanges don't all calculate liquidation the same way. Risk engines differ, maintenance margin is often tiered by position size, and fees and funding can move the real level. Use this as planning math, then confirm with your platform's contract rules and liquidation calculator.
The BTCUSDT liquidation price formula for USDT-margined perps

An AI-created infographic showing the main inputs used to estimate liquidation for long and short positions.
Start by naming variables clearly. This keeps your math consistent across long, short, isolated, and cross.
Variables (linear USDT-margined perpetual, BTCUSDT):
- Entry price: (P_0) (USDT per BTC)
- Position size: (Q) (BTC)
- Notional at entry: (N = Q \times P_0) (USDT)
- Maintenance margin rate: (m) (MMR, as a decimal, often tiered by notional)
- Maintenance margin (simple model): (MM = N \times m) (USDT)
- Collateral supporting the position: (C) (USDT). In isolated margin, this is the margin you assigned (including any added margin).
Now use a basic liquidation condition:
Equity at price (P) (ignoring fees and funding) equals collateral plus unrealized PnL. Liquidation happens when equity falls to the maintenance requirement.
For a long:
- Unrealized PnL: (UPnL = Q \times (P - P_0))
- Liquidation condition (estimate): (C + Q \times (P_{liq} - P_0) = MM)
- Solve it: (P_{liq,long} \approx P_0 + (MM - C) / Q)
For a short:
- Unrealized PnL: (UPnL = Q \times (P_0 - P))
- Liquidation condition (estimate): (C + Q \times (P_0 - P_{liq}) = MM)
- Solve it: (P_{liq,short} \approx P_0 + (C - MM) / Q)
If you use "pure" initial margin with no extra added margin, you often set (C = N/L) where (L) is leverage. In that special case, the formulas compress neatly, but the general form above is safer because it supports added margin.
Liquidation is often checked against mark price, not last price. If you watch only the candle (last price), you can misread risk by hundreds of dollars in fast moves.
To reduce surprises, confirm the price reference your exchange uses, and how mark, last, and index can diverge: https://blog.xxkk.com/blogs/new-coins/mark-price-vs-last-price-vs-index-price-on-crypto-futures-why-they-differ-and-how-it-affects-your-liquidation-risk. Also verify contract size, tick size, and any risk tiers before you size up: https://blog.xxkk.com/hi/blogs/new-coins/xxkk-perpetual-contract-specs-explained-contract-size-tick-size-min-order-max-leverage-and-where-to-find-each-number.
Example 1: BTCUSDT liquidation price for a long position

An AI-created scene showing a trader checking liquidation inputs before placing a BTCUSDT perp order.
Assume this is an isolated BTCUSDT long. We'll keep the model clean, so we ignore trading fees, funding, and liquidation fees. Those costs usually pull liquidation closer, so you should treat the result as an estimate.
Inputs
- Entry price: (P_0 = 60{,}000)
- Size: (Q = 0.01) BTC
- Maintenance margin rate: (m = 0.5% = 0.005)
- Leverage: (L = 10)
- Collateral (using initial margin only): (C = N/L)
Step 1: Notional
- (N = Q \times P_0 = 0.01 \times 60{,}000 = 600) USDT
Step 2: Maintenance margin (simple)
- (MM = N \times m = 600 \times 0.005 = 3) USDT
Step 3: Collateral (initial margin)
- (C = N/L = 600/10 = 60) USDT
Step 4: Liquidation price (long)
- (P_{liq,long} \approx P_0 + (MM - C)/Q)
- (P_{liq,long} \approx 60{,}000 + (3 - 60)/0.01)
- (P_{liq,long} \approx 60{,}000 - 5{,}700 = 54{,}300)
So, in this simplified case, the estimated BTCUSDT liquidation price for the long is 54,300.
Your exchange may apply tiered MMR, include fees in the threshold, and use mark price for the trigger. Always compare your hand math with the platform's displayed liquidation price.
If you want more quick practice with the same style of "paper math," use this walkthrough: https://blog.xxkk.com/blogs/new-coins/how-to-calculate-your-liquidation-price-before-you-open-a-crypto-futures-trade-with-3-quick-examples.
Example 2: BTCUSDT liquidation price for a short position (and what moves it)
Use the same inputs, but flip direction to a short. A short loses when price rises, so liquidation sits above entry.
Inputs (same as above)
- (P_0 = 60{,}000)
- (Q = 0.01) BTC
- (N = 600) USDT
- (m = 0.005)
- (MM = 3) USDT
- (C = 60) USDT
Liquidation price (short)
- (P_{liq,short} \approx P_0 + (C - MM)/Q)
- (P_{liq,short} \approx 60{,}000 + (60 - 3)/0.01)
- (P_{liq,short} \approx 60{,}000 + 5{,}700 = 65{,}700)
So, the estimated BTCUSDT liquidation price for the short is 65,700.
Next, make the key behavior obvious. Liquidation moves when you change collateral or leverage (because leverage changes initial margin for the same notional). Here's a mini-table using the same entry, size, and MMR, with simple assumptions.
| Scenario (same (P_0=60,000), (Q=0.01), (m=0.5%)) | Leverage (L) | Collateral (C) (USDT) | Long (P_{liq}) | Short (P_{liq}) |
|---|---|---|---|---|
| Baseline (initial margin only) | 10x | 60 | 54,300 | 65,700 |
| Add isolated margin (+40 USDT) | 10x | 100 | 50,300 | 69,700 |
| Lower leverage (same notional) | 5x | 120 | 48,300 | 71,700 |
Takeaway: more margin and lower leverage usually push liquidation farther away. That gives your stop-loss room to work, which is the safer plan than "riding to liquidation."
XXKK is built to support both new and experienced traders across spot and derivatives, with a user-first focus, strict privacy controls, and strong security measures. Still, liquidation risk comes from your settings and market volatility, so set TP and SL on purpose and keep them well away from liquidation: https://blog.xxkk.com/blogs/new-coins/how-to-set-take-profit-and-stop-loss-on-xxkk-perpetuals-plus-7-mistakes-that-cause-surprise-liquidations.
Conclusion
A usable BTCUSDT liquidation price estimate starts with five inputs: entry, size, collateral, and a realistic MMR. From there, solve the long and short formulas, then sanity-check them against your exchange's calculator and tier tables.
Keep the goal simple: plan exits with stop-loss orders, and treat liquidation as an emergency backstop, not a strategy. If you trade perps often, build a habit of verifying mark price rules, maintenance tiers, and fees before every new position.
How To Read A Token Unlock Schedule Before You Buy (Practical Framework)
Maintenance Margin Tiers Explained For Crypto Perps And Liquidation Risk
分享:
XXKK Risk Limits Explained for Perpetuals and Liquidation Protection
Perpetuals can feel simple at entry, choose a side, set leverage, place the order. The risk shows...
2026年3月12日
How To Export XXKK Trade History For Taxes And Audits
Taxes and audits don't care how clean your trading screen looked. They care about rows of records...
2026年3月12日
Blockchain Confirmations Explained For Faster Deposits And Withdrawals
Ever sent crypto, saw "Sent" in your wallet, and still your exchange or app shows pending? It fee...
2026年3月11日
随时随地进行交易!
从这里开始您的加密货币之旅。
了解更多

