> 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/automint.md).

# AutoMint

AutoMint 在后台代你完成 mint——你设定一个目标数量，剩下的交给机器人。

## 设置

从主菜单打开 **🪙 AutoMint**，设置三项：

| 设置       | 填什么                                                              |
| -------- | ---------------------------------------------------------------- |
| **Rune** | 你想 mint 的 `runeId`（例如 `950774:1774`）。                            |
| **钱包**   | 你在 [我的钱包](/boundautotrades-docs/zh/modules/wallets.md) 中保存的钱包之一。 |
| **数量**   | 你想 mint 的总数。                                                     |

三项都设置好后，点击 **▶️ Start**。

## 运行中

机器人会把 AutoMint 消息实时更新：

* 已发送数量与剩余数量。
* 最新的 transaction ID。
* 下一批将使用的 gas。

你不需要一直停留在聊天窗口——循环在后台运行。可以锁屏、关闭 Telegram，都没问题。

## 停止

点击 **⏹ Stop** 结束。已经提交的 mint 仍会在链上确认，机器人只是不再发送新的。

## 限制

* **每个用户同时只能运行一个 AutoMint。** 如果想换另一个 rune，请先停止当前的。
* 如果队列过于拥挤，机器人会等待下一个区块而不是为了 mint 多付钱——你会在状态中看到 *"queue too crowded — waiting next block"*。

## 故障排查

| 看到什么                                              | 通常意味着                                                                                                   |
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| *"Waiting block"* 长时间不变                           | 网络较慢或还没有出新的比特币区块——再等几分钟。                                                                                |
| 反复出现 *"Queue too crowded — waiting next block"*   | 该 rune 当前热度过高，没有合理 gas 能让 mint 上链。换一个 rune 或稍后再试。                                                       |
| *Signing failed* / *Radfi rejected the signature* | 你不小心添加了 **Radfi 交易钱包**。请在 [我的钱包](/boundautotrades-docs/zh/modules/wallets.md) 中重新添加正确的**主 Taproot 钱包**。 |


---

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