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

# 快速开始

## 1. 打开机器人

在 Telegram 中向 **@BoundAutoTradesBot** 发送 `/start`，机器人会回复主菜单。

如果机器人要求输入 license key，作为一条消息粘贴即可——不区分大小写，多余空格会自动去除。

## 2. 选择语言（可选）

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

## 3. 添加钱包

点击 **💼 我的钱包 → ➕ 添加钱包**，按以下格式发送一条消息：

```
label  btc_address  private_key_wif
```

示例：

```
main  bc1pxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  L1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

> ⚠️ 使用你的**主 Taproot 钱包**（UniSat / Xverse / Leather）。**不要**粘贴 Radfi 的*交易钱包*。

## 4. 运行第一次 AutoMint

1. 在主菜单点击 **🪙 AutoMint**。
2. **Rune** → 粘贴 `runeId`（例如 `950774:1774`）。
3. **钱包** → 从已保存的钱包中选一个。
4. **数量** → 输入总共要 mint 多少个。
5. 点击 **▶️ Start**。

聊天窗口会实时更新进度。随时可以点击 **⏹ Stop**。

## 5. 开启提醒

主菜单中还可以启用：

* **🐋 大户提醒** — 超过你美元阈值的大额买卖。
* **🆕 新钱包提醒** — 全新钱包的首次买入和首次卖出。
* **👁 钱包追踪** — 你选择的最多 5 个钱包的所有交易和 mint。


---

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