OpenChainGraph Suite · Agent Identity & Delegation

Agent Identity & Delegation Chain Verifier

Verifies the two most-cited emerging agent-identity primitives in sequence: a did:webvh DID log's hash-chain and update-key authorization, then an ACDC credential chain's SAID integrity and issuer-to-issuee edge linkage back to a stated root AID. Verify-only across both steps; neither tool operates witness/registry infrastructure.

OpenChainGraph · 2 Steps compliance mandate Hash-Anchored §4 chain_depth:2 Client-Side · Zero PII · Verify-Only
Chain Topology: Agent Identity & Delegation Chain Verifier
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 2 Steps
1 ROOT node
did:webvh DID Log Verifier art-284-did-webvh-log-verifier
did, current_version_id, and deactivated status establish which controller AID is currently authoritative before the delegation chain below is evaluated
MCP Call · verify_did_webvh_log
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "verify_did_webvh_log",
    "arguments": {}
  },
  "id": 1
}
2 TERMINAL node
ACDC Delegation Chain Verifier art-285-acdc-delegation-chain-verifier
chain_depth, root_aid_matched, and said_failures/edge_failures form the final delegation-authority determination for the agent named in the leaf credential
MCP Call · verify_acdc_delegation_chain
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "verify_acdc_delegation_chain",
    "arguments": {}
  },
  "id": 1
}
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.