Key Concepts
Account Equity
Your account equity is your total value:Initial Margin (IM)
Initial margin is the collateral required to open a position. It’s based on the leverage you select:Maintenance Margin (MM)
Maintenance margin is the minimum collateral to keep a position open:Cross-Margin Behavior
With cross-margin, all your collateral is shared across all positions:- Profits from one position cover losses in another
- Liquidation only happens when total equity falls below total MM requirement
- Capital is more efficient since you don’t isolate margin per-position
Example
You have $10,000 USDC deposited and two positions:- Long BTC-PERP: 2,000 PnL
- Long ETH-PERP: 1,500 PnL
Isolated Margin
Isolated margin allocates collateral to individual positions, limiting your risk to that specific position. If an isolated position gets liquidated, your other positions and remaining collateral are unaffected.Isolated margin mode is currently under discussion. Check back for updates on
availability.
Tradeable and Withdrawable Balance
Decibel distinguishes between what you can trade with and what you can withdraw. A PnL haircut (set per market) prevents over-withdrawal on volatile unrealized gains.Tradeable Balance
Your tradeable balance determines how much you can use to open new positions:max() picks whichever is larger: your initial margin requirement or the PnL haircut. More volatile markets have higher haircut requirements, so large unrealized gains on volatile positions reduce your tradeable balance more than stable ones.
Withdrawable Balance
Your withdrawable balance is more conservative. It’s based on collateral value only, excluding unrealized gains:Leverage Selection
When opening a position, you select your leverage by choosing how much initial margin to allocate. Higher leverage means:- Smaller initial margin requirement
- Larger position relative to collateral
- Closer to liquidation price
- Greater profit/loss per price move
| Leverage | IM Fraction | Position Size per $1,000 |
|---|---|---|
| 5x | 20% | $5,000 |
| 10x | 10% | $10,000 |
| 20x | 5% | $20,000 |
| 40x | 2.5% | $40,000 |
Key Formulas
Related
Liquidations
What happens when equity falls below maintenance margin
Funding Rates
How funding affects your unrealized PnL

