PROVENANCE / FIELD GUIDE 05

Keep the proof in perspective.

Separate integrity, signing identity, and timestamp evidence. A verified version is not the same as a verified claim.

Explore the guide ↓

Content provenance is evidence about where content came from and how it has been handled or changed. In a blockchain CMS, a ledger may contribute to that record by preserving a commitment or authorization event. It does not transform a publication into a self-proving statement of fact.

The most useful starting point is to ask what an independent reader should be able to establish. A copy matching an approved release is one question. The identity of a signer, the existence of a file before a certain point, and the truth of the article are different questions with different evidence requirements.

Three evidence types, three meanings

A hash helps compare a defined sequence of bytes with a reference. A digital signature associates a statement with a key under a chosen verification scheme. A timestamp proof contributes evidence about when a commitment existed. Combine them only when the resulting claim is understandable and useful.

OpenTimestamps describes a workflow for creating and independently verifying timestamp proofs. Keep the original material and proof together, and distinguish a pending request from evidence that can actually be checked. A timestamp is not automatically an exact authoring date or the moment a file became publicly accessible.

Define the representation

Choose whether the record covers article source, rendered HTML, an attachment, or an entire release directory. Equivalent-looking content can have different bytes after export or formatting changes. Define the encoding, serialization, included assets, and relevant build settings before calculating a commitment.

A manifest can explain the release boundary and list its components. Retain it with the preserved material so another operator can understand what is being tested. Verification is less useful when its scope lives only in the memory of the original developer.

Provenance does not establish truth

The C2PA explainer makes an important distinction between provenance evidence and whether content is true, accurate, or factual. It also explains that Content Credentials do not require blockchain technology. Evaluate provenance standards and ledger-based mechanisms according to the evidence you need, rather than treating them as synonyms.

A false report can still have a valid signature and timestamp. Rights, consent, factual accuracy, and editorial responsibility require separate processes. Use precise interface labels such as “matches the recorded release,” not broad claims such as “verified truth.”

Keep corrections connected

When content changes, preserve a new approved release and explain how it relates to the earlier one. A current-version index can recommend the corrected edition while an archive preserves relevant history. Do not expect a proof for the original file to verify a modified file simply because the public URL is unchanged.

Keep withdrawal and supersession statuses understandable. Avoid publishing sensitive details again while explaining a correction. The publishing use cases show why a newsroom, a community knowledge base, and a public archive may need different release boundaries.

Design for independent checking

A useful evidence package contains the material, manifest, proof, and verification instructions. Include enough information to interpret signing authority where signatures are used. Test the package with someone who does not have access to your accounts or internal dashboard.

Distinguish missing content, a digest mismatch, incomplete evidence, and a successful verification result. Also state what the test cannot establish. Continue with the full timestamping article for a practical model of preserving both evidence and its meaning.

RELATED READING

Keep exploring.