# 关于滑点

## **一、什么是滑点？什么是滑点容忍度？**

***

**滑点：决定了买入和卖出时的价格，与跟单聪明钱包价格之间的偏差**

{% hint style="info" %}

* **买入时，滑点价格的计算方式是 1/（1-滑点）**

&#x20;如设置20%滑点，若聪明钱包买入单价为1，则你最高接受1.25买入；如设置50%的滑点，则最高接受2买入;

* **卖出时，滑点价格的计算方式是 1-滑点**

如设置20%，若聪明钱包卖出单价为1，则你最低接受0.8卖出；如设置50%的滑点，则最低接受0.5卖出。
{% endhint %}

在DBot设置中的 **【滑点容忍度】** 指：买入时表示实际成交价格和期望价格之间的差距，卖出时表示期望价格和实际成交价格之间的差距，相差倍数=1/(1-滑点)

如50%滑点，即最多接受2倍价差，100%滑点即不限制价差

## **二、如何设置滑点？**

***

建议滑点设置在合理的范围内，50%滑点意味着可以接受2倍价格买入，100%意味着接受任意价格买入，滑点容忍的价格计算方式为1/（1-滑点）这个要根据你的跟单需求和风险偏好决定。

**`除非热门币或者非常看好的币，我们不建议设置巨大滑点，我们也在这一部分加强了风险提示。`**

<figure><img src="https://431653034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWvbcGIAiTAQGucWCbVL%2Fuploads%2F5MjqewdSlbe1hCaFJhpZ%2F%E6%BB%91%E7%82%B9.jpg?alt=media&#x26;token=5fb4be1d-9f0d-4fef-b410-6002a1f1aa65" alt=""><figcaption></figcaption></figure>

链上情况复杂，建议根据你的个人需求、聪明钱包的风格（代币的热门程度）等因素合理进行滑点设置，**大金额买入不建议设置太高的滑点，大金额、高滑点的交易建议采用防夹模式。**

`注：因Pump & Moonshot的合约机制，按照token数量来进行交易和跟单，因此滑点可能导致实际消耗的SOL可能多于/少于填写的买入金额 (最大滑点默认限制为50%)，可在“设置-通用设置”中解除限制`

## **三、滑点常见问题**

***

{% hint style="info" %}
**为什么设置了10%滑点，还是会失败？**&#x20;
{% endhint %}

滑点10%表示只接受11%的价格波动，比如监控到了插针触发卖出的情况，后续价格有短时间的下滑，可能就会因此导致失败。建议及时根据跟单失败反馈和个人交易需求，进行调整。

{% hint style="info" %}
**Pump & Moonshot的交易为什么设置了100%滑点还是失败？**
{% endhint %}

Pump & Moonshot的交易方式为固定买入的token数量，调整消耗的SOL的数量，实际消耗的SOL的上限为：填写的SOL / (1-滑点)，若填写1 SOL，滑点为20%，则上限为1/(1-0.2)=1.25 SOL，若滑点为100%，则表示不设上限，可能会耗尽钱包内的所有SOL。

**为保证用户资金安全，我们已将Pump & Moonshot相关交易（包括跟单、限价单、快速买卖）的最大滑点限制为50%，可前往“设置-通用设置”解除此限制。**

<figure><img src="https://431653034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWvbcGIAiTAQGucWCbVL%2Fuploads%2FdAHyBEE2OlBIZOMOM0LO%2F%E8%AE%BE%E7%BD%AE.jpg?alt=media&#x26;token=f13a8bd1-9238-4e2c-b09a-26089407d049" alt=""><figcaption></figcaption></figure>


---

# 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://guide-zh.dbotx.com/faq/help/about-slippage.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.
