> For the complete documentation index, see [llms.txt](https://docs.mytonswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mytonswap.com/trading-bot/pool-alert.md).

# Pool Alert

<figure><img src="/files/hd4KCANhT3usZsJ1CwP8" alt=""><figcaption></figcaption></figure>

The **Pool Alert** feature in the [MyTonSwap Trading Bot](/trading-bot/getting-started.md) keeps you informed about new pools created on various DEXes. This feature is designed to help you stay ahead in the market by providing timely and relevant information about new liquidity pools.

**How It Works**

* **Notifications:** Whenever a new pool is created on a DEX, you will receive an alert with detailed information, including:
  * The name of the DEX where the pool was created
  * The liquidity of the pool
  * The name of the token in the pool
* **DEX-Specific Alerts:** You can enable or disable alerts for specific DEXes according to your preferences. This allows you to focus only on the platforms that matter to you.
* **Minimum Liquidity Threshold:** Users have the flexibility to set a minimum liquidity threshold for alerts. For example, if you set the threshold to 1 TON, you will only receive notifications for pools that have more than 1 TON in liquidity.

**Setting Up Pool Alerts**

To set up and customize your Pool Alerts, follow these steps:

1. **Accessing Pool Alerts:** Go to our trading bot and select the “New Pool Alert” option.
2. **Enabling/Disabling Alerts:** You will see options to enable or disable alerts for specific DEXes such as StonFi and Dedust. Choose the DEXes you want to receive alerts from.
3. **Setting Minimum Liquidity:** You can set a minimum liquidity amount. If the newly created pool has at least the specified amount, you will receive an alert.


---

# 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.mytonswap.com/trading-bot/pool-alert.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.
