> For the complete documentation index, see [llms.txt](https://boundautotrades.gitbook.io/boundautotrades-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boundautotrades.gitbook.io/boundautotrades-docs/en/modules/gas-monitor.md).

# Gas Monitor

Gas Monitor tells you what gas to use for a mint right now. Pick a rune, hit start, and the bot keeps one message updated with the latest numbers.

## Setting it up

1. Open **⛽ Gas Monitor** from the main menu.
2. Tap **Set rune** and send a `runeId`.
3. Tap **▶️ Start**.

## What you see

A single message that refreshes every few seconds:

* **Recommended gas** for 1 mint, 10 mints and 100 mints.
* **Queue** — how many mints are waiting unconfirmed.
* **In block** — how many got into the latest block.
* **Top mempool** — the gas tiers being paid right now at the front of the queue.

## Stopping

Tap **⏹ Stop**.

## Good to know

* The rune you set here is the same one AutoMint uses — change one, you change both.
* If the monitor is at capacity you'll see *"Gas monitor pool is currently full — please try again in a minute"*. Wait a bit and try again.


---

# 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://boundautotrades.gitbook.io/boundautotrades-docs/en/modules/gas-monitor.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.
