# Fees

Trading on Supercexy involves two types of fees:

#### **1. Hyperliquid Fees**

These are the base trading fees charged by the Hyperliquid L1.\
They work similarly to gas fees on Ethereum: every trade on Hyperliquid incurs a base fee.

#### **2. Builder Fees**

These are the additional fees charged by Supercexy for using the interface and execution features.\
A simple analogy: when you make a swap using MetaMask, you pay blockchain gas plus a MetaMask fee.\
Here, you pay Hyperliquid fees plus a Supercexy builder fee.

Your total trading fee is:\
**Hyperliquid Fee + Supercexy Builder Fee**

The system uses Hyperliquid’s VIP tiers, based on your 14 day rolling trading volume.\
Higher volume gives lower fees.

***

## **Perpetuals Fee Table (Hyperliquid + Builder)**

| Tier    | 14d Volume    | Maker Fee     | Taker Fee     |
| ------- | ------------- | ------------- | ------------- |
| Regular | 0             | 0.015 + 0.015 | 0.045 + 0.015 |
| VIP1    | 1,000,000     | 0.015 + 0.014 | 0.045 + 0.014 |
| VIP2    | 2,000,000     | 0.015 + 0.013 | 0.045 + 0.013 |
| VIP3    | 3,000,000     | 0.015 + 0.012 | 0.045 + 0.012 |
| VIP4    | 4,000,000     | 0.015 + 0.011 | 0.045 + 0.011 |
| VIP5    | 5,000,000     | 0.012 + 0.01  | 0.04 + 0.01   |
| VIP6    | 25,000,000    | 0.008 + 0.01  | 0.035 + 0.01  |
| VIP7    | 100,000,000   | 0.004 + 0.01  | 0.03 + 0.01   |
| VIP8    | 500,000,000   | 0 + 0.01      | 0.028 + 0.01  |
| VIP9    | 2,000,000,000 | 0 + 0.01      | 0.026 + 0.01  |
| VIP10   | 7,000,000,000 | 0 + 0.01      | 0.024 + 0.01  |

***

## **Spot Fee Table (Hyperliquid + Builder)**

| Tier    | 14d Volume    | Maker Fee    | Taker Fee    |
| ------- | ------------- | ------------ | ------------ |
| Regular | 0             | 0.04 + 0.03  | 0.07 + 0.03  |
| VIP1    | 1,000,000     | 0.04 + 0.028 | 0.07 + 0.028 |
| VIP2    | 2,000,000     | 0.04 + 0.026 | 0.07 + 0.026 |
| VIP3    | 3,000,000     | 0.04 + 0.024 | 0.07 + 0.024 |
| VIP4    | 4,000,000     | 0.04 + 0.022 | 0.07 + 0.022 |
| VIP5    | 5,000,000     | 0.03 + 0.02  | 0.06 + 0.02  |
| VIP6    | 25,000,000    | 0.02 + 0.02  | 0.05 + 0.02  |
| VIP7    | 100,000,000   | 0.01 + 0.02  | 0.04 + 0.02  |
| VIP8    | 500,000,000   | 0 + 0.02     | 0.035 + 0.02 |
| VIP9    | 2,000,000,000 | 0 + 0.02     | 0.03 + 0.02  |
| VIP10   | 7,000,000,000 | 0 + 0.02     | 0.025 + 0.02 |

***

## **Reduce Fees by Staking HYPE**

In addition to volume-based VIP tiers, you can reduce your Hyperliquid trading fees even further by staking HYPE.\
Depending on how much HYPE you stake, you receive an automatic discount on your trading fees.

#### **Staking 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%                  |

Staking discounts apply on top of your VIP tier to base fees.\
This means active traders who also stake HYPE get the lowest possible fees on Hyperliquid and Supercexy.

***

## **Summary**

Your final fee depends on:

1. Hyperliquid base fee
2. Supercexy builder fee
3. Your VIP tier
4. Your HYPE staking tier

The more you trade and the more HYPE you stake, the lower your fees become.


---

# 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://supercexy.gitbook.io/supercexy-docs/trading/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.
