> 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/chinese/huan-ying-lai-dao-pancakeswap/contact-us/business-partnerships/commonly-asked-business-partnerships-questions.md).

# 常见的商务合作问题

#### 需要多长时间才能收到回复？

我们的目标是在一周内回复申请，但由于请求数量众多，我们无法回复每一位申请者。如果你在申请后的两周内没有收到我们的回复，请尝试在 Telegram 上联系[ @PancakeSwapBD](https://t.me/PancakeSwapBD)，并提供你的项目名称、项目网站以及你申请的日期。

#### 我可以延长我的糖浆池吗？

如果你已经有一个正在进行的糖浆池，你可以通过额外释放代币来延长时间。如有疑问，请通过你现有的 PancakeSwap 沟通渠道联系我们。

### 在交易所上线

#### 我如何在交易所上线我的代币？

任何人都可以在 PancakeSwap 上“上线”任何 ERC-20 / BEP-20 网络代币。你无需联系我们或征求许可。你只需要[向流动性池中添加流动性](https://docs.pancakeswap.finance/products/pancakeswap-exchange/pancakeswap-pools)——就是这样。然后交易者就可以通过输入你代币的合约地址来交易你的代币。

#### 我如何将我的代币添加到默认列表中？

举办农场的项目通常会被添加到扩展代币列表中，PancakeSwap 核心团队选择的其他代币也可能被添加进去。

我们不接受加入该列表的申请。用户仍然可以通过输入合约地址手动添加你的代币。

#### 我如何添加我代币的徽标/图标？

请将你的图标添加到 PancakeSwap 所引用的 Trust Wallet 资源库中：[ https://github.com/trustwallet/assets](https://github.com/trustwallet/assets)

#### 有人制作了我代币的假冒副本！你们能屏蔽它吗？

由于 PancakeSwap 作为基于 AMM 的 DEX 的本质，我们无法阻止任何代币的交易。我们建议确保你的代币合约在你的网站上清晰可见且可验证，并教育你的用户如何安全地交易你的代币。

#### 人们在交易我的代币时遇到错误。我该怎么办？

请查看我们的[故障排查页面](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/chinese/huan-ying-lai-dao-pancakeswap/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.
