> For the complete documentation index, see [llms.txt](https://docs.feeturn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feeturn.com/earning-simulation/cashback-structure.md).

# Cashback Structure

{% hint style="success" %}
To aid in intuitive understanding, the table below is based on a scenario where a trader executes a **crypto position of $1 million**. Additionally, it assumes that Feeturn holds the **highest referral tier** in each Perp DEX.

However, it's important to note that Feeturn is still in its early stages and **has not yet achieved the highest referral tier**. Therefore, the **Cashback received by Feeturn customers and the final fees paid may differ from the examples in the table**.

Of course, Feeturn is **determined to reach the highest Tier as quickly as possible**, and the contents of this table will soon become a reality.
{% endhint %}

<table><thead><tr><th></th><th width="149">GMX v1</th><th>GMX v2</th><th>gTrade(Gains)</th><th>Gambit</th></tr></thead><tbody><tr><td>Opening Fee</td><td>0.1%</td><td>0.07%</td><td>0.08%</td><td>0.04%</td></tr><tr><td>Closing Fee</td><td>0.1%</td><td>0.07%</td><td>0.08%</td><td>0.04%</td></tr><tr><td><strong>Trading Volume</strong></td><td><strong>$1,000,000</strong></td><td><strong>$1,000,000</strong></td><td><strong>$1,000,000</strong></td><td><strong>$1,000,000</strong></td></tr><tr><td>Total Fees</td><td>$2,000</td><td>$1,400</td><td>$1,600</td><td>$800</td></tr><tr><td>User<br>Cashback</td><td>$210</td><td>$147</td><td>$140</td><td>$210</td></tr><tr><td><strong>Final Fees</strong></td><td><strong>$1,790</strong></td><td><strong>$1,253</strong></td><td><strong>$1,460</strong></td><td><strong>$590</strong></td></tr></tbody></table>


---

# 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.feeturn.com/earning-simulation/cashback-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.
