> 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/bot/decline.md).

# 砸盘模式

## 1、准备阶段

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

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

### 1、选择公链 <a href="#id-1-xuan-ze-gong-lian" id="id-1-xuan-ze-gong-lian"></a>

目前市值管理机器人支持的公链有：（支持BSC、ETH、Arb、Base）

### 2、选择交易所 <a href="#id-2-xuan-ze-jiao-yi-suo" id="id-2-xuan-ze-jiao-yi-suo"></a>

基于公链选择的不同，会支持不同的去中心化交易所。BSC链和BSC测试链均支持PancakeSwap V2

### 3、网络节点 <a href="#id-3-wang-luo-jie-dian" id="id-3-wang-luo-jie-dian"></a>

也就是我们通常说的RPC节点。平台会默认给出一个优质节点，如果觉得速度过慢或者有卡顿，也可以自行更换其他节点

### 4、模式 <a href="#id-5-mo-shi" id="id-5-mo-shi"></a>

选择不同模式进行市值管理

* 拉盘：多个钱包多次买入某种代币，稳步提升代币价格
* 砸盘：多个钱包多次卖出某种代币，稳步降低代币价格
* 刷交易量：多个钱包多次买卖代币，增加代币交易量

### 5、合约地址 <a href="#id-6-he-yue-di-zhi" id="id-6-he-yue-di-zhi"></a>

输入你要管理市值的代币的合约地址

### 6、池子类型 <a href="#id-7-chi-zi-lei-xing" id="id-7-chi-zi-lei-xing"></a>

指的是你使用何种`交易对`做的池子，例如BSC链，可支持以下几种交易对：

* BNB池子：交易对形式→BNB/代币（或者是：wBNB/代币）
* USDT池子：交易对形式→USDT/代币
* BUSD池子：交易对形式→BUSD/代币

### 7、卖出得到代币 <a href="#id-8-hua-fei-dai-bi" id="id-8-hua-fei-dai-bi"></a>

砸盘模式下，需选择某种代币作为卖出代币后得到的代币，可选择BNB、USDT等等。

比如选择USDT，钱包卖出代币得到USDT

注意，不管使用任何币去交易，钱包里都要有一定数额的BNB充当Gas费

### 8、目标价格 <a href="#id-9-mu-biao-jia-ge" id="id-9-mu-biao-jia-ge"></a>

* 拉盘模式下，指的是你要将某种代币拉升至什么价位
* 砸盘模式下，指的是你要将某种代币砸至什么价位

### 9、卖出计算方法 <a href="#id-10-ji-suan-fang-fa" id="id-10-ji-suan-fang-fa"></a>

钱包在交易时，可按照不同的计算方法进行交易

* **金额：**&#x6BCF;个钱包每次按照一定金额卖出代币
* **数量：**&#x6BCF;个钱包每次按照一定数量卖出代币
* **百分比：**&#x6BCF;个钱包每次按照一定百分比卖出代币

### 10、金额/数量/百分比 <a href="#id-11-jine-shu-liang" id="id-11-jine-shu-liang"></a>

如果第9步选择的是金额，这里就直接输入交易金额。（例如第7步选择的`卖出得到代币`是USDT，那么数字1就代表1U。若花费代币是BNB，数字1就代表1个BNB）

如果第9步选择的是数量，这里就直接输入代币数量

如果第9步选择的是百分比，这里就直接输入钱包代币余额的百分比

### 11、时间间隔 <a href="#id-12-shi-jian-jian-ge" id="id-12-shi-jian-jian-ge"></a>

每一笔交易完成后, 都会在随机等待一定时间后, 继续进行下一笔交易，时间单位是秒

## 2、实操阶段 <a href="#er-shi-cao-jie-duan" id="er-shi-cao-jie-duan"></a>

在填写完成之后，可以看到代币的资金池地址和价格，接下来开始实操：

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

### 1、首先导入刷单钱包 <a href="#id-11-jine-shu-liang" id="id-11-jine-shu-liang"></a>

输入钱包私钥，一行一个

点击导入按钮，可在左下方看到钱包中代币信息

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

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

### 2、点击开始交易按钮 <a href="#id-11-jine-shu-liang" id="id-11-jine-shu-liang"></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/bot/decline.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.
