> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/russian/torgovlya/pancakeswap-exchange/trade.md).

# Обмен токенов

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/swap-trade-header.png)

[**Обмен токенов**](https://pancakeswap.finance/swap) на PancakeSwap — это простой способ обменять один токен на другой через автоматизированные пулы ликвидности на BNB Smart Chain, Ethereum и Aptos, а также через маркет-мейкеров при торговле токенами на BNB Smart Chain и Ethereum.

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20\(53\).png)

При обмене токенов на бирже PancakeSwap в сети [BNB Smart Chain](https://pancakeswap.finance/swap?chain=bsc) или [Ethereum](https://pancakeswap.finance/swap?chain=eth) с тебя будет взиматься торговая комиссия в зависимости от типа пула ликвидности, через который проходит сделка. Детали маршрута можно просмотреть, нажав на значок лупы в разделе «Маршрут».

Для пулов ликвидности Exchange V3 в настоящее время действует четыре уровня комиссий: 0,01%, 0,05%, 0,25% и 1%.

Для пулов ликвидности StableSwap ставка комиссии зависит от конфигурации конкретного пула. Подробнее смотри в разделе «Комиссия».

Для пулов ликвидности Exchange V2 применяется фиксированная торговая комиссия 0,25%, которая распределяется следующим образом:

* **0,17%** — возвращается в пулы ликвидности в виде вознаграждения для поставщиков ликвидности.
* **0,0225%** — отправляется в казначейство PancakeSwap.
* **0,0575%** — идёт на обратный выкуп и сжигание CAKE.

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20\(277\).png)

Обрати внимание: на [Aptos](https://aptos.pancakeswap.finance/swap) развёрнута только PancakeSwap Exchange V2, поэтому все обмены токенов на Aptos будут иметь фиксированную торговую комиссию 0,25% с тем же распределением, что указано выше.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pancakeswap.finance/russian/torgovlya/pancakeswap-exchange/trade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
