Parameters
| Parameter | Description |
|---|---|
collateral_enabled | If false, the asset contributes zero collateral regardless of balance or settings. |
ltv_ratio | Loan-to-value ratio, between 0 and 1. Typical values: 0.90 (BTC, ETH), 0.80 (majors). |
spread_divisor | Hedging bonus multiplier applied to the hedged portion of a balance. Optional. Bonus applies only when spread_divisor > 1. |
collateral_value_limit_usd | Per-(user, asset) cap on the asset’s gross market value that is eligible for collateral. Default 10,000 USD. |
GET /api/v1/spot_assets. The per-user cap can be raised by admin override.
Collateral Curve
For spot balanceB, 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):
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 withltv_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.
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 fromspot_collateral_value until the order fills or is cancelled. See Spot Trading.
Excluding an Asset From Unified Margin
Settingunified_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.