# Trading fees

### Fee schedule

For more information on Hyperliquid Base Fee:\
<https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees>

| **Component**            | **Maker**          | **Taker**            | **How it’s set**                       |
| ------------------------ | ------------------ | -------------------- | -------------------------------------- |
| **Hyperliquid base fee** | **0.00% → 0.015%** | **0.0144% → 0.045%** | VIP tier (14-day volume), HYPE staking |
| **Trove platform fee**   | **0.10%**          | **0.10%**            | Flat; funds oracle & ops               |

**Effective fee** on any fill = Hyperliquid base + Trove platform fee.\
\&#xNAN;**$10,000 notional examples:**\
• Maker (VIP best): 0.00% + 0.10% = **$10.00**\
• Maker (VIP worst): 0.015% + 0.10% = **$11.50**\
• Taker (VIP best): 0.0144% + 0.10% = **$11.44**\
• Taker (VIP worst): 0.045% + 0.10% = **$14.50**

### What fees exist

| **Fee**     | **Applies to**                                  | **How it’s calculated**                 |
| ----------- | ----------------------------------------------- | --------------------------------------- |
| **Taker**   | Market orders & any fill that removes liquidity | `taker_rate × notional`                 |
| **Maker**   | Resting limit orders that add liquidity         | `maker_rate × notional`                 |
| **Network** | On-chain deposits/withdrawals                   | Chain fees only (Trove doesn’t custody) |

{% hint style="info" %}
No additional liquidation penalty is charged by Trove; any engine-level effects are handled by Hyperliquid’s liquidation process.
{% endhint %}

Your order ticket shows Estimated Fees before you confirm.


---

# 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://learn.trovemarkets.com/misc/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.
