> For the complete documentation index, see [llms.txt](https://docs.mwh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mwh.app/trading-guide/fee-structure.md).

# Fee Structure

### **Base Fee**

* The standard **base trading fee** is set at &#x31;**%** for every trade executed on the platform.

### **Rank-Based Fee Reduction**

* As you engage more in trading and increase your **rank**, you unlock additional fee reductions.
* Each rank increase provides a **2% fee reduction** on the base fee.
* The maximum fee reduction caps at **20%**, rewarding loyal and active traders with significantly lower fees.

#### **Real-World Example**

Let's illustrate how the fee reduction works:

| **User Rank**    | **Fee Reduction** | **Effective Fee Rate** |
| ---------------- | ----------------- | ---------------------- |
| Starter (Rank 0) | 0%                | 1%                     |
| Rank 1           | 2%                | 0.98%                  |
| Rank 5           | 10%               | 0.90%                  |
| Rank 10          | 20%               | 0.80%                  |

**How the math works**

* **Base fee:** 1 % of trade value.
* **Rank bonus:** each rank lowers that fee by **2 % of the base rate**.
* **Cap:** 20 % discount at Rank 10 (i.e., fee cannot fall below 0.8 %).

Example for Rank 7

* Discount = 7 × 2 % = 14 %
* Effective fee rate = 1 % × (1 − 0.14) = 0.86 %
* Fee on 100 SOL trade = 0.86 SOL

### **How to Reduce Fees Faster?**

* **Trade Actively**: The more you trade, the quicker your rank grows.
* **Engage Referrals**: Earn additional rewards and boost your rank by referring others.
* **Use Points Multipliers**: Take advantage of rank perks that help you accumulate points faster.

We believe that active users deserve to be rewarded. The more you trade, the less you pay!

{% hint style="success" %}
**Tip:** Track your rank progress in the **Dashboard** and aim for higher ranks to maximize your savings.
{% endhint %}


---

# 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.mwh.app/trading-guide/fee-structure.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.
