# On-Chain Analytics Hub

The On-Chain Analytics Hub offers advanced tooling for deep blockchain data exploration:

* **Transaction Explorer:** Filterable, paginated views of user and contract transactions across supported networks.
* **Smart Contract Metrics:** Gas usage, call frequency, and success/failure statistics for each Vantix AI smart contract module.
* **Custom Query Interface:** SQL-like query builder for ad-hoc analytics against historical blockchain data, powered by a data warehouse integration (e.g., ClickHouse).

These analytics tools empower power users and developers to audit system behavior, backtest strategies on historical data, and derive custom insights beyond standard dashboard views.


---

# 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://vantix-ai-docs.gitbook.io/vantix-ai/core-features/on-chain-analytics-hub.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.
