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

Ingredient

An ingredient represents a source component or asset that contributes to the creation or modification of content. Ingredients are critical for understanding the dependencies and origins of complex digital assets, such as those created from multiple sources.

Example Ingredient:

{
  "actions": [
    {
      "action": "c2pa.created",
      "timestamp": "2024-12-28T10:00:00Z",
      "softwareAgent": {
        "name": "AI_Generator_v2",
        "version": "3.1.0"
      },
      "parameters": {
        "prompt": "Generate an image of a dog",
        "num_steps": 50,
        "model": "StableDiffusion_v4"
      }
    }
  ]
}

Ingredients offer a granular view of how content is built or modified. Hash Network stores ingredient data on-chain, enabling users to verify the origins and dependencies of content with complete transparency and security.

PreviousActionNextCompatibility with Hash Network

Last updated 4 months ago