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

# 常见问题

### 我应该添加哪个钱包——UniSat 还是 Radfi 交易钱包？

**UniSat / Xverse / Leather 主 Taproot 钱包**。如果误用了 Radfi 交易钱包，签名会失败。

### AutoMint 一直停在 "Waiting block"，怎么回事？

通常是以下原因之一：

1. **你的钱包余额不足**，无法支付下一批 mint。请充值。
2. **队列过于拥挤**，没有合理 gas 能上链。在 **⛽ Gas 监控** 中看看这个 rune 的状况——如果非常火热，等等或换一个 rune。
3. **还没有出新的比特币区块。** 再耐心等一会儿。

### Gas 监控的 "Recommended" 和 AutoMint 的 "Will mint" 有什么区别？

`Recommended` 是根据队列计算出的「能排到队列前端所需的 gas」。`Will mint` 是 AutoMint 实际发送的值——比 Recommended 略安全一些。AutoMint 始终使用 `Will mint`。

### 我聊天里还显示 "Wallet Tracker (Soon)"——怎么回事？

功能上线时按钮被改名了。聊天历史中的旧菜单保留着旧按钮。发送 `/start` 重新绘制主菜单即可。

### 我可以添加多少个钱包？

在 **我的钱包** 中——没有上限，按需添加。 在 **钱包追踪** 中——每个用户最多 **5 个**。

### 我可以同时运行两个 AutoMint 会话吗？

不行，每个用户一个。请先停止当前会话再开始新的。

### 机器人支持 BRC-20 或 Ordinals 吗？

不支持。机器人专为 Radfi 上的 Runes 构建。

### 机器人支持哪些语言？

English、中文、Русский、Español、Português、Türkçe、한국어、Bahasa Indonesia、हिन्दी。在 **⚙ 设置 → 🌐 语言** 中切换。


---

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