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

# Fees

Frontrun refunds 90% of every trading fee back to traders as cashback. On Silver and Gold, an additional 30% returns as subscription credits, for a combined return of 120% of fees paid.

### How returns stack

<table><thead><tr><th width="192.5260009765625">Component</th><th width="158.364501953125">Rate</th><th>Form</th></tr></thead><tbody><tr><td>Trading fee</td><td>0.1%</td><td>Charged at trade</td></tr><tr><td>Cashback</td><td>90% of fee</td><td>Paid in SOL (USDC for USDC-quote trades)</td></tr><tr><td>Subscription credits (Silver / Gold)</td><td>30% of fee</td><td>USD credit applied to your plan</td></tr></tbody></table>

Combined, paid-tier traders earn back **120% of their fees**.

### Claiming cashback

Cashback is claimable to your wallet at any time from the [Rewards](https://www.frontrun.pro/dashboard/rewards) dashboard. Auto-claim is enabled by default.

### How We Compare

{% columns %}
{% column valign="middle" %}

#### Frontrun

90% cashback
{% endcolumn %}

{% column %}

#### Axiom

up to 25% cashback
{% endcolumn %}

{% column %}

#### GMGN

0% cashback
{% endcolumn %}
{% endcolumns %}

For the live breakdown of trading fees and plan economics, see [Plans & Pricing](/plans-and-pricing.md).


---

# 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:

```
GET https://docs.frontrun.pro/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.
