# Overview

{% hint style="info" %}
**NOTE:** You can only connect *one* Telegram account to your Cielo wallet.
{% endhint %}

Bots can be set up within the Cielo web app or directly within Telegram. Once initialized, the bot will deliver a Telegram alert any time a tx occurs that matches your criteria. The Discord bot works in exactly the same way but must be configured within the Cielo web app.

Cielo bots allow you to monitor addresses and transaction types that are relevant to your interests while filtering out everything else. Tx are labeled to show the network, tx type, value, and protocol together with informational links.

{% hint style="info" %}
Because Cielo Telegram bots are integrated with Banana Gun, you can trade tokens instantly within Telegram. First create a [**Banana Gun bot**](https://t.me/BananaGunRegister_bot). You can then click the **Buy on Banana Gun** link displayed in Cielo Telegram alerts to instantly buy the token in question.
{% endhint %}

### Labeling

Cielo automatically labels tx involving known tokens, DEXs, lending platforms, NFTs, bridges, and other DeFi protocols. This makes it easier to understand which asset is being used by whom, where, and why. For instance:

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

* **#DWFLabs**: *Wallet label*. Clicking this link will use Telegram search to produce a list of any other tx involving this wallet that your Cielo Wallet Tracker bot has recorded.
* **Transferred:** *Tx type*. This describes the nature of the tx. Clicking on this will open a blockchain explorer link to the smart contract that was interacted with.
* **#bnb**: *Network*. Shows the blockchain network where the tx originated.
* **Cielo**: *Cielo web app link*. Clicking on this allows you to view the tx in Cielo.
* **ViewTx**: *Blockchain explorer link*. Opens a link for the transaction hash.

To see Cielo bots in action, check the [Onchain Intrigue](https://t.me/CelsiusEVMTracker) channel. It's used for monitoring whales, hackers, VCs, and other market-movers.

Cielo bots enable to you to select, segment, and sort wallets and transactions to optimize the signal-to-noise. This will allow you to zero in on tx of interest and screen the rest.

{% hint style="info" %}
The Cielo bot can be used as a standalone application within Telegram or as a complement to the Cielo web app. Although it’s possible to configuree the bot within Telegram, you may find it easier to adjust settings within the Cielo web app. The Discord bot must be configured within the Cielo web app.
{% endhint %}


---

# 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.cielo.finance/discord-+-telegram-bots/introduction.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.
