OpenChainGraph Suite · CONTRACT A3 · arch #5

Tokenized Deposit / Deposit-Token Compliance

W-B. Deposit-token classification, at-par redemption and holder-eligibility tests (ART-57) -> instrument/regime classification (510) -> Merkle integrity over the issuance/redemption set (cry-04). Distinguishes a redeemable bank-liability deposit token (JPMD/RLN) from a reserve-backed stablecoin or e-money token.

OpenChainGraph · 3 Steps cryptographic mandate Hash-Anchored §4 chain_depth:3 Client-Side · Zero PII
Chain Topology — Deposit-Token Compliance Validator → Digital Asset Regulatory Classifier → Merkle Batch Verifier
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1 ROOT · D0 node
Deposit-Token Compliance Validator art-57-deposit-token-compliance-validator
token_class and classification_grade (H1) feed the classifier
MCP Call · validate_deposit_token_compliance
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_deposit_token_compliance",
    "arguments": {}
  },
  "id": 1
}
2 D2 node
Digital Asset Regulatory Classifier 510-digital-asset-regulatory-classifier
regime classification (H2) feeds the integrity verifier
MCP Call · classify_digital_asset_regulatory
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "classify_digital_asset_regulatory",
    "arguments": {}
  },
  "id": 1
}
3 TERMINAL · D3 node
Merkle Batch Verifier cry-04-merkle-batch-verifier
Exports composite deposit-token artifact with execution_hash (H3) -- final stage
MCP Call · verify_merkle_batch
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "verify_merkle_batch",
    "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.