# Autocap Docs

## filautocap-docs

- [Welcome to AutoCap](https://lucas-documentation.gitbook.io/docs/readme.md): An automatic DataCap allocator based on On-chain economic activity.
- [What is AutoCap?](https://lucas-documentation.gitbook.io/docs/what-is-autocap.md)
- [How AutoCap Works?](https://lucas-documentation.gitbook.io/docs/how-it-works.md)
- [1. Registration](https://lucas-documentation.gitbook.io/docs/phase-1-registration.md): Register your wallet address
- [2. Contribution and On-Chain Activity](https://lucas-documentation.gitbook.io/docs/phase-2-activity.md): Burn FIL Through Filecoin Pay
- [Examples of Eligible Contribution Paths](https://lucas-documentation.gitbook.io/docs/phase-2-activity/examples-of-eligible-contribution-paths.md)
- [3. Allocation and Distribution](https://lucas-documentation.gitbook.io/docs/phase-3-allocation.md)
- [Monitoring and Transparency](https://lucas-documentation.gitbook.io/docs/monitoring.md): Real-Time Dashboard
- [Who is Autocap For?](https://lucas-documentation.gitbook.io/docs/who-is-it-for.md)
- [Why FIL Burns?](https://lucas-documentation.gitbook.io/docs/why-fil-burns.md)
- [Why a Registration Fee?](https://lucas-documentation.gitbook.io/docs/why-a-registration-fee.md)
- [Usage in Practice](https://lucas-documentation.gitbook.io/docs/usage-in-practice.md)
- [Before the Round Starts](https://lucas-documentation.gitbook.io/docs/usage-in-practice/before-the-round-starts.md)
- [When the Round Opens: Registration Process](https://lucas-documentation.gitbook.io/docs/usage-in-practice/when-the-round-opens-registration-process.md)
- [During the Round](https://lucas-documentation.gitbook.io/docs/usage-in-practice/during-the-round.md)
- [After the Round Closes](https://lucas-documentation.gitbook.io/docs/usage-in-practice/after-the-round-closes.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://lucas-documentation.gitbook.io/docs/readme.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.
