# Margining & Liquidations

### Margin

Stratium markets inherit Hyperliquid's margin system. Both cross-margin and isolated-margin modes are available, depending on your trading preference.

**Cross margin.** Your entire USDH balance serves as collateral across all open positions. More capital-efficient but exposes your full balance to liquidation risk.

**Isolated margin.** Margin is allocated per position. Losses are contained to the margin assigned. Useful for structured product positions where payoff dynamics differ from standard perps.

For detailed margin mechanics, see [Hyperliquid margin documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/margin-and-leverage).

### Leverage

Maximum leverage is configured per market. Structured product markets may have lower maximum leverage than standard token perps due to the volatility characteristics of their underlying indices.

Leverage parameters for each market are published in the Contract Specifications page.

### Liquidations

Liquidation mechanics follow Hyperliquid's standard process. When a position's margin ratio falls below the maintenance margin requirement, the position is subject to liquidation by the protocol.

Key points for structured product markets:

* Liquidation triggers are based on **mark price**, not last trade price
* Mark price incorporates oracle data, internal exchange data, and smoothing mechanisms to prevent manipulation-triggered liquidations
* Structured product underlyings (volatility indices, hashprice) can exhibit different volatility profiles than standard token prices. Size positions accordingly.

For complete liquidation mechanics, see [Hyperliquid liquidation documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/liquidations).

### Portfolio Margin

Hyperliquid is developing portfolio margin capabilities. When available, cross-margin positions across Stratium markets and native Hyperliquid perps will benefit from improved capital efficiency.

See [Hyperliquid portfolio margin documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/portfolio-margin).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stratium.xyz/trading-hip-3-markets/margining-and-liquidations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
