# BSC - PancakeSwap 专区

- [BSC - 市值管理教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/market-making-v2-v3.md): 提供多钱包批量买卖（Market Making）能力，支持按交易数量、交易间隔、价格范围等条件执行交易，，适用于做市、刷量等多种场景。
- [BSC - 批量交易教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/batch-swap-v2-v3.md): Swap 批量交易是一款支持多个钱包地址同步执行买入、卖出、换币等操作的高效工具。
- [BSC - 多地址捆绑买入教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/multi-address-buy.md): 多地址捆绑买入功能支持用户通过多个钱包地址同时执行代币买入操作。
- [BSC - 多地址捆绑卖出教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/multi-address-sell.md): 多地址捆绑卖出功能支持用户通过多个钱包地址同时执行代币卖出操作。
- [BSC - 创建/添加 V2 流动性教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/create-add-liquidity-v2.md): LP（Liquidity Pool），它是区块链上用于代币兑换交易的资产池。按照一定比例，将两种代币同时放入一个合约中，形成可供用户实时兑换的池子。
- [BSC - 创建 V2 流动性并捆绑买入教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/bundler-v2.md): 在 Swap v2 中，创建流动性与捆绑买入可以一次完成，共同决定代币的开盘表现。  而多地址捆绑买入功能，则支持多个钱包在同一时间同步买入，在开池瞬间快速形成成交量，并实现更合理的筹码分布。
- [BSC - 移除 V2 流动性教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/remove-liquidity-v2.md): 移除流动性，我们也称之为：撤池子，就是将流动性资金池内的代币撤出。撤出可以分比例撤出，也可以全部撤出。如果将流动性全部撤出，意味着该代币将无法交易。撤出的代币归操作钱包所有，即谁撤的归谁。
- [BSC - 创建 V3 流动性并捆绑买入教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/bundler-v3.md): 在 Swap v3 中，创建流动性与捆绑买入可以一次完成，共同决定代币的开盘表现。  多地址捆绑买入功能，支持多个钱包在同一时间同步买入，在开池瞬间快速形成成交量，并实现更合理的筹码分布。
- [BSC - 创建/添加 V3 流动性教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/create-add-liquidity-v3.md): LP（Liquidity Pool），它是区块链上用于代币兑换交易的资产池。按照一定比例，将两种代币同时放入一个合约中，形成可供用户实时兑换的池子。
- [BSC - 移除 V3 流动性教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap/remove-liquidity-v3.md): 移除流动性，我们也称之为：撤池子，就是将流动性资金池内的代币撤出。


---

# Agent Instructions: 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://ciaotool.gitbook.io/docs/zh-hans/chains/bsc/swap.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.
