Crypto Leverage Calculator
Calculate liquidation price, profit/loss, ROE, and fees for leveraged crypto trades. Supports long and short positions up to 200x leverage.
About
Leveraged cryptocurrency trading amplifies both gains and losses by a factor of L. A 10× long position on BTC moves your equity 10% for every 1% price increase, but a 10% adverse move eliminates your entire margin. The critical number most traders miscalculate is the liquidation price, Pliq. Exchanges apply a maintenance margin rate m (typically 0.4 - 1.0%) that shifts Pliq closer to entry than the naive 1L estimate suggests. This tool computes Pliq, net PnL after trading fees, and return on equity for both isolated-margin long and short positions. It assumes isolated margin mode. Cross-margin liquidation depends on total account balance and open positions, which requires exchange-specific portfolio data this tool does not model.
Formulas
Liquidation price for an isolated-margin position:
Long: Pliq = Pentry × (1 − 1L + m)
Short: Pliq = Pentry × (1 + 1L − m)
Profit and loss before fees:
Long PnL = Q × (Pexit − Pentry)
Short PnL = Q × (Pentry − Pexit)
Where Q = Margin × LPentry is the position quantity in base asset units.
Total fees:
Ftotal = Q × Pentry × fentry + Q × Pexit × fexit
Return on equity:
ROE = PnLnetMargin × 100%
Where Pentry = entry price, Pexit = exit/target price, L = leverage multiplier, m = maintenance margin rate, fentry and fexit = trading fee rates, Margin = collateral deposited, PnLnet = profit/loss after all fees.
Reference Data
| Exchange | Max Leverage | Taker Fee | Maker Fee | Maintenance Margin | Funding Interval | Liquidation Model |
|---|---|---|---|---|---|---|
| Binance Futures | 125× | 0.040% | 0.020% | 0.40% | 8h | Isolated / Cross |
| Bybit | 100× | 0.055% | 0.020% | 0.50% | 8h | Isolated / Cross |
| OKX | 125× | 0.050% | 0.020% | 0.40% | 8h | Isolated / Cross / Portfolio |
| Bitget | 125× | 0.060% | 0.020% | 0.40% | 8h | Isolated / Cross |
| dYdX | 20× | 0.050% | 0.020% | 3.00% | Continuous | Cross |
| Kraken Futures | 50× | 0.050% | 0.020% | 1.00% | 4h | Isolated / Cross |
| Phemex | 100× | 0.060% | 0.010% | 0.50% | 8h | Isolated / Cross |
| BingX | 150× | 0.045% | 0.020% | 0.40% | 8h | Isolated / Cross |
| MEXC | 200× | 0.060% | 0.000% | 0.50% | 8h | Isolated / Cross |
| Gate.io | 100× | 0.050% | 0.015% | 0.50% | 8h | Isolated / Cross |
| Huobi / HTX | 200× | 0.050% | 0.020% | 0.50% | 8h | Isolated / Cross |
| Coinbase Intl | 10× | 0.060% | 0.040% | 2.00% | 1h | Cross |