> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/ri-ben-yu/products/payswap-exchange/trade-guide.md).

# How to Trade

![](/files/UYrNDQZTRbrh1z44P3s3)

PaySwapでの取引は、ほとんどの取引所と比較して非常に簡単です。チャートや専門用語に圧倒されることはありません。取引ルートや計算はすべて、PaySwapスマートルーターによって自動的に処理されます。

**トレードの準備**

取引をする前に、選択したブロックチェーンと互換性のあるウォレットが必要です。[こちら](/ri-ben-yu/readme/get-started/wallet-guide.md)でその取得方法を学ぶことができます。また、取引に使用するBEP-20またはERC-20トークンを持っている必要があります。[こちら](/ri-ben-yu/readme/get-started/bep20-guide.md)でその取得方法を学ぶことができます。

## PaySwap取引所での取引

1 - 取引ページに移動します。[こちら](https://payswap.org/swap)。

2 - ウォレットをロック解除します。**ウォレットに接続**をクリックします（右上隅にある**接続**も使用できます）。PaySwapにまだウォレットを接続していない場合は、[こちら](/ri-ben-yu/readme/get-started/connection-guide.md)のガイドを参照してください。

![](/files/hNgxcT48JQIMp1qWXZRv)

3 - 上部のドロップダウンメニューから取引したいトークンを選択します。選択したトークンに関係なく、取引に必要なトークンがウォレットに十分にあることを確認する必要があります。トークンのドロップダウンメニューの上に残高が表示されます。

![](/files/vC1PkgN6kI8X3DXXRTR0)

4 - 上記のように、取引先のトークンを下部のセクションから選択します。

5 - 次に、上部のセクションにトークンの数量を入力して（支出額）、交換したいトークンの数量を入力します。

数量を入力したセクションに関係なく、他のセクションの数量は自動的に推定されます。

6 - すべての詳細を確認し、**交換**ボタンをクリックします。

トークンを初めて取引する場合は、「XXXを有効にする」をクリックして承認する必要がある場合があります。

![](/files/5TMarSAZzIvERfeF43kL)

7 - より詳細なウィンドウが表示されます。詳細が正しいことを確認します。準備ができたら、**交換を確認**ボタンをクリックします。ウォレットは、アクションを確認するように求めます。

![](/files/8cou2VBKVhHnBFVcR6Dz)

8 - 完了です！上記のリンクをクリックして、ブロックチェーンエクスプローラーで取引を確認できます。

![](/files/k7ZQuTqXGNhFjkEVlOva)

## **スマートルーターV3とは、どのように使用するのか？**

PaySwapスマートルーターは、常に流動性と価格を提供するためのAMM用のルーティングアルゴリズムです。デフォルトでは、トレーダーに最適な価格を見つけるために複数のプール間で取引を実行します。

スマートルーターは現在、PaySwap Exchange V3のデフォルトルートです。ただし、ユーザーは自分のニーズに合わせてカスタマイズすることができます。

取引ルートをカスタマイズする方法の詳細については、[こちらをクリックして](/ri-ben-yu/products/payswap-exchange/fees-and-routes.md)詳細を学びます。


---

# 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.payswap.org/ri-ben-yu/products/payswap-exchange/trade-guide.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.
