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

# Bound Auto Trades

**Bound Auto Trades** 是一个为 Bitcoin Runes 生态（Radfi）打造的 Telegram 机器人。它将 5 个核心工具整合在一个聊天窗口中：

| 模块              | 功能                                                         |
| --------------- | ---------------------------------------------------------- |
| 🪙 **AutoMint** | 自动按你设定的目标数量进行 rune mint，每个比特币区块自动执行一次。                     |
| ⛽ **Gas 监控**    | 实时查看任意 rune 在 mempool 中的 gas 档位，准确告诉你该发送多少 `sats/request`。 |
| 🐋 **大户提醒**     | 当某笔买入或卖出超过你设定的美元阈值时，主动推送提醒。                                |
| 🆕 **新钱包提醒**    | 当一个全新的钱包开始买入，或它进行首次卖出时，主动推送提醒。                             |
| 👁 **钱包追踪**     | 追踪最多 5 个指定的 Radfi 交易地址，所有交易和 mint 都会推送到你。                  |

## 从哪里开始

1. [**快速开始**](/boundautotrades-docs/zh/quickstart.md) — 5 分钟内从 `/start` 到完成第一次 AutoMint。
2. [**我的钱包**](/boundautotrades-docs/zh/modules/wallets.md) — 如何添加和删除 Taproot 钱包。
3. [**AutoMint**](/boundautotrades-docs/zh/modules/automint.md) — 详解核心功能。

## 需要帮助

使用主菜单中的 FAQ 按钮，或阅读 [常见问题](/boundautotrades-docs/zh/faq.md)。


---

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