> 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/business-partnerships/commonly-asked-business-partnerships-questions.md).

# ビジネスパートナーシップのよくある質問

#### 返答までどれくらいかかりますか？

1週間以内に申請へ返答するよう努めておりますが、多数のリクエストのため、すべての申請者にご返答できない場合があります。申請後2週間以内に連絡がない場合は、Telegramの[@PancakeSwapBD](https://t.me/PancakeSwapBD)にプロジェクト名、ウェブサイト、申請日をお添えの上ご連絡ください。

#### Syrup Poolの期間を延長できますか？

既存のSyrup Poolをお持ちの場合、追加のトークンリリースによって期間を延長できます。お問い合わせは既存のPancakeSwap連絡チャンネルからご連絡ください。

### Exchangeへの掲載について

#### トークンをExchangeに掲載するにはどうすればよいですか？

PancakeSwapでは、誰でもERC-20/BEP-20ネットワークのトークンを「掲載」できます。私どもへの連絡や許可は必要ありません。[流動性プールに流動性を追加する](https://docs.pancakeswap.finance/products/pancakeswap-exchange/pancakeswap-pools)だけで完了です。その後、トレーダーはトークンのコントラクトアドレスを入力することであなたのトークンを取引できます。

#### トークンをデフォルトリストに追加するにはどうすればよいですか？

Farmを運用しているプロジェクトは通常、拡張トークンリストに追加されます。またPancakeSwapコアチームが選択した他のトークンも追加される場合があります。

リストへの申請は受け付けておりません。ユーザーはコントラクトアドレスを入力することで手動でトークンを追加できます。

#### トークンのロゴ/アイコンを追加するにはどうすればよいですか？

PancakeSwapが参照しているTrust Walletのassetsリポジトリにアイコンを追加してください：[ https://github.com/trustwallet/assets](https://github.com/trustwallet/assets)

#### 私のトークンの偽コピーが作られました！ブロックできますか？

PancakeSwapはAMMベースのDEXという性質上、いかなるトークンの取引も防ぐことができません。トークンのコントラクトがサイト上で明確に確認・検証できるようにし、トークンを安全に取引する方法についてユーザーに周知することをお勧めします。

#### 私のトークンを取引するとエラーが発生します。どうすればよいですか？

Exchangeでのよくあるエラーとその解決策については、[トラブルシューティングページ](https://docs.pancakeswap.finance/readme/help/troubleshooting)をご確認ください。

#### なぜ私のトークンの一部の統計がInfoページに表示されないのですか？

Infoページでトークンペアのインデックスを開始するには、トークンが「共通」トークンとペアになっており、「共通」トークン建ての最低流動性量が必要です。トークンペアがインデックスされると、基礎トークンの統計が表示されます。

各チェーンでの流動性要件は以下の通りです：

| チェーン      | 流動性要件     | 「共通」トークン                                                  |
| --------- | --------- | --------------------------------------------------------- |
| BNB Chain | 10 BNB    | WBNB, USDT, BUSD, USDC, BTCB, WETH, CAKE                  |
| Ethereum  | 5 ETH     | WETH, DAI, USDC, USDT, WBTC, LINK, FEI, MATIC, AAVE, CAKE |
| Base      | 1 ETH     | USDC, cbETH, rETH, DAI, crvUSD                            |
| opBNB     | 1 BNB     | WBNB, USDT                                                |
| Arbitrum  | 現時点では要件なし | USDT, USDC, USDC.e, ARB, WBTC, DAI                        |
| zkSync    | 現時点では要件なし | USDT, USDC, BUSD, WBTC                                    |
| Linea     | 現時点では要件なし | USDC, USDT, DAI, BUSD, WBTC                               |


---

# 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/business-partnerships/commonly-asked-business-partnerships-questions.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.
