# Fees

### Is the bot free?

Successful transactions through the Maestro Bot (manually or automatically) will be charged a 1% tax on every buy, sell, and presale snipe. Simple transfers are NOT taxed.

### How are fees extracted?

***Solana***

Fees will be directly extracted in the same transaction.

***Other Chains***

The bot will NOT take the 1% directly from each transaction. It simply accumulates how much you owe us, and doesn't extract any fees until you accumulate more than 0.01 ETH/BNB/AVAX/S, 10 TRX or 0.5 TON in unpaid fees. The extracted fees will never be lower than 0.01 ETH/BNB/AVAX/S, 10 TRX or 0.5 TON, and never higher than 10% of your highest wallet balance.

The fees accumulate per telegram account, **NOT** per wallet, and the bot will always extract the fee from the wallet with the **highest balance** in the concerned chain. The sniper will deal with this silently, and you can always verify your trading volume by checking your block explorer.

All unpaid fees accumulated up to June 12th, 2023 were [completely forgiven](https://t.me/MaestroSniperUpdates/160), giving all users a chance to start fresh.

#### Fee Addresses

The following are the addresses to which the fees will be sent. Whenever you find a transfer made from your wallet to one of these addresses, this would a fee payment to the bot.

<table><thead><tr><th width="261" align="center">Chain</th><th width="482" align="center">Fee Address</th></tr></thead><tbody><tr><td align="center">Solana</td><td align="center">MaestroUL88UBnZr3wfoN7hqmNWFi3ZYCGqZoJJHE36</td></tr><tr><td align="center">Ethereum, BSC, Base, Arbitrum, Sonic and Avalance</td><td align="center">0xB0999731f7c2581844658A9d2ced1be0077b7397</td></tr><tr><td align="center">Tron (TRX)</td><td align="center">TS4yvUzwmaSh4XM1scBXRgoKeVdb4oot4S</td></tr><tr><td align="center">TON</td><td align="center">UQBk4BgQvZ8zhlCPkdtfKC6bXTxJvwsguy-p-7Eh7K5vQ48E</td></tr></tbody></table>


---

# 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.maestrobots.com/faq/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.
