> For the complete documentation index, see [llms.txt](https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/token/addpool.md).

# 添加流动性教程

## 添加流动性 <a href="#id-5-tian-jia-liu-dong-xing" id="id-5-tian-jia-liu-dong-xing"></a>

代币创建完成之后，只能转账，还不能交易。要想使代币可以交易，需要前往PancakeSwap创建一个流动性资金池才可以。

我们打开测试链薄饼：[https://pancakeswap.finance/](https://pancakeswap.finance/?chain=bscTestnet)，找到“交易-流动性”：

点击添加流动性

<figure><img src="/files/GbVOS3z4aCY5qbplbqFV" alt=""><figcaption></figcaption></figure>

打开之后，点击More，点击添加V2流动性

<figure><img src="/files/2zCk1hToYuFmU94vGlGM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LmntgJmFT1oAKNxGK7HC" alt=""><figcaption></figcaption></figure>

在左右两边分别输入两个代币，创建交易对。两种代币，一种是我们创建的Balana，另一种是USDT。并根据自己的需求，填写初始放入资金池的代币数量：

<figure><img src="/files/ptywdmqFx5Mk1zJIviLb" alt=""><figcaption></figcaption></figure>

两种代币的数量比例，决定了代币上市的初始价格。例如上面，我们放入了100000个USDT和100000个Banana，就说明Banana的上市价格是1USDT。

之后，我们依次点击`批准代币`，再点击`添加`，创建币对和供应，即可流动性创建成功。

<figure><img src="/files/m8nQ6SkoZvptqyzxknKO" alt=""><figcaption></figcaption></figure>

现在，我们回到交易页面，就能交易了：

<figure><img src="/files/9yl1jW4uLH2y10YTt1MM" alt=""><figcaption></figcaption></figure>

### 注意事项 <a href="#zhu-yi-shi-xiang" id="zhu-yi-shi-xiang"></a>

* 代币创建完成后，默认是开源的。如果没有开源，请提前准备好复制的源码以及构造参数，参考开源教程：代币开源


---

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

```
GET https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/token/addpool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
