> For the complete documentation index, see [llms.txt](https://sentinelagent.gitbook.io/sentinel-agent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sentinelagent.gitbook.io/sentinel-agent/getting-started/the-problem-the-blockchain-monitoring-gap.md).

# The Problem: The Blockchain Monitoring Gap

Current on-chain monitoring is fundamentally broken, forcing users into a poor choice between three inadequate options:

* **Manual & Reactive:** Constantly checking multiple dashboards, inevitably missing critical time-sensitive events.
* **Centralized & Expensive:** Paying for monthly subscriptions to bloated platforms where you only use a fraction of the features.
* **Complex & Technical:** Building, hosting, and maintaining custom monitoring scripts is a full-time job requiring significant technical expertise.

There is currently no simple, Web3-native solution for creating autonomous, persistent monitoring that pays for its own operational costs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://sentinelagent.gitbook.io/sentinel-agent/getting-started/the-problem-the-blockchain-monitoring-gap.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.
