# Fees

## Perps — We Follow Hyperliquid's Fee Model

Fees are based on your rolling 14-day volume and are assessed at the end of each day in UTC. Sub-account volume counts toward the master account, and all sub-accounts share the same fee tier.&#x20;

There are separate fee schedules for perps vs spot. Perps and spot volume will be counted together to determine your fee tier, and spot volume will count double toward your fee tier. i.e., `(14d weighted volume) = (14d perps volume) + 2 * (14d spot volume)`

## Perps Fee Tiers

|      |                         | Base rate |        | Diamond |         | Platinum |         | Gold    |         | Silver  |         | Bronze  |         | Wood    |         |
| ---- | ----------------------- | --------- | ------ | ------- | ------- | -------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| Tier | 14d weighted volume ($) | Taker     | Maker  | Taker   | Maker   | Taker    | Maker   | Taker   | Maker   | Taker   | Maker   | Taker   | Maker   | Taker   | Maker   |
| 0    |                         | 0.045%    | 0.015% | 0.0270% | 0.0090% | 0.0315%  | 0.0105% | 0.0360% | 0.0120% | 0.0383% | 0.0128% | 0.0405% | 0.0135% | 0.0428% | 0.0143% |
| 1    | >5M                     | 0.040%    | 0.012% | 0.0240% | 0.0072% | 0.0280%  | 0.0084% | 0.0320% | 0.0096% | 0.0340% | 0.0102% | 0.0360% | 0.0108% | 0.0380% | 0.0114% |
| 2    | >25M                    | 0.035%    | 0.008% | 0.0210% | 0.0048% | 0.0245%  | 0.0056% | 0.0280% | 0.0064% | 0.0298% | 0.0068% | 0.0315% | 0.0072% | 0.0333% | 0.0076% |
| 3    | >100M                   | 0.030%    | 0.004% | 0.0180% | 0.0024% | 0.0210%  | 0.0028% | 0.0240% | 0.0032% | 0.0255% | 0.0034% | 0.0270% | 0.0036% | 0.0285% | 0.0038% |
| 4    | >500M                   | 0.028%    | 0.000% | 0.0168% | 0.0000% | 0.0196%  | 0.0000% | 0.0224% | 0.0000% | 0.0238% | 0.0000% | 0.0252% | 0.0000% | 0.0266% | 0.0000% |
| 5    | >2B                     | 0.026%    | 0.000% | 0.0156% | 0.0000% | 0.0182%  | 0.0000% | 0.0208% | 0.0000% | 0.0221% | 0.0000% | 0.0234% | 0.0000% | 0.0247% | 0.0000% |
| 6    | >7B                     | 0.024%    | 0.000% | 0.0144% | 0.0000% | 0.0168%  | 0.0000% | 0.0192% | 0.0000% | 0.0204% | 0.0000% | 0.0216% | 0.0000% | 0.0228% | 0.0000% |

> The majority of these fees are redistributed as affiliate rewards to our community. Refer to affiliate program rewards [here](/docs/nika/affiliate-program.md)

***

## Fees

Fees are based on your rolling 14 day weighted volume and are assessed at the end of each day.&#x20;

<table><thead><tr><th>Tier</th><th>14d weighted volume ($)</th><th width="250">Spot Fee</th><th>Builder Fee</th></tr></thead><tbody><tr><td>Bronze</td><td></td><td>0.85%</td><td>0.035%</td></tr><tr><td>Silver</td><td>>0.5M</td><td>0.80%</td><td>0.033%</td></tr><tr><td>Gold</td><td>>5M</td><td>0.75%</td><td>0.031%</td></tr><tr><td>Ruby</td><td>>25M</td><td>0.70%</td><td>0.029%</td></tr><tr><td>Diamond</td><td>>100M</td><td>0.65%</td><td>0.027%</td></tr><tr><td>Apex</td><td>>250M</td><td>0.60%</td><td>0.025%</td></tr><tr><td>Nika</td><td>>1B</td><td>0.55%</td><td>0.022%</td></tr></tbody></table>

> The majority of these fees are redistributed as affiliate rewards to our community. Refer to affiliate program rewards [here](/docs/nika/affiliate-program.md)

## Ostium Fees

On Ostium assets, fees are charged only when entering a position, unlike in Hyperliquid where they are charged when exiting a position as well. Thus, 10 bps of taker fees on Ostium is equivalent to 5 bps of taker fees on Hyperliquid, excluding liquidations.

Ostium's fees on entry / exit are:

* Crypto:
  * Maker / Taker: 3bps / 8.5bps
    * On Ostium, maker fees apply only if the leverage is at most 20x and if the trade reduces the OI imbalance. Otherwise, taker fees apply.
* Indices
  * All trades are taker; and the fees are 6.5 bps.
* FX
  * All trades are taker, the fees are 3 bps except for USD/MXN, which is 5 bps.
* Stocks
  * All trades are taker, the fees are 6.5 bps.
* Commodities
  * All trades are taker, and the fees vary by asset:

On all Ostium trades, Nika takes an additional builder fee following the previous fee schedule.


---

# 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://nikafinance.gitbook.io/docs/reference/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.
