# 🖥️ Validator monitoring

The Telegram bot provides the user with information about the status of a **validator** in the Celestia network. This is especially useful for delegators, validators, and anyone monitoring decentralized networks.

Enter the Validator Address\
The bot requests the user to provide the validator address in the following format:

```
celestiavaloper1...
```

This is a unique identifier of the validator in the Celestia network.

***

After entering the validator address, the bot provides a menu with available commands for easy navigation.

For example, you can get detailed information about the validator status:

<figure><img src="/files/OPNSNrPd0AHSDcUDpXD3" alt="" width="375"><figcaption></figcaption></figure>

CelestiaUltraBot promptly notifies the user of critical changes in validator status, such as missing blocks, and informs when the situation normalizes. This allows token holders to react in time and prevent sanctions from the network:

<figure><img src="/files/9Kk3yrI6YOGGpK64EZa5" alt=""><figcaption></figcaption></figure>


---

# 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://services.validexis.com/celestiaultrabot/validator-monitoring.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.
