> 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/japanese/qu-yin/pancakeswap-exchange/trade.md).

# トークンスワップ

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

PancakeSwapの[**トークンスワップ**](https://pancakeswap.finance/swap)は、BNB Smart Chain、Ethereum、Aptosの自動化された流動性プールを通じて、あるトークンを別のトークンに簡単に取引する方法です。また、BNB Smart ChainおよびEthereumでのトークン取引では、マーケットメーカーも活用されます。

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

[BNB Smart Chain](https://pancakeswap.finance/swap?chain=bsc)または[Ethereum](https://pancakeswap.finance/swap?chain=eth)のPancakeSwap Exchangeでトークンスワップ（取引）を行う場合、取引がルーティングされる流動性プールの種類に応じた取引手数料が適用されます。取引ルートの詳細は、「Route」セクションの虫眼鏡アイコンをクリックして確認できます。

Exchange v3の流動性プールでは、現在4つの手数料ティアが設定されています：0.01%、0.05%、0.25%、1%。

StableSwap流動性プールの手数料率は、個別のプール設定によって異なります。詳細は「Fee」セクションをご確認ください。

Exchange v2の流動性プールでは、固定の0.25%取引手数料が適用され、内訳は以下のとおりです：

* **0.17%** - 流動性プロバイダーへの手数料報酬として流動性プールに還元されます。
* **0.0225%** - PancakeSwap Treasuryに送られます。
* **0.0575%** - CAKEのバイバック・バーンに充てられます。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28277%29.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/japanese/qu-yin/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.
