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

# 钱包追踪

钱包追踪会监控**你选择**的钱包，它们每次交易或 mint 都会通知你。

## 添加钱包

1. 从主菜单打开 **👁 钱包追踪**。
2. 点击 **➕ 添加钱包**。
3. 发送一条消息：

```
label  trading_address
```

示例：

```
Whale Hunter  bc1pxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

> ⚠️ 使用对方的 **Radfi 交易地址**——即在其 Radfi 资料页上显示的地址。UniSat / Xverse 主钱包地址无法匹配。

每个用户最多追踪 **5 个钱包**。

## 你会收到什么

**交易提醒**——买入或卖出：

```
👁 <label> — BUY
Token:   <ticker>
Volume:  $<usd>
TX:      <transaction id>
```

**Mint 提醒**——新的 rune mint：

```
👁 <label> — MINT
Token:    <ticker>
runeId:   <runeId>
Tx:       <transaction id>
```

Mint 提醒可能比链上延迟最多约 1 分钟。

## 删除钱包

在钱包追踪页面，点击该条目旁的 **🗑** 按钮。立即从列表移除。

## 提示

* 标签只是给你自己看的——可以用作个人备注（`"Whale Hunter"`、`"My alt wallet"`）。
* 追踪提醒与 Whale 和 Fresh 独立——同一笔交易可能在三处都出现，如果你三个都开了的话。


---

# 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/wallet-tracker.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.
