Risk Parameters

Consolidated reference for margin, leverage, liquidation, and risk controls

Overview

This page lists the risk parameters that govern trading on OBSDN. For mechanics and examples, follow the links to each topic page.

Per-instrument leverage, margin rates, and contract specifications are available via the markets endpoint.

Margin

ParameterValue
Margin modesCross, Isolated
Collateral modesUSDC-only, Multi-asset
USDC collateral ratio1.0 (no haircut)
Non-USDC collateral ratioConfigurable per asset (haircut applied)
Margin assetUSDC

In cross mode, all positions share account collateral. In isolated mode, margin is scoped per position.

See Margin System.

Leverage and Margin Rates

Leverage bounds and corresponding margin rates are set per market:

ParameterRange
Maximum leverage5x – 20x
Initial margin rate (IMR)5% – 20%
Maintenance margin rate (MMR)3.33% – 13.33%

The relationship between leverage and margin rates:

IM Rate=1Max Leverage\text{IM Rate} = \frac{1}{\text{Max Leverage}} MM Rate=IM Rate×66.66%\text{MM Rate} = \text{IM Rate} \times 66.66\%

Higher leverage implies tighter liquidation distance and stronger sensitivity to adverse moves.

See Instruments.

Liquidation

ParameterDescription
TriggerMargin balance falls below maintenance margin requirement
Execution waterfallOrderbook liquidation → backstop/vault → ADL
Partial liquidationSupported — only enough size is reduced to restore compliance
Mark price basisLiquidation checks use mark price, not last-trade price

Account State Transitions

  1. Healthy — margin balance ≥ IM requirement
  2. Reduce-only — IM requirement > margin balance ≥ MM requirement
  3. Liquidation eligible — margin balance < MM requirement

See Liquidations and ADL and Insurance Fund.

Funding

ParameterValue
Settlement cadenceHourly (configurable per market)
Funding rate clamp±1% per interval
Funding rate divisor8 (annualization factor for premium index)
DirectionPositive rate: longs pay shorts

Funding is a peer-to-peer transfer, not a trading fee.

See Funding.

Price Protections

ParameterDescription
Price bandsMaximum deviation from reference price, configured per market (default rate plus optional per-market overrides). When the default rate is zero, price band validation is disabled.
Reference basisMark / index price

Orders that exceed the allowed price band relative to the reference price are rejected before matching.

Position and Order Limits

ParameterDescription
Position size capConfigurable per market (can be uncapped)
Open-interest capConfigurable per market; risk-increasing orders rejected when exceeded
Order precisionPrice must align to tick size; size must align to lot size

See Instruments.

Market Modes

Each market operates in one of five modes (trading, post-only, wind-down, halted, delisted) that restrict which operations are accepted.

See Market Lifecycle.

API Access

Risk parameters and real-time risk state are available through:

On this page