Skip to content

Portfolio Margin — Cross, Isolated, and Risk-Based Margining

TL;DR

  • Isolated margin assigns collateral per-position. Your $10K long ETH can't touch your $10K long SOL. Simple, safe, capital-inefficient.
  • Cross margin pools all collateral into one bucket. Winning positions offset losing ones, so you get liquidated less often — but when you do, everything goes.
  • Portfolio margin is the endgame: the exchange stress-tests your entire portfolio as a unit, recognizing that a long BTC future + short BTC call is a hedged book, not two independent bets. Margin requirements drop 50-80% for hedged portfolios.
  • SPAN (CME) and TIMS (OCC) are the TradFi originals — they pioneered scenario-based margining decades ago. Crypto exchanges are now borrowing heavily from these frameworks.
  • The same $100K portfolio might require $20K margin under isolated, $12K under cross, and $5K under portfolio margin. That capital efficiency is why every major exchange is racing to ship PM.
  • Portfolio margin is how exchanges compete for institutional flow. If you're a market maker running delta-neutral books, you go where your capital works hardest.

1. The Three Margin Modes

Every derivatives exchange has to answer one question: how much collateral does a trader need to post against their positions? The answer depends on how the exchange models risk.

                        Capital Efficiency
                  Low ◄──────────────────────► High

  ┌─────────────┐    ┌──────────────┐    ┌──────────────────┐
  │  ISOLATED    │    │    CROSS     │    │    PORTFOLIO     │
  │             │    │              │    │                  │
  │ Per-position │    │ Shared pool  │    │ Risk-based       │
  │ collateral   │    │ across all   │    │ stress testing   │
  │             │    │ positions    │    │ of entire book   │
  │             │    │              │    │                  │
  │ Max loss =   │    │ Max loss =   │    │ Margin = worst   │
  │ position     │    │ entire       │    │ case portfolio   │
  │ margin       │    │ account      │    │ loss scenario    │
  └─────────────┘    └──────────────┘    └──────────────────┘
       │                    │                     │
       │                    │                     │
    Simple              Popular              Institutional
    Safe                Efficient            Maximum efficiency
    Rigid               Flexible             Complex risk model
FeatureIsolatedCrossPortfolio
Collateral scopePer-positionEntire accountEntire account
Offset recognitionNoneUnrealized PnL onlyFull hedging offsets
Liquidation blast radiusSingle positionAll positionsAll positions
Typical leverage1-125x1-125xHigher effective leverage
Best forDegen yolo playsGeneral tradingMarket makers, hedged books
Minimum balanceNoneNoneUsually $100K+

2. Isolated Margin Deep Dive

How It Works

Isolated margin is conceptually the simplest mode. You open a position, assign collateral to it, and that collateral belongs exclusively to that position. If the position gets liquidated, you lose exactly what you assigned — nothing more.

Account Balance: $50,000

  Position A: Long 1 BTC          Position B: Short 50 ETH
  ┌──────────────────────┐        ┌──────────────────────┐
  │ Assigned margin: $5K │        │ Assigned margin: $3K │
  │ Leverage: ~20x       │        │ Leverage: ~33x       │
  │ Liq price: ~$95,200  │        │ Liq price: ~$2,060   │
  └──────────────────────┘        └──────────────────────┘

  Unallocated balance: $42,000 (untouchable by either position)

Liquidation Mechanics

When BTC drops and Position A's margin ratio breaches maintenance:

  1. Only Position A gets liquidated
  2. You lose the $5K assigned to it
  3. Position B is completely unaffected
  4. Your $42K unallocated balance is untouched

This is why isolated margin is popular with newer traders and for high-conviction directional bets — you define your max loss upfront.

The Trade-off

The downside is brutal capital inefficiency. Say you're long 1 BTC and short 1 BTC (a perfectly hedged position). Under isolated margin, you post margin on both sides independently. The exchange doesn't care that your net exposure is zero — each position is its own island.

When to Use Isolated Margin

  • Speculative one-offs: You want to punt on a memecoin with 50x leverage and sleep at night
  • Risk compartmentalization: You're running multiple strategies and want hard walls between them
  • New traders: The max-loss guarantee makes risk management explicit
  • Volatile markets: When correlations break down and you don't trust cross-margin offsets

3. Cross Margin Deep Dive

How It Works

Cross margin pools your entire account balance as shared collateral for all positions. Every dollar in the account backs every position.

Account Balance: $50,000 (shared collateral pool)

  ┌─────────────────────────────────────────────────────┐
  │                SHARED COLLATERAL POOL                │
  │                     $50,000                          │
  │                                                     │
  │  Position A: Long 1 BTC    Position B: Short 50 ETH │
  │  Notional: ~$100K          Notional: ~$100K         │
  │  Unrealized PnL: -$2,000   Unrealized PnL: +$3,000 │
  │                                                     │
  │  Net margin usage = f(total exposure, total equity)  │
  │  Effective equity = $50,000 + (-$2,000 + $3,000)    │
  │                   = $51,000                          │
  └─────────────────────────────────────────────────────┘

The Key Insight: Unrealized PnL Offsets

This is why most traders prefer cross margin. Your winning position's unrealized profit actively subsidizes your losing position's margin requirement. In the example above, ETH's $3K gain offsets BTC's $2K loss, keeping your effective equity at $51K instead of treating each position independently.

Margin Fraction Under Cross Margin

As detailed in the collateral system doc, the margin fraction for a cross-margin account is:

Margin Fraction = Net Equity / Net Margin Exposure

Where:
  Net Equity = Collateral Value + Unrealized PnL + Unsettled Equity - Borrow Liability
  Net Margin Exposure = Sum of |position_notional| for all positions (weighted)

The account stays healthy as long as MF > IMF (for new trades) or MF > MMF (for existing positions during drawdown). When MF breaches MMF, the liquidation engine kicks in — and unlike isolated margin, it can liquidate any position in the account.

Why Most Traders Use Cross Margin

  1. Capital efficiency: Your $50K backs $200K of exposure instead of being split into $10K chunks
  2. Natural hedging: Long BTC spot + short BTC perp? The PnL offsets keep you alive through volatility
  3. Fewer liquidations: Temporary drawdowns on one position get absorbed by gains elsewhere
  4. Simpler management: No need to manually rebalance margin across 15 positions

The Risk

When a cross-margin account gets liquidated, everything is on the table. A single catastrophic position can drain your entire account. This is the fundamental trade-off: cross margin keeps you alive longer, but when it fails, it fails completely.


4. Portfolio Margin Deep Dive

Beyond Shared Collateral: Risk-Based Margining

Portfolio margin takes a fundamentally different approach. Instead of calculating margin per-position (isolated) or sharing collateral across positions (cross), it asks: what is the worst-case loss for this entire portfolio under realistic stress scenarios?

That worst-case loss becomes your margin requirement.

Traditional Margin (Isolated/Cross):
  Margin = Sum of (each position's margin requirement)
  Long 10 BTC futures:  10 × $100K × 5% IMF = $50,000
  Short 9 BTC futures:   9 × $100K × 5% IMF = $45,000
  ────────────────────────────────────────────────────
  Total margin required:                       $95,000
  (even though net exposure is only 1 BTC!)

Portfolio Margin:
  Net exposure: 1 BTC long
  Stress scenario: BTC drops 15%
  Worst-case portfolio loss: ~$15,000
  Plus risk add-ons (basis, liquidity): ~$3,000
  ────────────────────────────────────────────────────
  Total margin required:                       $18,000
  (81% reduction!)

How Portfolio Margin Calculates Requirements

The exchange runs your portfolio through a matrix of stress scenarios:

┌───────────────────────────────────────────────────────────────┐
│                    STRESS TEST MATRIX                          │
├───────────────────────────────────────────────────────────────┤
│                                                               │
│  For each underlying asset (BTC, ETH, SOL, ...):             │
│                                                               │
│  Price moves:  -15%  -10%  -5%   0%   +5%  +10%  +15%       │
│                  │     │    │    │     │     │     │          │
│  Vol up:        [scenario results for each price move]        │
│  Vol same:      [scenario results for each price move]        │
│  Vol down:      [scenario results for each price move]        │
│                                                               │
│  + Extreme moves: -25% and +25% (at reduced weight)          │
│                                                               │
│  Margin = max(worst_scenario_loss, minimum_margin_floor)      │
│                                                               │
└───────────────────────────────────────────────────────────────┘

The key innovation: positions on the same underlying are evaluated together. A long BTC future and a short BTC call don't produce independent margin charges — the system calculates the combined portfolio PnL under each scenario and takes the worst case.

Offset Recognition Examples

PortfolioIsolated MarginCross MarginPortfolio Margin
Long 10 BTC + Short 9 BTC futures$95K$95K (same calc, shared collateral)~$18K
Long BTC call + Short BTC put (synthetic long)$8K + $8K = $16K$16K~$5K
Long ETH + Short BTC (correlated hedge)$10K + $10K = $20K$20K~$14K (partial offset)
Long BTC perp + Short BTC quarterly$10K + $10K = $20K$20K~$4K (calendar spread)

Cross margin uses the same margin formulas as isolated — it just shares the collateral pool. Portfolio margin fundamentally changes the formula by recognizing hedges.

Who Gets Portfolio Margin

Every exchange gates it behind requirements:

ExchangeMinimum BalanceOther Requirements
Binance$100,000 USDTPortfolio Margin quiz
Bybit$1,000,000 USDT (PM mode)UTA upgrade
DeribitNo minimum (PM default)Account verification
OKX$10,000 USDTUnified account

5. SPAN Margining — The TradFi Original

Background

SPAN (Standard Portfolio Analysis of Risk) was developed by CME Group in 1988. It was the first widely adopted portfolio-based margining system and remains the standard for futures and options margining at most major derivatives exchanges worldwide.

Before SPAN, exchanges used crude "strategy-based" margining — they'd recognize a limited set of strategies (covered calls, straddles, etc.) and assign fixed margin to each. If your position didn't fit a template, you got charged full margin on every leg. SPAN replaced this with a general-purpose risk model.

The 16 Scenarios

SPAN's core innovation is the risk array — a set of 16 hypothetical scenarios applied to each instrument:

SPAN Risk Array: 16 Scenarios
═══════════════════════════════════════════════════════════════

Scenario    Price Move              Vol Move    Description
────────────────────────────────────────────────────────────
   1        0                       Up          No price change, vol up
   2        0                       Down        No price change, vol down
   3        +1/3 price scan range   Up          Small up, vol up
   4        +1/3 price scan range   Down        Small up, vol down
   5        -1/3 price scan range   Up          Small down, vol up
   6        -1/3 price scan range   Down        Small down, vol down
   7        +2/3 price scan range   Up          Medium up, vol up
   8        +2/3 price scan range   Down        Medium up, vol down
   9        -2/3 price scan range   Up          Medium down, vol up
  10        -2/3 price scan range   Down        Medium down, vol down
  11        +3/3 price scan range   Up          Full up, vol up
  12        +3/3 price scan range   Down        Full up, vol down
  13        -3/3 price scan range   Up          Full down, vol up
  14        -3/3 price scan range   Down        Full down, vol down
  15        +2× price scan range    Unchanged   Extreme up (weighted at 35%)
  16        -2× price scan range    Unchanged   Extreme down (weighted at 35%)

The price scan range is the exchange's estimate of the maximum reasonable one-day price move (roughly a 99% confidence interval). The volatility scan range is the corresponding max implied volatility shift.

For each scenario, SPAN calculates every position's theoretical gain or loss. The largest loss across all 16 scenarios becomes the scanning risk charge.

Inter-Commodity Spread Credits

SPAN also recognizes correlations between different products. If gold and silver historically move together (correlation ~0.85), then a long gold / short silver position gets a spread credit because losses on one leg are partially offset by gains on the other.

Example: Gold/Silver Spread Credit

  Long 1 Gold future:     margin = $8,000
  Short 2 Silver futures: margin = $6,000
  ─────────────────────────────────────────
  Gross margin:           $14,000

  Inter-commodity spread credit (gold/silver): -$4,200
  ─────────────────────────────────────────
  Net margin required:    $9,800  (30% reduction)

The exchange sets the credit amount by analyzing historical price relationships and correlations. Credits are conservative — they assume correlations can break down.

Intra-Commodity Spread Charges

Conversely, SPAN adds a charge for calendar spreads within the same commodity. A long March / short June crude oil position has basis risk (the spread between months can widen), so SPAN adds an intra-commodity spread charge to account for this.

SPAN in Practice

SPAN Margin for a Portfolio
═══════════════════════════════════════

  Scanning Risk (worst of 16 scenarios):     $12,000
+ Intra-Commodity Spread Charges:            + $1,500
+ Delivery/Spot Month Charge:                +   $800
- Inter-Commodity Spread Credits:            - $3,200
═══════════════════════════════════════════════════════
  Total SPAN Margin:                          $11,100

SPAN 2

CME launched SPAN 2 as an evolution of the original framework. Key improvements include more granular scenario generation, better handling of options skew, and enhanced cross-product offset recognition. SPAN 2 uses a VaR-like approach with full portfolio revaluation rather than the fixed 16-scenario grid.


6. TIMS and Other TradFi Margining Models

TIMS (Theoretical Intermarket Margin System)

TIMS was developed by the OCC (Options Clearing Corporation) in the 1980s and is the standard for U.S. listed options margining. It's the backbone of portfolio margin at every U.S. broker-dealer.

How TIMS works:

  1. Group all positions by underlying asset into "product groups"
  2. For each product group, calculate the theoretical portfolio value under a range of price and volatility scenarios
  3. The worst-case loss becomes the margin requirement for that group
  4. Apply limited cross-product offsets between correlated groups
TIMS vs SPAN Comparison
═══════════════════════════════════════

Feature              TIMS (OCC)           SPAN (CME)
─────────────────────────────────────────────────────
Primary use          Listed options       Futures & options
Scenario approach    Fat-tail parametric  Fixed grid (16)
Volatility model     Historical + stress  Scan range
Cross-product        Limited offsets      Spread credits
Confidence interval  99.5%+ (fat-tail)    ~99%
Holding period       Typically 2 days     1 day
Options pricing      Full revaluation     Risk arrays

TIMS uses a "fat-tail" distribution rather than normal distribution — it overweights extreme events. This was a conscious design choice after the 1987 crash demonstrated that normal distributions dramatically underestimate tail risk.

Eurex Prisma

Eurex Clearing Prisma is the European answer to SPAN. It's a full portfolio-based margin system with some notable innovations:

  • Liquidation groups: Products are classified into groups (equity, fixed income, OTC) and margin is calculated per group, then summed
  • Cross-margining: Listed fixed income derivatives can offset against OTC interest rate swaps — a huge capital efficiency win for rates traders
  • Filtered historical simulation: Uses actual historical scenarios rather than parametric models, filtered for current market conditions
  • Procyclicality buffers: Smoothing mechanisms prevent margin from spiking dramatically during crises (a criticism of VaR-based models)

The Evolution Arc

Timeline of Portfolio Margining
═══════════════════════════════════════

1988    SPAN launched (CME)
        └─ First widely adopted portfolio margin system
        └─ 16 scenario grid approach

1990s   TIMS deployed (OCC)
        └─ Optimized for options portfolios
        └─ Fat-tail distribution for extreme events

2006    SEC approves portfolio margin for U.S. equities
        └─ Reg T alternative: risk-based instead of 50% flat
        └─ Huge capital efficiency gain for options traders

2013    Eurex Prisma launched
        └─ Cross-product margining (listed + OTC)
        └─ Historical simulation approach

2020+   Crypto exchanges adopt portfolio margin
        └─ Binance, Bybit, Deribit, OKX roll out PM modes
        └─ Race for institutional capital

2024+   SPAN 2 rollout (CME)
        └─ VaR-based, full portfolio revaluation
        └─ Better options skew handling

7. How Crypto Exchanges Implement Portfolio Margin

Binance Portfolio Margin

Binance's implementation unifies three wallet types (Cross Margin, USDS-M Futures, COIN-M Futures) into a single account with a unified risk metric.

Key metric: uniMMR (Unified Maintenance Margin Ratio)

uniMMR = Adjusted Equity / Unified Maintenance Margin

Where:
  Adjusted Equity = Account Balance
                  + Unrealized PnL (all futures)
                  + (Margin Assets - Margin Liabilities)

  Unified Maintenance Margin = Sum of MM across all positions

Liquidation triggers when uniMMR drops below 1.05 (105%). The system is considered healthy above 1.2 (120%).

Binance PM characteristics:

  • Minimum $100,000 USDT balance (recently expanded to non-VIP users)
  • 350+ collateral assets accepted
  • Offset recognition between USDS-M and COIN-M positions
  • Tiered margin rates based on position size (similar to the sqrt-based scaling in Backpack's system)

Bybit Unified Trading Account (UTA)

Bybit's approach lets traders select between three modes at the account level: Isolated, Cross, and Portfolio Margin.

Portfolio Margin mode specifics:

  • Groups positions by underlying into "risk units" (e.g., all BTC spot, inverse, USDC, and USDT derivatives together)
  • Uses stress testing: evaluates underlying price moves and implied volatility shifts across multiple scenarios
  • Maintenance Margin = Maximum Loss + Contingency Components
  • Minimum $1,000,000 USDT for full PM mode
  • Supports 70+ collateral currencies

Bybit's margin hierarchy:

┌──────────────────────────────────────────────────┐
│              UNIFIED TRADING ACCOUNT              │
├──────────────────────────────────────────────────┤
│                                                  │
│  Mode: Portfolio Margin                          │
│                                                  │
│  Risk Unit: BTC                                  │
│  ├─ BTC-USDT Perp (long 2 BTC)                 │
│  ├─ BTC-USDC Quarterly (short 1.5 BTC)         │
│  ├─ BTC Spot (holding 0.5 BTC)                  │
│  └─ BTC Options (various)                        │
│                                                  │
│  Risk Unit: ETH                                  │
│  ├─ ETH-USDT Perp (short 20 ETH)               │
│  └─ ETH-USDC Options (long calls)               │
│                                                  │
│  Margin = stress_test(BTC unit)                  │
│         + stress_test(ETH unit)                  │
│         + contingency                            │
│                                                  │
└──────────────────────────────────────────────────┘

Deribit Portfolio Margin

Deribit is the most mature crypto PM implementation, likely because its core business is options trading (where portfolio margin matters most).

Risk matrix approach:

  • Price buckets: -4, -3, -2, -1, 0, +1, +2, +3, +4 (each bucket = Price Range / 4)
  • For BTC with 16% price range: buckets represent moves from -16% to +16%
  • Each price bucket tested with vol up, vol same, and vol down (27 core scenarios)
  • Extended table for extreme moves: -66%, -33%, +50%, +100%, +200%, +300%, +400%, +500%
  • Captures tail risk for short options positions that are far out-of-the-money

Additional risk charges:

  • Delta shock: Extra margin for large directional exposure
  • Roll shock: Charge for basis risk between expiries
  • Maintenance margin = Initial margin x maintenance factor

Why Deribit's PM is best-in-class for options:

  • Default PM for all accounts (no minimum balance requirement)
  • Full options book netting — a call spread is margined as a spread, not two naked options
  • Cross-collateral support (BTC, ETH, USDC, USDT, SOL as collateral)
  • Offset currencies for upside risk reduction

dYdX v4

dYdX takes an interesting protocol-level approach:

  • Originally cross-margin only at the protocol level (all markets share one collateral pool and insurance fund)
  • v5.0 introduced isolated markets — markets with segregated collateral pools and separate insurance funds
  • Isolated margin implemented via native subaccounts: the UI moves collateral from a trader's cross subaccount (subaccount 0) to separate subaccounts
  • No portfolio margin yet — the decentralized architecture makes stress-test-based margining computationally expensive on-chain
  • Expanded market universe to 800+ potential markets with isolated market support

8. Capital Efficiency Comparison

Let's walk through a concrete example. Same portfolio, three margin modes.

The Portfolio

Trader's positions:
  1. Long  10 BTC-USDT Perp    @ $100,000   (notional: $1,000,000)
  2. Short  8 BTC-USDC Perp    @ $100,000   (notional:  -$800,000)
  3. Long  50 ETH-USDT Perp    @ $2,000     (notional:   $100,000)
  4. Short  2 BTC Dec Calls    @ strike $110K (premium received: $8,000)

Account balance: $200,000 USDC

Isolated Margin

Each position is margined independently. Assume 5% IMF base rate:

Position 1: 10 BTC long     $1,000,000 × 5%  =  $50,000
Position 2:  8 BTC short      $800,000 × 5%  =  $40,000
Position 3: 50 ETH long      $100,000 × 5%  =   $5,000
Position 4:  2 BTC calls     (naked short)    =  $20,000

Total margin required:                          $115,000
Capital utilization:                            $115K / $200K = 57.5%
Free capital:                                    $85,000

No offsets. The BTC long and BTC short are treated as completely independent risks.

Cross Margin

All positions share the collateral pool. Same margin formula, but PnL offsets:

Position margins (same calculation):
  BTC long:    $50,000
  BTC short:   $40,000
  ETH long:     $5,000
  BTC calls:   $20,000

Total initial margin required:                  $115,000
  (same formula — cross margin doesn't change the calculation)

But effective equity includes unrealized PnL offsets:
  If BTC drops 2%: long loses $20K, short gains $16K = net -$4K
  The $16K gain keeps you further from liquidation

Effective margin required:                      $115,000
Capital utilization:                            $115K / $200K = 57.5%
Free capital:                                    $85,000

Cross margin has the same margin requirement, but you're less likely to get liquidated because PnL offsets improve your effective equity in real-time. The margin number is the same — the resilience is better.

Portfolio Margin

The exchange evaluates net exposure per underlying:

BTC exposure:
  Long 10 BTC perp + Short 8 BTC perp = Net long 2 BTC
  Short 2 BTC calls (partially hedged by the net long)

  Net BTC delta: ~2 BTC long - ~0.6 delta from calls = ~1.4 BTC
  Stress test: BTC ±15% move
  Worst case loss: ~1.4 × $100K × 15% + vol impact on calls = ~$25,000

ETH exposure:
  Long 50 ETH perp = Net long 50 ETH
  Stress test: ETH ±18% move
  Worst case loss: 50 × $2,000 × 18% = $18,000

Portfolio margin components:
  BTC stress loss:                               $25,000
  ETH stress loss:                               $18,000
  Cross-asset correlation benefit:               -$3,000
  Contingency/liquidity add-on:                  +$2,000
  ─────────────────────────────────────────────────────
  Total margin required:                         $42,000

Capital utilization:                             $42K / $200K = 21%
Free capital:                                    $158,000

Side-by-Side

┌──────────────────────────────────────────────────────┐
│           MARGIN REQUIRED: SAME PORTFOLIO            │
├──────────────┬──────────┬──────────┬─────────────────┤
│ Metric       │ Isolated │ Cross    │ Portfolio       │
├──────────────┼──────────┼──────────┼─────────────────┤
│ Margin req.  │ $115,000 │ $115,000 │ $42,000         │
│ Utilization  │ 57.5%    │ 57.5%    │ 21.0%           │
│ Free capital │ $85,000  │ $85,000  │ $158,000        │
│ Eff. leverage│ ~1.7x    │ ~1.7x    │ ~4.8x           │
│ Liq. blast   │ Single   │ Entire   │ Entire account  │
│   radius     │ position │ account  │                 │
└──────────────┴──────────┴──────────┴─────────────────┘

Capital freed by portfolio margin vs isolated: $73,000 (63% reduction)

The numbers get even more dramatic for options market makers. A delta-neutral book with hundreds of options positions might see 80-90% margin reduction under PM compared to isolated.


9. Risk Management Implications

The Exchange's Dilemma

Portfolio margin is great for traders — less capital locked up, more capital efficiency, better returns on equity. But it creates a concentrated risk problem for the exchange.

The Risk Transfer
═══════════════════════════════════════

Isolated Margin:
  Trader posts $115K margin for $2M notional
  Exchange risk: well-collateralized per position
  Trader risk: can't use freed capital

Portfolio Margin:
  Trader posts $42K margin for $2M notional
  Exchange risk: undercollateralized if correlations break
  Trader risk: more capital efficient, but single liquidation event

The gap: $73K less collateral backing the same positions
Who absorbs this risk? The exchange (and its insurance fund)

Correlation Breakdown Risk

Portfolio margin works because historically correlated assets tend to move together. Long BTC / short ETH gets a correlation credit because BTC and ETH typically have 0.7+ correlation.

But correlations break down in crises. During the Luna/UST collapse in May 2022:

  • BTC fell 28% in a week
  • ETH fell 35% in a week
  • SOL fell 52% in a week
  • The "typical" BTC/SOL correlation of 0.8 was meaningless

A portfolio-margined account that was long BTC / short SOL (expecting the spread to narrow) would have seen catastrophic losses that exceeded the margin collected under a correlation-credit model.

Liquidation Cascading Under PM

With lower margin requirements, more traders can take larger positions. This means:

  1. Higher systemic leverage: Same capital, more exposure across the platform
  2. Larger liquidations: When PM accounts breach maintenance, the liquidation size is bigger
  3. Insurance fund dependency: The gap between PM margin and full margin is backstopped by the insurance fund
  4. Procyclicality: Markets drop → PM stress tests trigger margin calls → forced selling → markets drop more

How Exchanges Mitigate PM Risk

RiskMitigation
Correlation breakdownConservative correlation estimates, regular recalibration
Large concentrated positionsPosition limits, size-based margin scaling (sqrt functions)
Liquidity riskLiquidity add-ons in stress scenarios
Extreme tail eventsExtended stress scenarios (2-3x normal range)
Insurance fund depletionHigher minimum balances for PM, graduated margin tiers
Rapid market movesAuto-deleveraging (ADL) systems as last resort

The sqrt-based margin scaling used by many exchanges (including Backpack's system, as described in the collateral doc) is particularly important here — it ensures that concentrated positions face progressively higher margin requirements, preventing any single PM account from becoming a systemic risk.


10. The Competitive Frontier

Why Portfolio Margin Is the Battleground

For institutional traders — market makers, prop desks, hedge funds — the choice of exchange comes down to three things:

  1. Liquidity: Can I get in and out at tight spreads?
  2. Fees: What's my all-in cost?
  3. Capital efficiency: How hard does my capital work?

Portfolio margin directly determines #3. A market maker running a delta-neutral BTC options book might need $5M in margin on Exchange A (cross margin) but only $1.2M on Exchange B (portfolio margin). That's $3.8M freed up to deploy elsewhere — or to run the same strategy with 4x less capital.

Market Maker Capital Deployment
═══════════════════════════════════════

Exchange A (Cross Margin):
  Capital allocated:        $5,000,000
  Revenue (0.5% monthly):    $25,000/mo
  Return on capital:          0.5%/mo

Exchange B (Portfolio Margin):
  Capital allocated:        $1,200,000
  Revenue (0.5% monthly):    $25,000/mo  (same strategy, same P&L)
  Return on capital:          2.08%/mo

Same strategy. Same P&L. 4× the capital efficiency.
Guess where the market maker trades.

The Exchange Landscape (2025)

ExchangePM StatusStrengthWeakness
BinancePortfolio Margin (Classic + Pro)Largest liquidity, 350+ collateral assetsHigh minimums, complex tiers
BybitUTA with PM modeClean UX, risk unit grouping$1M minimum for PM
DeribitNative PM (default)Best options PM, no minimumLimited to BTC/ETH/SOL
OKXUnified Account PMGood cross-product offsetsComplex tier structure
dYdXCross + Isolated onlyDecentralized, 800+ marketsNo PM (computationally hard on-chain)
BackpackCross marginMulti-asset collateral w/ haircutsPM coming

The Institutional Migration

CME overtook Binance in BTC futures open interest in 2024, hitting a record 198,000 contracts/day average in January 2025. This isn't just because CME is regulated — it's because CME offers SPAN-based portfolio margin that institutional desks have used for decades.

The CFTC's December 2025 guidance allowing tokenized collateral (BTC, ETH, USDC) in derivatives markets further blurs the line between TradFi and crypto margining. When a hedge fund can post BTC as collateral at CME and trade BTC futures with SPAN margin, the capital efficiency gap between TradFi and crypto exchanges narrows.

What Comes Next

The frontier of portfolio margin innovation in crypto:

  1. Cross-exchange margining: Using positions on Exchange A as collateral offsets on Exchange B (requires prime brokerage infrastructure)
  2. Real-time risk models: Moving from periodic batch recalculation to continuous portfolio revaluation
  3. Dynamic correlation matrices: Adjusting cross-asset offsets in real-time based on market conditions (reducing credits during stress)
  4. Options-aware PM: Full Greeks-based margining for options books (only Deribit does this well today)
  5. Tokenized collateral: CFTC-approved tokens as margin at traditional clearinghouses, blending TradFi and crypto capital pools

The exchanges that nail portfolio margin — offering the deepest capital efficiency without blowing up their insurance funds — will capture the institutional flow that's pouring into crypto derivatives. It's not just a feature. It's the product.