# Fees

The base fee schedule is given below. It is important to note two considerations:

* This fee schedule does not apply USDH discounts (which cover taker fee discounts, maker rebates, and volume contributions).
* HIP-3 fees are not currently configurable, so all deployers are akin to the same base fee schedule for the time being.

| Tier | 14-d weighted volume($) | Taker Fee | Maker Fee |
| ---- | ----------------------- | --------- | --------- |
| 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%    |

## HYPE Staking Discount - Tiers

| Tier     | HYPE staked | Trading fee discount |
| -------- | ----------- | -------------------- |
| Wood     | >10         | 5%                   |
| Bronze   | >100        | 10%                  |
| Silver   | >1,000      | 15%                  |
| Gold     | >10,000     | 20%                  |
| Platinum | >100,000    | 30%                  |
| Diamond  | >500,000    | 40%                  |

## USDH Discounts

Once the aligned stablecoin program is live on mainnet, USDH will have the following economic benefits:&#x20;

1. 20% lower taker fees
2. 50% better maker rebates
3. 20% more volume contribution toward fee tiers

All builder-deployed perps via HIP-3 have a Hyperliquid fee share and builder / deployer fee share. The 20% lower taker fees applies to the Hyperliquid fee share.

## Maker Incentive Program

| Tier | 14d weighted maker volume | Maker fee |
| ---- | ------------------------- | --------- |
| 1    | >0.5%                     | -0.001%   |
| 2    | >1.5%                     | -0.002%   |
| 3    | >3.0%                     | -0.003%   |

## VIP Taker Incentive Program

VIP takers get additional rebates from their taker fees. Reach out to the team via telegram or discord.


---

# 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://usefelix.gitbook.io/perps/getting-started/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.
