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

# 我的钱包

**我的钱包** 用来保存 AutoMint 在签署 mint 时使用的钱包。

## 添加钱包

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

```
label  btc_address  private_key_wif
```

| 字段                | 填什么                          |
| ----------------- | ---------------------------- |
| `label`           | 任意名称（例如 `main`、`airdrop-1`）。 |
| `btc_address`     | 你的 Taproot 地址（`bc1p...`）。    |
| `private_key_wif` | 对应的 WIF 私钥（以 `L` 或 `K` 开头）。  |

> 🛑 使用你的**主钱包**（UniSat / Xverse / Leather），**不是** Radfi 的*交易地址*。

可以添加多个钱包。

## 选择钱包

在钱包列表中点击某个钱包，选择 **设为 AutoMint 钱包**。之后新的 AutoMint 会使用该钱包。

## 删除钱包

点击钱包旁的 **🗑** 按钮，钱包会立即从列表中消失。如果它正是当前选中的 AutoMint 钱包，选择会被清空，让你重新选择一个。


---

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