# Fees

There are 3 types of fees you can incur on Sanji Bot.

1. The Sanji trading fee is 1% on each trade. This is the industry standard for Telegram bots!
2. Solana chain gas fee/priority fee. This entirely depends on the Solana blockchain, we DO NOT make extra money on these fees, this is just the transaction cost. You will pay more if you change your priority fee to a faster & higher amount. We DO NOT make money on priority fees.
3. Optional: MEV Protection fee. If you have MEV protect setting ON, you will incur a small extra fee per transaction to protect from MEV bots (Typically $0.10 - $0.35)

{% hint style="info" %}
On your "My Trades" tab, fees are NOT reflected / factored into your unrealized profits or anything! The fee is taken from your Solana wallet balance, not the Solana you are using to trade, or the tokens you swapped.
{% endhint %}


---

# 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.sanjibot.io/beginner-setup/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.
