> For the complete documentation index, see [llms.txt](https://docs.stratium.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stratium.xyz/hip-3-perpetuals/contract-specifications.md).

# Contract Specifications

Technical specifications for Stratium perpetual futures contracts.

### Common Parameters

| Parameter      | Value                                      |
| -------------- | ------------------------------------------ |
| Contract Type  | Perpetual futures (no expiry)              |
| Quote Currency | USDC                                       |
| Settlement     | Cash-settled                               |
| Position Unit  | USDC notional value                        |
| PnL Formula    | (Exit Price - Entry Price) x Position Size |
| Funding        | Per Hyperliquid standard (hourly)          |
| Margin Modes   | Cross, Isolated                            |

### Per-Market Specifications

Detailed specifications for each market (leverage limits, tick size, minimum order size, price source, rebalancing frequency) will be published here as markets launch.

Each market's parameters are configured based on the underlying's volatility profile, update frequency, and liquidity characteristics. Structured product underlyings have different risk parameters than standard token perps.

### Fee Schedule

HIP-3 fees follow the same schedule as base Hyperliquid perpetuals. Fee rates are not configurable by deployers.

| Tier | 14-Day Volume | Taker  | Maker  |
| ---- | ------------- | ------ | ------ |
| 0    | --            | 0.090% | 0.030% |
| 1    | >5M           | 0.080% | 0.024% |
| 2    | >25M          | 0.070% | 0.016% |
| 3    | >100M         | 0.060% | 0.008% |
| 4    | >500M         | 0.056% | 0.000% |
| 5    | >2B           | 0.052% | 0.000% |
| 6    | >7B           | 0.048% | 0.000% |

Volume tiers are denominated in USD.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stratium.xyz/hip-3-perpetuals/contract-specifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
