Skip to main content
Each eligible spot asset contributes collateral to a cross-margin account according to four per-asset parameters. The contribution is bounded by a per-user USD cap on market value and may be boosted for the portion of the balance hedged by an opposing cross-margin short.

Parameters

Parameter values are published via GET /api/v1/spot_assets. The per-user cap can be raised by admin override.

Collateral Curve

For spot balance B, oracle price P, and hedged size H (the portion of B offset by a cross-margin short perpetual in the same underlying; isolated shorts do not count):
Units beyond capped_units contribute no additional collateral; they remain in the account and are fully tradeable. Because capped_units is defined in terms of market value, the maximum collateral a single (user, asset) pair can contribute to cross margin is ltv_ratio * collateral_value_limit_usd (e.g. 9,000 USD at ltv_ratio = 0.9 and the 10,000 USD default cap).

Hedging Bonus Example

SOL with ltv_ratio = 0.80, spread_divisor = 1.05, P = 150. Account holds 100 SOL spot and a 50 SOL cross-margin short perpetual. Assume the balance is below the per-user cap.
Without the hedge, the same 100 SOL would contribute 120 * 100 = 12,000. The hedge adds roughly 71.4 USD of additional collateral.

Spot Sell Orders

Placing a spot sell order locks the base asset against the order. Locked units are excluded from spot_collateral_value until the order fills or is cancelled. See Spot Trading.

Excluding an Asset From Unified Margin

Setting unified_margin_excluded = true on a (user, asset) pair removes its collateral contribution. The balance remains in the account and can be bought, sold, withdrawn, or transferred normally.