> For the complete documentation index, see [llms.txt](https://docs.alphador.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphador.ai/subscription-features/tokens/token-price-alerts.md).

# Token Price Alerts

**Token Price Alerts** allows you to track the prices of any on-chain token and receive a notification when the price hits your target.&#x20;

You can receive notifications directly in your **Telegram and Browser**.

**Token Price Alerts** feature is available for all subscriptions starting from Basic tier and higher.

<figure><img src="/files/gT0c3dQfJuUFdNVxfGfM" alt="token price alerts, token price notifications alphador"><figcaption><p>Example of Token Price Alerts Page</p></figcaption></figure>

### Alert types

There are 2 types of alert you can set up:

* cross alert
* percent change alert

*Cross alert* type will notify you once the token price hits the target price you have entered.

*Percent change alert* type will notify you every time when the token price changes on the % you have entered.

<figure><img src="/files/x7dChLBQ76UD4xMh8REb" alt="token price alerts, token price notifications alphador"><figcaption><p>Cross Alert Type</p></figcaption></figure>

<figure><img src="/files/Z9bl1VpsKXtD2y7Yw9jA" alt="token price alerts on percent change, token price notifications alphador"><figcaption><p>Percent Alert Type</p></figcaption></figure>

### Networks

Supported networks for now:&#x20;

* Ethereum
* Binance Smart Chain
* Arbitrum
* Polygon

We plan to add these networks soon:

* Optimism
* Fantom
* Avalanche


---

# 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://docs.alphador.ai/subscription-features/tokens/token-price-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.
