# Sol 贿赂

Solana支持的贿赂费功能，对于追求极限速度的用户非常关键，上链率很高可以插队（取决于贿赂费多少）

{% hint style="info" %}
DBot 已支持 Solana 高速模式/防夹模式的贿赂费设置；

高速模式下优先费会被自动拆分成多个最佳的交易路由通道

当自动费用或优先费+贿赂费>=0.0002时，将支持0slot通道

如果优先费＜0.0002，0slot则不会启用，而是Jito通道；防夹模式则会全部给到Jito

DBot自动优先费/自动贿赂费目前是相对省gas的方案，建议拥堵时段使用自定义优先费设置

{% endhint %}

* **Solana交易支持自定义优先费和贿赂费**

勾选后，可自定义高速/防夹模式的优先费和贿赂费，否则将由系统自动分配（**如果不需要自定义，高速模式下设置优先费超过0.0002时，默认gas fee0.00005，其他给到0slot**）

<figure><img src="/files/8kq7NNEiC6OvalX1NgQt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WeRQYAuMsUib5qVHhu30" 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/dex-trading-bot/sol-bribery.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.
