# Monitoring and Transparency

<figure><img src="/files/Dmg6nuspgGecC1GUyVhD" alt="Snapshot of the dashboard"><figcaption><p>Snapshot of the real-time dashboard</p></figcaption></figure>

AutoCap is designed to be fully observable throughout the entire lifecycle of a round. Monitoring is provided through a [**real-time dashboard**](https://filautocap.xyz/) that exposes both participant activity and provisional allocation outcomes as they evolve.

During all phases of a round (registration, contribution, and allocation) participants can use the dashboard to:

* View active, and completed rounds
* See the set of registered participants for each round
* Track finalized on-chain eligible FIL burns as Filecoin Pay settlements
* View expected DataCap allocations, updated continuously as new settlements occur
* Verify registration status and associated addresses

All contribution data displayed in the dashboard is derived directly from on-chain events. Every participant's address links directly to [Blockscout](https://filecoin.blockscout.com/), where FIL burns can be independently verified.

By exposing both inputs (settlement events and burns) and intermediate outputs (provisional allocations) in real time, AutoCap enables participants and third parties to independently audit round progress and reproduce final allocation outcomes.


---

# 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://lucas-documentation.gitbook.io/docs/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.
