> For the complete documentation index, see [llms.txt](https://docs.proliquid.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proliquid.xyz/getting-started/hyperliquid-trading-fees-and-proliquid-builder-fees.md).

# Hyperliquid fees and builder fees

Total trading cost is the Hyperliquid trading fee plus the Proliquid builder fee when the order action supports builder fees.

`total trading cost = Hyperliquid trading fee + Proliquid builder fee`

Hyperliquid trading fees are exchange-level fees. Proliquid builder fees are app-level fees approved during wallet connection and discounted by your Proliquid VIP tier.

## Fees at a glance

<table><thead><tr><th width="182.5">Fee</th><th>How it is calculated</th></tr></thead><tbody><tr><td><p>Hyperliquid</p><p>trading fee</p></td><td>Depends on maker / taker execution, perps or spot, rolling volume, HYPE staking tier, referrals, and market-specific rules.</td></tr><tr><td><p>Proliquid</p><p>builder fee</p></td><td>Starts at <code>0.0200%</code> and is reduced by your Proliquid VIP discount on supported builder-fee order actions.</td></tr><tr><td>Total fee</td><td>Sum of the Hyperliquid fee and Proliquid builder fee when both apply.</td></tr></tbody></table>

## Proliquid VIP builder fee tiers

Proliquid VIP tiers are based on linked-wallet eligible volume. Eligible volume combines Proliquid 30-day builder-fill volume with recent Hyperliquid volume while deduping overlapping Proliquid 14-day volume.

| VIP tier | Linked-wallet eligible volume | Discount | Builder fee |
| -------- | ----------------------------: | -------: | ----------: |
| VIP0     |                          `$0` |     `0%` |   `0.0200%` |
| VIP1     |                  `$3,000,000` |    `15%` |   `0.0170%` |
| VIP2     |                 `$10,000,000` |    `35%` |   `0.0130%` |
| VIP3     |                 `$30,000,000` |    `55%` |   `0.0090%` |
| VIP4     |                `$100,000,000` |    `75%` |   `0.0050%` |

## VIP fee math

Proliquid starts from a `0.0200%` builder fee and applies the VIP discount:

`executed builder fee = 0.0200% * (1 - discount / 100)`

For each linked wallet, eligible volume is calculated as:

`eligible volume = Proliquid 30d + max(Hyperliquid 14d volume - Proliquid 14d, 0)`

Hyperliquid 14-day volume uses the `userCross` and `userAdd` values from Hyperliquid fee data. Because Hyperliquid volume includes trades routed through Proliquid, only the Hyperliquid 14-day volume above Proliquid 14-day volume is added on top of Proliquid 30-day volume. Per-wallet eligible volume is then summed across linked wallets. Progress to the next tier is calculated between the current tier threshold and the next tier threshold. If you are already VIP4, progress is complete and remaining volume is `$0`.

## VIP examples

<table><thead><tr><th width="152">Eligible volume</th><th width="128">Tier</th><th width="143">Builder fee</th><th>Next-tier status</th></tr></thead><tbody><tr><td><code>$6,500,000</code></td><td>VIP1</td><td><code>0.0170%</code></td><td>50% from VIP1 to VIP2, <code>$3,500,000</code> remaining</td></tr><tr><td><code>$50,000,000</code></td><td>VIP3</td><td><code>0.0090%</code></td><td><code>$50,000,000</code> remaining to VIP4</td></tr><tr><td><code>$120,000,000</code></td><td>VIP4</td><td><code>0.0050%</code></td><td>Max tier reached</td></tr></tbody></table>

## Trade cost example

For a `$10,000` perp taker trade at the official Hyperliquid base taker rate of `0.045%`, the Hyperliquid trading fee is `$4.50`.

<table><thead><tr><th width="114">VIP tier</th><th width="155.375" align="right">Hyperliquid fee</th><th width="152" align="right">Builder fee rate</th><th width="136.75" align="right">Builder fee</th><th align="right">Combined example</th></tr></thead><tbody><tr><td>VIP0</td><td align="right"><code>$4.50</code></td><td align="right"><code>0.0200%</code></td><td align="right"><code>$2.00</code></td><td align="right"><code>$6.50</code></td></tr><tr><td>VIP4</td><td align="right"><code>$4.50</code></td><td align="right"><code>0.0050%</code></td><td align="right"><code>$0.50</code></td><td align="right"><code>$5.00</code></td></tr></tbody></table>

This example uses the base Hyperliquid perps taker rate for illustration. Your actual Hyperliquid fee can be lower or different depending on your exchange fee tier, maker/taker behavior, staking, referrals, and market rules.

## Hyperliquid trading fees

Hyperliquid publishes the official fee schedule. Base examples include:

| Market | Base taker | Base maker |
| ------ | ---------: | ---------: |
| Perps  |   `0.045%` |   `0.015%` |
| Spot   |   `0.070%` |   `0.040%` |

Official Hyperliquid fees can change with rolling 14-day weighted volume, maker/taker behavior, HYPE staking tier, maker rebates, referrals, HIP-3 settings, growth mode, and special spot quote rules. Use [Hyperliquid fees](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees) as the source of truth for the full matrix.

## Builder-fee approval

During [wallet connection](/getting-started/connect-wallet.md), Proliquid asks you to approve the maximum builder-fee rate. Your VIP tier can reduce the executed builder fee below that approved maximum on supported order actions.

Hyperliquid builder-code permissions can be managed from Hyperliquid. Use the official [Hyperliquid builder codes](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/builder-codes) documentation for exchange-level behavior and revocation details.

For how builder-fee approval fits into the wallet connection flow, see [Security and wallet safety](/getting-started/security-and-wallet-safety.md).

> Review fees before trading large size. Small percentage differences can become meaningful when notional size or trading frequency increases.


---

# 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.proliquid.xyz/getting-started/hyperliquid-trading-fees-and-proliquid-builder-fees.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.
