OpenChainGraph Suite · Financial Crime & KYC

IDV/KYC Session Evidence Chain

Run a structural C2PA provenance check on an identity-verification capture, then bind the same verdict into a hash-chained IDV/KYC session receipt that binds capture-chain digest, injection, liveness, document, and device verdicts into one tamper-evident record. Every field is labeled asserted: the chain attests the session record as declared, never detection quality or subject genuineness. Zero PII by construction, client-side only.

OpenChainGraph · 2 Steps compliance control Hash-Anchored §4 chain_depth:2 Client-Side · Zero PII
Chain Topology - Camera-Provenance Check → IDV/KYC Session Evidence Receipt Builder
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 2 Steps
1 ROOT node
Camera-Provenance Check art-361-camera-provenance-check
C2PA manifest structural verdict and digitalSourceType/trainedAlgorithmicMedia flag feed the session receipt builder's capture-chain field
MCP Call · check_camera_provenance
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "check_camera_provenance",
    "arguments": {}
  },
  "id": 1
}
2 TERMINAL node
IDV/KYC Session Evidence Receipt Builder art-359-idv-session-receipt-builder
Hash-chained IDV/KYC session receipt -- final stage, binding capture-chain digest with injection/liveness/document/device verdicts
MCP Call · build_idv_session_receipt
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "build_idv_session_receipt",
    "arguments": {}
  },
  "id": 1
}
Scope Fence · What This Chain Does Not Prove
Every verifier-sourced field in the receipt is labeled asserted. This chain attests that a session record was declared with these values -- it never attests detection quality, liveness-model accuracy, or subject genuineness. The camera-provenance check is structural only (manifest well-formedness, hard-binding hash, signature reference); it makes no trust-list or chain-of-trust claim. Consumes only digests, booleans, and scores; rejects any raw-data-shaped input (images, biometric templates) before compute proceeds. See the IDV/KYC session evidence guide for the full fence and injection-attack context.
Export Artifacts
Download the §4 chain definition artifact (hash-anchored composite JSON) or the §13.11 W3C Verifiable Credentials view. Both derive from the chain definition; no new hash is minted. Available after hash computation.