OpenChainGraph Suite · CONTRACT A3 · arch #5

Cross-Network Atomic DvP/PvP Settlement

W-A. Cross-network atomicity + finality-compatibility + settlement-risk window (ART-58) -> asset-leg DvP atomicity (507) -> FX-leg PvP (511). The flagship Wave-13 decision chain: is this tokenized settlement all-or-nothing across the cash network and the asset network?

OpenChainGraph · 3 Steps settlement mandate Hash-Anchored §4 chain_depth:3 Client-Side · Zero PII
Chain Topology — Cross-Network Atomic Settlement Validator → Canton DvP Atomicity Validator → Multi-Currency PvP Validator
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1 ROOT · D0 node
Cross-Network Atomic Settlement Validator art-58-cross-network-settlement-validator
atomicity_verdict and settlement_risk_window (H1) feed the DvP validator
MCP Call · validate_cross_network_settlement
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_cross_network_settlement",
    "arguments": {}
  },
  "id": 1
}
2 D2 node
Canton DvP Atomicity Validator 507-canton-dvp-atomicity-validator
asset-leg atomicity (H2) feeds the PvP validator
MCP Call · validate_canton_dvp_atomicity
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_canton_dvp_atomicity",
    "arguments": {}
  },
  "id": 1
}
3 TERMINAL · D3 node
Multi-Currency PvP Validator 511-multi-currency-pvp-validator
Exports composite cross-network settlement artifact with execution_hash (H3) -- final stage
MCP Call · validate_pvp_settlement
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_pvp_settlement",
    "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.