> For the complete documentation index, see [llms.txt](https://birdytradebot.gitbook.io/birdyai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://birdytradebot.gitbook.io/birdyai/trading-modes/ath.md).

# ATH

The **ATH** mode is based off the [**SOL TRENDING**](https://t.me/SOL_TRENDING) ATH posts, that show when a token breaks its All-Time-High (ATH) price since it was trending for the first time. Note, that the ATH is recorded since the token launch, not after it was trending for the first time, showing actual live information.

<figure><img src="/files/QnfwXhzw2bEQhXzi0Kvy" alt="" width="375"><figcaption><p><a href="https://t.me/SOL_TRENDING/2065525">Example of an ATH post in SOL_TRENDING</a></p></figcaption></figure>

**How It Works**

1. Token starts trending at [SOL TRENDING](https://t.me/SOL_TRENDING) for the first time, our archives are pulled and the ATH price is recorded
2. Token price reaches ABOVE the ATH and the bot starts buying based off your settings

<figure><img src="/files/7yo42rIQqszKC7vXDeft" alt="" width="375"><figcaption><p>ATH mode</p></figcaption></figure>

🔹 Specify a % increase – The bot will only buy the token once it has increased by your set percentage above its latest ATH.

✅ Example: If you set ATH Value = 5%, the bot will only buy after the token has risen 5% beyond its last ATH.

{% hint style="info" %}
The bot does not automatically buy tokens that are not yet bonded on Pump.fun, even if Birdy Signal sends an alert for them based on calls from tracked callers.
{% endhint %}


---

# 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:

```
GET https://birdytradebot.gitbook.io/birdyai/trading-modes/ath.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
