> 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.md).

# スワップ

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

PancakeSwapはAMM（Automated Market Maker）であり、ExchangeはPancakeSwapの中核をなしています。PancakeSwapはBNB Smart Chain上で最大のAMMであり、統計が示すように、これまでで最も人気のある分散型取引所（DEX）です！

PancakeSwap Exchangeでは、分散型取引をサポートするいくつかの機能を提供しています。

### スワップ／取引

PancakeSwapでは、中央集権型取引所を介することなくトークンを取引できます。PancakeSwap上で行うすべての操作は、ご自身のウォレットを通じて直接処理されます。他の誰かにコインを預ける必要はありません！

### 流動性プール

PancakeSwapでトークンをスワップするには、そのトークンに対して十分な流動性が必要です。スワップしたいトークンに対して十分な流動性が提供されていない場合、スワップが困難になったり、コストが高くなったり、場合によっては実行できないこともあります。

流動性を提供することでLPトークンを受け取ることができ、Exchangeが常に利用できる流動性を確保するための報酬として取引手数料を獲得できます。

### Yield Farming

Yield FarmingはLPトークンをスマートコントラクトにロックすることで、流動性を提供しているユーザーがCAKE報酬を獲得できる仕組みです。これは、流動性をロックすることで生じる[インパーマネントロス](https://academy.binance.com/en/articles/impermanent-loss-explained)のリスクを補うためのインセンティブとなっています。

### Initial Farm Offerings（IFOs）

Initial Farm Offeringは、新しいトークンを限定価格で購入できる期間限定のイベントです。IFO価格は通常、非常に魅力的な設定になっています。


---

# 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.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.
