# Fees

Fees include Wick's flat platform fee and Hyperliquid's base trading fee.

**Wick Fees**

* **Maker Fee:** 0.05%
* **Taker Fee:** 0.05%

**Hyperliquid Base Fees**

**Perpetual Trading**

* Maker: 0.015%
* Taker: 0.045%

**Spot Trading**

* Maker: 0.04%
* Taker: 0.07%

**Example Trade ($100 notional)**

**Perpetual Maker Order:**

* Wick Fee → 0.05% of $100 = **$0.05**
* Hyperliquid Fee → 0.015% of $100 = **$0.015** **Total Fee:** **$0.065**

**Perpetual Taker Order:**

* Wick Fee → 0.05% of $100 = **$0.05**
* Hyperliquid Fee → 0.045% of $100 = **$0.045** **Total Fee:** **$0.095**

**More on Hyperliquid Fees**

For a full breakdown of Hyperliquid's fee structure, visit their official documentation: 🔗 [Hyperliquid Fees →](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees)


---

# 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://wickdottrade.gitbook.io/wick/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.
