# Fees

Technical specifications for Stratium perpetual futures contracts.

### Common Parameters

| Parameter      | Value                                      |
| -------------- | ------------------------------------------ |
| Contract Type  | Perpetual futures (no expiry)              |
| Quote Currency | USDH                                       |
| Settlement     | Cash-settled                               |
| Position Unit  | USDH 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, oracle source, rebalancing frequency) will be published here as markets launch.

Each market's parameters are configured based on the underlying's volatility profile, oracle update frequency, and liquidity characteristics. Structured product underlyings (volatility indices, hashprice, macro composites) 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% |

### USDH Discounts

* Taker fees: -20% (applies to Hyperliquid's share only)
* Maker rebates: 50%
* Fee tier volume credit: 20%

### Staking

No fees on staking or unstaking HYPE through Stratium.


---

# 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/fees.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.
