# 💬 Example Analytical Queries

Explore real examples of natural language questions that the VALIDEXIS AI Assistant (MCP) can analyze and respond to.\
The assistant supports multilingual queries, performs real-time analytics, and retrieves on-chain and telemetry data from the Celestia network.

***

#### 🌐 Network & Decentralization

* Evaluate the level of decentralization of bridge `12D3KooWAp7s1K9Yha2KQm4cM6H8D4xEqt9Bn3rpc56DZne8kPa`
* Evaluate the overall decentralization level of the Celestia network
* How many bridges have good decentralization?
* How many bridges have poor decentralization?
* Evaluate decentralization in Europe
* Evaluate decentralization in Asia
* Evaluate decentralization in North America
* How many bridges are located in Europe?
* How many bridges are located in Asia?
* How many bridges are located in North America?

***

#### 🌉 Bridge Analytics

* Which metric most often shows bridge performance problems?
* Name the most problematic metric for bridge `12D3KooWA8zq7P5nWu2Fm9LqHrU6G7tEqt3An8rpc56DZne4pQv`
* What is the synchronization level of bridge `12D3KooWA5n8Qy6jRc9Kp3VdFg7T1xEqt8An8rpc56DZne2mRa`
* List the latest anomalies detected for bridge `12D3KooWAm9f1Pz6yT5Dh8RcKq3N4bEqt9An8rpc56DZne6sTx`
* How many bridges have a synchronization level of 100%?
* How many bridges have less than 100% synchronization?
* How many active bridges are currently in operation?

***

#### 👥 Validator Analytics

* How many delegators exist in the Celestia network?
* Who is the largest delegator?
* List validators with the lowest uptime
* Which validator has the highest and lowest number of delegators?
* How many active validators are there?
* What is the current block height of the network?
* How many transactions are included in the latest block?
* How many validators have uptime below 100%?
* Give information about validator `VALIDEXIS`
* Give information about validator `celestiavaloper1tq8d2x7r6zk9h4y9jpa8e7qz7nrkv2u4cqj2fw`
* How many missed blocks exist across the network?
* Which validator has the most and least missed blocks?
* What are the top 15 validators by stake size?
* What are the top 10 validators by number of delegators?
* Which validator has the fewest delegators?
* What are the main reasons for validators missing blocks?
* How is validator uptime calculated?

***

#### 💰 Staking & Delegation

* How many delegators are there in the network?
* Who is the largest delegator?
* How many wallets have a balance greater than 1,000,000 TIA?
* How many wallets have a balance less than 1,000,000 TIA?
* List all wallets with a balance greater than 1,000,000 TIA
* Name the wallet with the largest delegation size
* Show the top 10 wallets with the highest balance
* Show the top 10 wallets with the largest delegation size
* Which validator received the largest single delegation?
* Provide the balance of wallet `celestia1fj7t9u3v4sq9y2x5lzk7n5qj2zhsr9a8y7rj5m`
* Provide the total amount of staked TIA

***

#### 🔍 Blockchain Information

* List all latest mainnet releases
* What is the current active network update?
* How many validators have uptime below 100%?
* Describe the Celestia blockchain in detail
* How many bridges are located on each continent?
* What metrics are shown in the OTEL file?
* Which metric is the key for bridge performance?

***

#### 📈 Market & Dynamics

* What is the current TIA price?
* What was the change in TIA price over the last 7 days?
* What is the trend in TIA price (up or down)?
* How did the number of delegators change over the last 7 days?

***

#### 🧩 Example Query Execution

* "Show the top 5 delegators for validator `celestiavaloper1q9x8w2r7lzp5y8s3tjh0p5u6vfjgq0s2xwj3sn` with a balance greater than 1,000,000 TIA"
* "Analyze bridge decentralization and identify concentration risks"
* "Provide actionable recommendations for improving bridge decentralization"


---

# 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/validexis-ai-terminal/example-analytical-queries.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.
