> 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/zh/modules/gas-monitor.md).

# Gas 监控

Gas 监控告诉你**现在**该用多少 gas 来 mint。选一个 rune，点击启动，机器人会把一条消息保持更新。

## 设置

1. 从主菜单打开 **⛽ Gas 监控**。
2. 点击 **Set rune** 并发送一个 `runeId`。
3. 点击 **▶️ Start**。

## 你会看到什么

每隔几秒刷新一次的一条消息：

* **推荐 gas**：mint 1 个、10 个、100 个分别需要的 gas。
* **Queue** — 多少 mint 还在 mempool 里等待。
* **In block** — 最新区块中确认了多少。
* **Top mempool** — 当前队列前端正在支付的 gas 档位。

## 停止

点击 **⏹ Stop**。

## 提示

* 这里设置的 rune 与 AutoMint 是同一个——改一个就改了两个。
* 如果监控位已满，会显示 *"Gas monitor pool is currently full — please try again in a minute"*。稍等片刻再试。


---

# 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/zh/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.
