# Sol Bribery

Solana supports the Bribery Tip function. The Bribery Tip function is very important for users who pursue extreme speed. The chain-up rate is very high and you can jump the queue (depending on the bribery).&#x20;

{% hint style="info" %}
DBot already supports the Jito bribery setting of Solana Anti-MEV mode and Turbo mode.

The priority fee will be auto split into multiple optimal transaction routing channels in turbo mode, when auto fees or priority fee + bribery tip >= 0.0002, the 0slot channel will be used.

If priority fee is below 0.0002, 0slot won't be activated, will still use Jito. In Anti-MEV mode, Jito is still used as the default.

DBot auto priority fee/auto Jito fee is currently a relatively gas-saving solution. It is recommended to use custom priority/Jito fee settings during congestion periods.
{% endhint %}

* C**ustomized priority fee and bribery tip for Solana's transactions supported**

When checked, you can customize the priority fee and bribery tip for turbo mode / anti-MEV, otherwise it will be auto assigned by the system (In Turbo Mode, if you don’t customize settings: When priority fee > 0.0002, gas fee defaults to 0.00005 and the rest goes to 0slot)

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

<figure><img src="/files/kpGw8SQylW4DdvwgpYhC" 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-en.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.
