> For the complete documentation index, see [llms.txt](https://academy.autonomys.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.autonomys.xyz/additional-learning/ai-agentics/provenance-in-a-generative-world-cai-c2pa.md).

# Provenance in a Generative World

## The Rise of Fakes

The rising tide of AI-generated content poses an existential threat to the integrity and authenticity of digital information. As AI becomes more sophisticated and accessible, the ability to mass-produce convincing yet entirely artificial content has the potential to erode public trust and disrupt industries reliant on genuine content creation.

Establishing **provenance** - the record or documentation of where something originated and how it has been handled or modified over time - is crucial to combating this threat.

### Organizations

Organizations like the Content Authenticity Initiative (CAI) and the Coalition for Content Provenance and Authenticity (C2PA) are at the vanguard of combating this crisis.

* [**Coalition for Content Provenance and Authenticity (C2PA)**](https://c2pa.org/)**:** C2PA is a joint project involving media and tech companies working on open standards to certify the source and history of online content.
* [**Content Authenticity Initiative (CAI)**](https://contentauthenticity.org/)**:** The CAI is an Adobe-led project developing technology to provide provenance for digital media.

Google, Meta, OpenAI have all pledged to implemented C2PA. Yet, in their most recent [creator credentials call](https://www.linkedin.com/events/contentauthenticityinitiative-t7151727657322221570/), the C2PA core contributors confirmed that detecting generated content is a losing battle. Essentially, the cutting edge thinkers in the space have accepted that there is no good way to determine an image's provenance from the image data alone. Instead, there is a consensus that the war will be won by *adding* provenance data in a secure way.

This is where Auto ID comes into play…


---

# 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://academy.autonomys.xyz/additional-learning/ai-agentics/provenance-in-a-generative-world-cai-c2pa.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.
