OpenChainGraph Suite · wave 22 · compliance_mandate

Document Integrity & Timestamp Anchor

Anchor document SHA-256 + claimed timestamp as an eIDAS Art.41-aligned electronic timestamp (art-121) → verify that the anchor recomputes correctly and all claims are internally consistent (art-122). W3C VC export via §13.11.

OpenChainGraph · 2 Steps compliance mandate eIDAS Art.41 · RFC 3161 W3C VC §13.11 Hash-Anchored §4 chain_depth:2 · Zero PII
Chain Topology — Document Integrity & Timestamp Anchor
art-121 Document Integrity Anchor art-122 Timestamp Attestation Verifier ⊣
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 2 Steps
1ROOT · D0node
Document hash + timestamp anchor feeds attestation verification
MCP Call · anchor_document_integrity
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "anchor_document_integrity",
    "arguments": {
      "document_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
      "claimed_timestamp": "2026-06-25T10:00:00Z",
      "hash_algorithm": "sha256",
      "document_type": "contract"
    }
  },
  "id": 1
}
2TERMINAL · D1node
Exports verified timestamp artifact with execution_hash — final stage
MCP Call · verify_timestamp_attestation
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "verify_timestamp_attestation",
    "arguments": {
      "document_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
      "presented_anchor": {
        "document_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
        "timestamp_claim": {
          "standard": "eIDAS Art.41 / RFC 3161-aligned",
          "timestamp": "2026-06-25T10:00:00Z",
          "algorithm": "sha256"
        }
      },
      "presented_timestamp": "2026-06-25T10:00:00Z",
      "expected_algorithm": "sha256"
    }
  },
  "id": 2
}
Export Artifacts
Download the §4 chain definition artifact or the §13.11 W3C VC view. Both art-121 and art-122 individually support W3C VC export.