Delivery vs. Payment
Traditional DvP takes T+1. On-chain atomic DvP takes one block. ZK-finality chains eliminate the settlement window entirely — payment and delivery execute in a single transaction with cryptographic proof of both legs. This is the developer reference for the infrastructure replacing T+1.
Journey Map
Every DvP transaction mapped through the STP 8-stage sequence. Gates accumulate before the state change at S6. Obligations radiate after. Hover any checkpoint to see the protocol, actor, and enforcement type.
The Problem
In traditional finance, delivery-versus-payment means the securities leg and the cash leg settle together — but "together" means within a one-business-day window via DTCC batch netting. That window creates counterparty risk, fails-to-deliver, margin requirements, and $2.1 trillion in daily settlement exposure. On-chain atomic DvP eliminates the window. Both legs execute in a single transaction — if either fails, both revert. No netting. No CSD. No T+1.
The Window
T+1 = 24 hours of counterparty risk
Between trade execution and settlement, either party can default. DTCC mitigates this with margin and netting, but the risk exists until final settlement. SEC moved from T+2 to T+1 in May 2024. On-chain atomic DvP moves to T+0.
The Separation
Cash and securities move on different rails
Fedwire/CHIPS for USD. DTC book-entry for securities. Two separate systems that must reconcile. Fails-to-deliver cost $74 billion in 2024. Atomic DvP unifies both legs in one transaction on one chain.
The Proof
ZK finality replaces optimistic trust
Base's V1 fork moves from optimistic proofs (7-day challenge window) to TEE/ZK proofs (instant finality). Arc uses Malachite BFT for sub-second finality. Faster finality is the mechanical prerequisite for atomic DvP.
| Dimension | Traditional (DTCC T+1) | Atomic DvP (On-Chain) |
|---|---|---|
| Settlement window | 1 business day | Same block (~2s) |
| Counterparty risk | 24 hours of exposure | Zero — atomic revert |
| Cash/security coupling | Separate systems (Fedwire + DTC) | Single transaction |
| Finality mechanism | Batch netting (end-of-day) | Cryptographic proof (ZK/BFT) |
| Fails-to-deliver | $74B/year (2024) | Impossible — both or neither |
| Intermediaries | NSCC, DTC, custodian banks | Smart contract + ZK proof |
| Audit trail | Reconciliation reports (days) | On-chain + regulatory view keys |
| KYC/AML enforcement | Pre-trade check by broker (policy-enforced) | On-chain gate (code-enforced) · zkKYC |
| Travel rule | SWIFT MT messages between banks | ZK proof of counterparty data · no PII on-chain |
| Post-trade reporting | Manual CAT/OATS filing (next day) | Obligation fires at settlement · regulatory view key |
| Compliance enforcement model | Policy-enforced (depends on intermediaries) | Code-enforced (cannot be bypassed) |
Sources: DTCC — T+1 Settlement Transition · Base — V1 Roadmap · Fortune — Zero/LayerZero
Stack Diagram
Build LLC section-cut comparison of DvP settlement infrastructure across Base L2 (Coinbase), Arc L1 (Circle), and traditional T+1 (DTCC). Solid borders mean code-enforced — the mechanism cannot be bypassed. Dashed borders mean policy-enforced — compliance depends on an external actor. Notice how traditional T+1 is almost entirely policy-enforced.
Read the borders — Solid = code-enforced (cannot be bypassed). Dashed = policy-enforced (depends on external actor). The T+1 column is almost entirely dashed. Base and Arc are almost entirely solid. This is the compliance-depth argument: atomic DvP doesn't just settle faster — it shifts enforcement from trust to cryptographic proof.
Proof of Concept
Each POC demonstrates atomic DvP on a different chain with a different buyer signal. Base (Coinbase) uses x402 + conditional escrow. Arc (Circle) uses CCTP bridge + confidential transfers. Catena uses ACK-Pay agent credentials + zkKYC. Click through the settlement sequence and inspect the implementation.
Conditional micropayment triggers asset delivery in one block
Reading the shapes — Each step uses the Two-Model System's compliance encoding. Hexagons are gates (pre-conditions that block if they fail). Circles are monitors (concurrent observation). Diamonds are obligations (post-settlement reporting). Filled shapes = code-enforced. Hollow/dashed = policy-enforced. Colors map to compliance domains: blue = Identity, purple = Discovery, amber = Reserves, teal = Transfer, orange = Execution, green = Token, rose = Reporting.
Compliance Architecture
Atomic DvP isn't just faster settlement — it's a compliance upgrade. Traditional post-trade compliance is policy-enforced: it depends on intermediaries acting correctly. On-chain atomic DvP is code-enforced: compliance gates execute in the same transaction as settlement. The table below maps each compliance domain to the specific regulation it satisfies and the enforcement mechanism.
| Domain | Regulation | Traditional Enforcement | Atomic DvP Enforcement | Checkpoint |
|---|---|---|---|---|
| Identity (T6) | GENIUS Act §4(a)(1) · BSA/AML · MiCA Art. 68 | Broker KYC (policy) | zkKYC gate — code-enforced, ZK proof, no PII on-chain | ⬢ Gate |
| Discovery (T4) | FATF Travel Rule · FinCEN §1010.410 | SWIFT MT103 between banks (policy) | ZK travel rule — counterparty data proven without revealing | ⬢ Gate |
| Reserves (T2) | GENIUS Act §4(a)(2) · SEC Rule 15c3-3 | End-of-day reserve calculation (policy) | On-chain escrow — reserves verified in real-time, code-enforced | ⬢ Gate |
| Transfer (T5) | UCC Article 8 · GENIUS Act §5 | DTC book-entry between custodians (policy) | Atomic token transfer — single tx, code-enforced | ● Monitor |
| Execution (T3) | SEC Rule 15c6-1 (T+1) · MiCA Art. 60 | Batch netting, end-of-day (policy) | Atomic swap — both legs in one tx, code-enforced, T+0 | ⬢ Gate |
| Token (T1) | CPMI-IOSCO PFMI Principle 8 (settlement finality) | Depository confirmation (hours/days) | ZK/BFT finality proof — cryptographic, instant, code-enforced | ● Monitor |
| Reporting (T7) | GENIUS Act §4(a)(3) · CAT/OATS · MiCA Art. 72 | Next-day filing to FINRA/SEC (policy) | Obligation fires at settlement — regulatory view key, async | ◇ Obligation |
Code-enforced vs. policy-enforced — This is the core distinction the Two-Model System makes visible. On the Stack Diagram above, solid borders mean code-enforced (the mechanism cannot be bypassed). Dashed borders mean policy-enforced (compliance depends on an external actor). Traditional T+1 settlement is almost entirely policy-enforced. Atomic DvP shifts the enforcement model from trust to proof. See StablecoinAtlas for the full compliance checkpoint taxonomy.
Institutional Signals
| Entity | Initiative | DVP Relevance | Status |
|---|---|---|---|
| Coinbase | Base V1 Hard Fork — TEE/ZK proofs | Instant finality enables atomic DvP on Base. x402 native. | HARD FORK |
| Circle | Arc L1 + CPN (Circle Payments Network) | Sub-second Malachite BFT. Confidential transfers + regulatory view keys. | 2026 MAINNET |
| Catena Labs | ACK-Pay + ACK-ID agent protocol | Agent-initiated DvP with zkKYC. Delegation chains for autonomous settlement. | SDK BETA |
| LayerZero / Zero | DTCC + ICE + Citadel Securities consortium | 2M TPS ZKP chain. Securities settlement at exchange speed. | FALL 2026 |
| DTCC | DTC Tokenization (Canton Network + ZK) | 1.4M securities in custody. Tokenized equities, Treasuries, ETFs. | H2 2026 |
| zkSync | Prividium — 5 US regional banks | Tokenized deposit networks. ZK-rollup with institutional privacy. | PRODUCTION |
Sources: Base V1 · Fortune — Zero · Phemex — Prividium
The Vocabulary Arc
Zero-knowledge proofs enable cryptographic settlement finality. Faster finality enables atomic delivery-versus-payment. This site sits at the end of a three-property vertical that maps the full infrastructure stack from privacy primitive to institutional settlement.
StableZKP
Zero-knowledge proofs
The cryptographic primitive. Private stablecoins, zkKYC, proof systems, quantum readiness. How proofs work and why they matter.
AtomicDVP
Delivery vs. payment settlement
This site. Where ZK finality meets institutional settlement infrastructure. The vocabulary TradFi already understands.
You are hereStableL1
Settlement chain architecture
Chain-by-chain stack diagrams showing where compliance embeds. Arc, Base, Tempo, Pharos, Ethereum, Solana, TRON.
This Site
AtomicDVP.com speaks TradFi — DvP, settlement finality, fails-to-deliver, netting risk. The content maps to developer infrastructure on ZK-finality chains. The site runs on Cloudflare Pages with post-quantum encrypted transport (ML-KEM).
The network
AtomicDVP maps settlement infrastructure. The Atlas maps everything else — compliance, identity, protocols, cryptographic readiness.
StablecoinAtlas
The cartography of compliance. Geographic jurisdiction maps and compliance checkpoint architecture.
Stable402
Agentic commerce protocols. x402, ACP, ACK — live implementations on Cloudflare Workers.
StableZKP
Zero-knowledge proof infrastructure. Private stablecoins, zkKYC, institutional settlement, quantum readiness.
StableKYA
Know Your Agent. Credential architecture and delegation chains for AI agents on payment rails.
StableL1
Settlement chain analysis. Stack diagrams for Arc, Base, Tempo, Pharos, Ethereum, Solana, TRON.
AtomicDVP
This site. Atomic delivery-versus-payment settlement infrastructure for ZK-finality chains.