Hash Network Documentation
Website
  • About Hash Network
    • What is Provenance
    • Why Provenance Matters?
    • Why Hash Network Exists?
    • How Hash Network Solves These Problems?
  • Hash Netwok Provenance
    • Use Cases
      • Provenance For AI Agent Actions
      • Provenance In Camera
      • Provenance In Editing Tools
      • AI Generated Content
      • Other Use Cases
    • Provenance SDK
    • Provenance Contract
    • Provenance Schema
    • JSON Example
    • Verify SDK
    • Verify API
    • Architecture Overview
    • Supported Media Formats
    • Reputation System
    • Hash Verify - Chrome Extension
  • C2PA Standard
    • Overview
    • Manifest
    • Assertion
    • Action
    • Ingredient
    • Compatibility with Hash Network
  • Hash Network Playground
    • Provenance for AI generated Content
    • Register Content's Provenance Onchain
    • Verify provenance of content
  • Using Hash Network Chain
    • Network Information
    • Adding Network To Metamask
    • Contracts
    • Bridges
    • Block Explorer
    • Faucet
Powered by GitBook
On this page
  1. C2PA Standard

Assertion

An assertion is a claim or statement about the content, providing key details about actions or events in the asset’s lifecycle. Assertions allow creators and systems to document specific operations—such as content creation, editing, or distribution—making it possible to track the content's history transparently.

Example Assertion:

{
  "assertions": [
    {
      "label": "c2pa.actions.created",
      "data": {
        "action": "created",
        "softwareAgent": {
          "name": "content-creation-tool",
          "version": "1.0.1"
        },
        "parameters": {
          "height": 1024,
          "width": 1024
        }
      }
    }
  ]
}

Assertions are essential for documenting provenance, as they provide detailed information about every significant event in the content's lifecycle. By integrating the C2PA Standard, Hash Network ensures that assertions are cryptographically tied to the content and securely stored on the blockchain, enhancing transparency and trustworthiness.

PreviousManifestNextAction

Last updated 4 months ago