# Shotgun Fees

Shotgun charges a flat **1% platform fee** on every trade, applied uniformly across all trade sizes, tokens, and order types - Market, Limit, Instant Trade, and Convert.

But here's the difference: **you get it back.**

Every trader on Shotgun earns cashback on that 1% fee - starting at **50%** and scaling up to **100%** based on your lifetime trading volume. The more you trade, the more you earn back.

{% hint style="success" %}
Shotgun is the only trading platform in crypto offering up to **100% cashback** on platform fees. See [Cashback System](https://github.com/PhoenixDevLab/shotgun-gitbook/blob/master/.gitbooktwo/getting-started/fees/reward-system/README.md) for full tier details.
{% endhint %}

## Fee Breakdown Per Trade

Every trade you execute on Shotgun has three potential cost components:

| Cost Component           | Amount                | Who Receives It                          |
| ------------------------ | --------------------- | ---------------------------------------- |
| **Shotgun Platform Fee** | 1% of trade value     | Shotgun (partially returned as cashback) |
| **Solana Priority Fee**  | Variable (set by you) | Solana validators                        |
| **Solana Tip (Bribe)**   | Variable (set by you) | Block builders                           |

{% hint style="info" %}
The Shotgun platform fee (1%) and Solana network fees are separate costs. The total you pay per trade depends on your Priority Fee and Tip settings.
{% endhint %}

## Your Effective Fee After Cashback

| Cashback Tier    | Cashback Rate | Effective Platform Fee |
| ---------------- | ------------- | ---------------------- |
| ROOKIE (default) | 50%           | 0.50%                  |
| JOYRIDER         | 60%           | 0.40%                  |
| GEARHEAD         | 70%           | 0.30%                  |
| DRAG RACER       | 80%           | 0.20%                  |
| HOTSHOT          | 85%           | 0.15%                  |
| FRONTRUNNER      | 90%           | 0.10%                  |
| LEADER           | 95%           | 0.05%                  |
| CHAMPION         | 100%          | 0.00%                  |

## Where to See Your Fees

The platform fee and estimated Solana network fees are displayed in the trade confirmation screen before you confirm any transaction. You always see your full cost before committing to a trade.

***


---

# 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://docs.shotgun.fun/getting-started/fees/shotgun-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.
