# Как рассчитывается комиссия

Комиссия платформы зависит от дохода и составляет:

* 8% для дохода от 0 до 999 USD
* 7% для дохода от 1000 до 7999 USD
* 6% для дохода от 8000 до 19999 USD
* 5% для дохода от 20000 USD и выше.

Комиссия закерпляется навсегда!


---

# 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://faq.tonation.me/strimeram/kak-rasschityvaetsya-komissiya.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.
