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