# 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: 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://openledger.gitbook.io/openledger/datanets-and-proof-of-attribution/proof-of-attribution.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.
