> For the complete documentation index, see [llms.txt](https://openledger.gitbook.io/openledger/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openledger.gitbook.io/openledger/datanets-and-proof-of-attribution/proof-of-attribution.md).

# Proof of Attribution

[View Paper](https://www.openledger.xyz/api/pdf-proxy)

Proof of Attribution is a cryptographic mechanism that ensures data contributions are transparently linked to AI model outputs. This system maintains an immutable record of contributions, ensuring that contributors receive proper credit and rewards based on the impact of their data.

Proof of Attribution enables,

* **Verifiable Data Contributions:** Ensures that every data point used in AI models can be traced back to its contributor.
* **Immutable Record Keeping:** Data contributions are permanently recorded on-chain, preventing unauthorised modifications.
* **Reward Mechanisms:** Contributors receive incentives based on the significance of their data for each inference.
* **Transparency and Trust:** Ensures that AI-generated outputs are backed by verifiable data sources, reducing misinformation.

### Importance of Proof of Attribution

As AI models evolve, ensuring proper attribution of data contributions is essential for:

* **Tracking Data Influence:** Monitoring how individual training data points affect model behavior.
* **Contributor Rewards:** Distributing incentives based on the impact of contributed data.
* **Bias and Misinformation Reduction:** Penalizing low-quality or adversarial data contributions.
* **Verifiable Attribution:** Establishing a cryptographically secure and immutable ledger of contributions.


---

# 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, and the optional `goal` query parameter:

```
GET https://openledger.gitbook.io/openledger/datanets-and-proof-of-attribution/proof-of-attribution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
