> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/evm/evm-bot/settings/gas.md).

# Gas

{% hint style="info" %}
On the Gas page, select the preset gas settings you want to use. They’ll automatically apply to each relevant module.

***

The guide below refers to BSC. The same logic applies to all supported blockchains, although buttons and available features may vary.
{% endhint %}

***

{% stepper %}
{% step %}
Select the desired blockchain

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FmwfCA6if24aBREkrzdt9%2FScreenshot%202026-01-19%20alle%2015.58.49.png?alt=media&#x26;token=a9601de9-3998-4c92-91cb-0a6a86c2d6e6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap <kbd>⛽️ Gas</kbd>

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2Fd48s2mkISWQYJPGzUJXN%2FBSC%20Gas.png?alt=media&#x26;token=e1c05072-ea67-4ea3-9378-f090f65129de" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FYkAzX84dXVbP1N6QrQGZ%2FScreenshot%202025-12-22%20alle%2019.08.05.png?alt=media&#x26;token=2adb0740-ca3c-4d57-ac76-3ef4c93692ec" alt=""><figcaption></figcaption></figure></div>

| Button           | Action                                                                                                                                                               |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Buy Gas          | <p>Set the transaction gas (Max Priority Fee) for buying.<br><br><em>Max Fee is automatically calculated using the formula: Base Fee + (Priority Fee × 2).</em></p>  |
| Sell Gas         | <p>Set the transaction gas (Max Priority Fee) for selling.<br><br><em>Max Fee is automatically calculated using the formula: Base Fee + (Priority Fee × 2).</em></p> |
| Approve Gas      | Set the desired gas amount to approve the token to be sold                                                                                                           |
| Buy Tip          | Set the tip to increase transaction priority and help your trade execute faster.                                                                                     |
| Sell Tip         | Set the tip to increase transaction priority and help your trade execute faster.                                                                                     |
| {% endstep %}    |                                                                                                                                                                      |
| {% endstepper %} |                                                                                                                                                                      |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bloombot.app/evm/evm-bot/settings/gas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
