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

# 大户提醒

大户提醒会在有人买入或卖出 rune，金额超过你设定的美元数额时通知你。

## 启用

1. 从主菜单打开 **🐋 大户提醒**。
2. 点击 **启用**。
3. 选一个阈值（例如 `$1,000`、`$5,000`、`$10,000`）。

就这样。此后所有超过你阈值的买卖都会推送到你的聊天里。

## 提醒的样子

```
🐋 Whale BUY
Token:   <ticker>
Volume:  $<usd>
Wallet:  <trading address>
TX:      <transaction id>
```

每条提醒都带按钮，可以直达 Radfi 上的交易、比特币区块浏览器中的交易、以及该钱包的资料页。

## 关闭

打开 **🐋 大户提醒**，再次点击 **启用** 即可关闭。提醒会立刻停止。


---

# 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/whale-alerts.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.
