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

# 新钱包提醒

新钱包提醒会在某个 rune 出现**新资金**流入或流出时通知你。有两种：

* 🟢 **Fresh BUY** — 这是机器人首次看到该钱包买入。
* 🔴 **Fresh SELL** — 之前触发过 Fresh BUY 的钱包首次卖出（说明它开始抛售）。

## 启用

打开 **🆕 新钱包提醒**，点击 **启用**。无阈值——所有 fresh 事件都会触发。

## 提醒的样子

```
🆕🟢 Fresh BUY
Token:   <ticker>
Volume:  $<usd>
Wallet:  <trading address>
Totals:  <buys> 买 / <sells> 卖（该代币）
```

**Totals** 行是该代币的累计计数——便于判断该 rune 当前是被新资金积累还是已经在被抛售。

## 与大户提醒同时工作

Fresh 和 Whale 互相独立——可以同时开启。一笔交易可能同时触发两个提醒（例如全新钱包做了一笔大额买入）。


---

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