> For the complete documentation index, see [llms.txt](https://lucas-documentation.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lucas-documentation.gitbook.io/docs/phase-2-activity/examples-of-eligible-contribution-paths.md).

# Examples of Eligible Contribution Paths

AutoCap is **agnostic to how Filecoin Pay payment rails are used**, provided that their settlement results in **eligible FIL burns** that meet the contribution criteria defined in the previous page.

The following are **non-exhaustive examples** of workflows that may generate eligible contributions:

* **Providing storage services via** [**Filecoin Pay**](https://pay.filecoin.cloud/) **and settling payment rails** denominated in FIL, resulting in FIL burns&#x20;
* **Storing data through PDP-based storage flows** that rely on Filecoin Pay settlement in FIL, e.g. [https://pdp.vxb.ai/calibration ](https://pdp.vxb.ai/calibration)
* **Storing data via DDO-style workflows on testnet**, where Filecoin Pay is used as the settlement layer e.g. <https://github.com/Eastore-project/ddo-client>
* **Service provisioning workflows** that use Filecoin Pay as a programmable payment and settlement mechanism

In all cases, AutoCap measures **only the burned FIL outcome** of settlement events.\
The underlying service type, counterparty, deal structure, or associated metadata are **not** considered in contribution accounting.


---

# 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://lucas-documentation.gitbook.io/docs/phase-2-activity/examples-of-eligible-contribution-paths.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.
