# Alerts

Alerts were created for you to be notified on Telegram based on your preferences to be updated regarding the market conditions to facilitate trades.&#x20;

You can set price and pool alerts for the pairs you're interested in. There are 2 parts to creating an alert — (1) linking /chat\_id and (2) customising the alert.&#x20;

#### Linking chat\_id

1. After connecting your wallet, navigate to the Alerts. You are required to log in by connecting your wallet and signing a message. A pop-up will appear when you click **Login**.
2. ![](/files/vqiIW3Sg2y0fAHrSPg4h)
3. Go to your Telegram and type @**coinhallbot** in the search bar. You will see a cute bot with eyes showing up, click on it to chat with the bot.
4. Make sure that you are using the right bot, the one-liner should show *Price bot for the Cosmos Ecosystem* together with Coinhall links. To activate the bot, click **Start**.
5. You will receive this welcome message after clicking start. Type and enter `/chat_id` in the message field to get the current chat ID. A 9-digit number will appear. Click on the number and it will automatically be copied to your clipboard.
6. ![](/files/hWdgwnPlBEB3Kr5JVNNS)
7. Let’s go back to the Alerts section to paste your chat ID and click Save. You have successfully linked the bot!

#### Creating price alerts

1. You can search for the pair you care about using the search bar or click on any from the Markets page. Price alerts can be set for *all* pairs with your Terra Classic / Terra wallet. Let’s try ATOM/OSMO
2. You will be brought to the specific page showing ATOM/OSMO. Click on 🔔
3. A pop-up will appear for you to customise the price alerts. Enter the price (OSMO in this case) you want to be alerted and click **Set**. You can use the **Recurring** toggle to decide whether this alert is a one-time notification or every time the market hits this price, you will be notified.
4.

```
<figure><img src="/files/bsM8fXO2kbc0LTPI2oEI" alt=""><figcaption></figcaption></figure>
```

5. We now have an active alert that will notify us whenever ATOM’s price hits 20.00 OSMO. But how exactly will we be notified?
6. Let’s go back to our bot. Whenever the market reaches the price that we set, we will get this notification through Coinhall’s Telegram bot. You can choose `📈 Chart / Swap 🔄` to buy or sell on Coinhall or look at the transaction on the explorer.

{% hint style="warning" %}
⏱️ The trigger price is automatically generated from the current price. And if it's a recurring alert, it'll automatically switch from > to < and vice versa after it has been triggered
{% endhint %}

#### Enabling new pair alerts

How do you know when a pair has been created on the blockchain? Check out our New Pool Alerts 🐠

1. Navigate back to the Alerts section, you will see New Pool Alerts section
2. <img src="/files/IZng27geg9OgukPyLn7M" alt="" data-size="original">
3. You can select whether you would like to be alerted for all new pools `All` or only when Coinhall verifies the pool `Verified Only`. You can also toggle the chains of your interest before clicking Save. The default is set to none!
4. Whenever there’s a new pool being created or verified, we will get this notification through Coinhall’s Telegram bot. You can `📈 Chart / Swap 🔄` to buy or sell on Coinhall.


---

# 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.coinhall.org/for-traders/alerts.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.
