> 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/pancakeswapheyoukoso/contact-us/faq/what-is-an-approval-transaction.md).

# 承認トランザクションとは？

**スワップや流動性の追加を初めて行う際は、スワップするトークンを承認する必要があります。これにより、PancakeSwapのスマートコントラクトがウォレットからそのトークンをスワップする権限が付与されます。**

承認トランザクションにより、PancakeSwapがウォレットからトークンをスワップする権限が与えられます。PancakeSwapを使用してスワップするすべてのトークンについて、承認トランザクションを完了する必要があります。

承認トランザクションを完了する手順は以下の通りです：

1. スワップの詳細を入力します。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/step1%20%281%29%20%281%29.png" alt=""><figcaption></figcaption></figure>
2. スワップの詳細を確認後、「スワップを確認」を選択します。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/4536.png" alt=""><figcaption></figcaption></figure>
3. ウォレットアプリまたはウォレットExtensionで、スワップするトークンの支出を承認します。

ウォレット内でトークンのスワップ使用を許可してください。

*ウォレットによっては、承認するトークンの数量の入力が必要な場合があります。スワップするトークンの数量以上の値を入力してください。*

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/1%20%281%29.png" alt=""><figcaption></figcaption></figure>

4. 承認後、スワップの確認を求める別のトランザクションが表示されます。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/3.png" alt=""><figcaption></figcaption></figure>
5. スワップが確認されると、トランザクションはブロックチェーンに送信されます（保留中）。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/step%2004.png" alt=""><figcaption></figcaption></figure>
6. トランザクションが正常に完了すると、画面に「Success」と緑色のチェックマークが表示されます。

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/5.png" alt=""><figcaption></figcaption></figure>

トークンの承認には有効期限があり、期限が切れると署名リクエストによる再承認が必要になります。承認の署名にはネットワーク手数料はかかりません。


---

# 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/pancakeswapheyoukoso/contact-us/faq/what-is-an-approval-transaction.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.
