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

# Fresh Wallet Alerts

Fresh Wallet Alerts ping you when **new** money enters or exits a rune. There are two kinds:

* 🟢 **Fresh BUY** — the first time the bot sees this wallet buy anything.
* 🔴 **Fresh SELL** — the first sell from a wallet that you previously got a Fresh BUY for (so the wallet is now dumping).

## Turning it on

Open **🆕 Fresh Wallet Alerts** and tap **Enable**. No threshold to set — every fresh event fires.

## What an alert looks like

```
🆕🟢 Fresh BUY
Token:   <ticker>
Volume:  $<usd>
Wallet:  <trading address>
Totals:  <buys> buys / <sells> sells (for this token)
```

The **Totals** line is a running counter for the token — handy to see whether a rune is being newly accumulated or already being dumped.

## Works with Whale Alerts

Fresh and Whale are independent — you can have both on. A single trade can trigger both alerts (e.g. a brand-new wallet making a huge buy).


---

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