Liquidation occurs on leveraged crypto positions when the account's margin balance falls below the maintenance margin level required by the exchange — the exchange automatically closes the position to prevent a negative balance. For a 10× leveraged long position on BTC, a 10% adverse price move is sufficient to cause liquidation of the entire margin deployed. For a 5× position, a 20% adverse move causes liquidation. The specific liquidation price depends on entry price, leverage, initial margin, and the exchange's maintenance margin rate. Unlike a stop-loss (which you set voluntarily), liquidation is triggered by the exchange automatically and always represents maximum possible loss on the deployed margin for that position.
This guide covers liquidation price calculation, isolated vs cross margin modes, how DennTech's risk management prevents over-leveraging, safe leverage guidelines, and how to configure your bot to maintain a healthy margin buffer. Related guides: position sizing, portfolio heat, stop-loss, stress testing.
Liquidation Price Calculation (Isolated Margin)
For an isolated margin long position on a perpetual futures exchange:
Liquidation Price (Long) = Entry Price × (1 − Initial Margin Rate + Maintenance Margin Rate) Example: Entry = $50,000 BTC, 10× leverage, initial margin = 10%, maintenance margin = 0.5% Liquidation Price = $50,000 × (1 − 0.10 + 0.005) = $50,000 × 0.905 = $45,250 So a 9.5% drop from entry causes liquidation at 10× leverage.
The maintenance margin rate varies by exchange and tier (higher position sizes often have higher maintenance margin requirements). Always verify the specific maintenance margin rate for your exchange and position size tier before using this formula. Higher leverage → liquidation price is closer to entry → smaller adverse move causes full position loss.
Isolated Margin vs. Cross Margin
| Margin Mode | Description | Liquidation Risk |
|---|---|---|
| Isolated | Each position has a fixed, capped margin — maximum loss is the allocated margin | Lower — liquidation only affects the isolated position's margin, not the full account |
| Cross | All account balance is available as margin for all positions collectively | Higher — a losing position can draw from profits of other positions; severe loss can liquidate entire account |
For automated bot trading: always use isolated margin mode. Cross margin allows a single position to draw down your entire account balance if it moves against you. With isolated margin, each position has a defined maximum loss (the allocated margin), making portfolio risk calculation straightforward and preventing cross-position contamination.
Safe Leverage Guidelines for Automated Strategies
Leverage guidelines that account for crypto's typical volatility:
| Leverage | Distance to Liquidation | Recommendation |
|---|---|---|
| 2× (50% margin) | ~45–48% adverse move | Very safe — appropriate for long-term strategies on BTC/ETH |
| 3× (33% margin) | ~30–32% adverse move | Safe — allows for major market corrections while surviving |
| 5× (20% margin) | ~18–19% adverse move | Moderate — can survive typical corrections; flash crashes may liquidate |
| 10× (10% margin) | ~9–9.5% adverse move | High risk — routine intraday moves on crypto can trigger liquidation |
| 20×+ | ~4.5% adverse move | Extremely high — not recommended for automated strategies |
For most DennTech strategies: 2–3× leverage is the recommended maximum for swing trading on 4H/Daily timeframes. Higher leverage requires intraday management that is not compatible with indicator-based strategies designed for hourly or daily signals. Stop-losses must be set inside the liquidation price — always set stop-loss at a level that triggers voluntary position closure before the exchange's liquidation mechanism activates.
Configuring DennTech for Leveraged Exchange Safety
- Set leverage in DennTech's exchange settings: 2× or 3× maximum for standard strategies
- Select margin mode: Isolated (never Cross for automated strategies)
- Set stop-loss inside the liquidation price: stop at 60–70% of the distance to liquidation (e.g., if liquidation is 10% away at 10× leverage, stop at 6–7% adverse move)
- Set maximum position size: DennTech's position sizing calculator ensures each position's isolated margin cap is within your portfolio heat limit — see our portfolio heat guide
- Enable circuit breaker: if account equity drops beyond configured threshold, halt all new entries — see circuit breaker guide
Full documentation at DennTech docs. Get started at the pricing page.
Funding Rate Consideration for Perpetual Futures
On perpetual futures exchanges (Bybit, Deribit, OKX), a funding rate is paid or received every 8 hours depending on whether longs or shorts are dominant. During extended bull markets, funding rates can reach 0.1–0.3% per 8-hour period — meaning a leveraged long position loses 0.3–0.9% per day purely to funding, before price moves are considered. Over a 30-day hold, this is 9–27% in funding costs alone. For leveraged positions, funding rate accumulation reduces your effective margin buffer and gradually moves your liquidation price closer to the current market price. Factor funding rate costs into your position sizing and maximum hold duration calculations. See our exchange guides: Bybit, Deribit, OKX.
Frequently Asked Questions
- If my bot has exchange-side stop orders, do I still need to worry about liquidation?
- Exchange-side stop orders provide a strong protection layer — if configured correctly with the stop price well above the liquidation level, the stop will trigger before liquidation occurs. However, during extreme flash crashes or low-liquidity events, stop-market orders may fill significantly below the configured stop price (slippage), bringing the actual exit closer to the liquidation price than planned. Additionally, if the crash exceeds the stop gap in a single tick (price gaps through your stop level), the stop fills at the next available price — which may be near or at liquidation. The safeguard against this is using conservative leverage (2–3×) so the gap from entry to liquidation is large enough to accommodate worst-case slippage. See our stress testing guide.
- What happens to my DennTech bot if a leveraged position gets liquidated?
- If a position is liquidated (exchange closes it at the liquidation price), the exchange sends a fill notification through the API. DennTech will detect that the position is closed and update its local position state accordingly. DennTech does not automatically re-enter after a liquidation — it treats the liquidation as a stop-loss event and does not place a new position until the next valid entry signal occurs. This prevents the dangerous behavior of repeatedly re-entering after consecutive liquidations. Review your leverage and position sizing after any liquidation event before resuming the strategy. See the DennTech docs for liquidation handling configuration.
- Should DennTech strategies be run on leveraged futures or spot exchanges?
- For most traders using DennTech's indicator-based strategies, spot trading is the safer and simpler choice — no liquidation risk, no funding rate drag, and simpler position management. Leveraged futures are appropriate when you specifically want to: (1) hold a smaller margin while maintaining the same notional exposure, or (2) take short positions as part of a hedging strategy. If leverage is used, maintain 2–3× maximum with isolated margin, exchange-side stops, and conservative position sizing. Compare DennTech editions at the pricing page and explore spot-focused strategies at the strategies page.
Risk framework: position sizing, liquidation management (this guide), portfolio heat, stop-loss. All strategies at the strategies page.