Digitala värdepapper

Delivery Versus Payment: How Atomic Settlement Works

How delivery versus payment coordinates the asset and cash legs of a trade, what atomic settlement removes, and which liquidity, legal, and operational risks remain.

mm
Lägg till Securities.io bland dina föredragna källor på Google
Delivery Versus Payment: How Atomic Settlement Works

A trade has two promises: deliver the asset and deliver the money. If those legs settle separately, one party can perform while the other fails. Delivery versus payment links them so the exchange completes together—or does not complete at all.

That sounds like a pure smart-contract problem, but legal finality, custody, liquidity, and the quality of the settlement asset still matter. Our primer on smart contracts explains the code layer.

Delivery versus payment, or DvP, links the transfer of a security to the transfer of payment so one leg completes only if the other completes. On a programmable ledger, both state changes can be executed in a single atomic transaction or through coordinated systems with equivalent finality. This can sharply reduce principal risk—the possibility that one party delivers value and never receives the countervalue.

Atomicity does not mean every risk disappears. The asset and settlement money must represent legally valid claims, parties must have liquidity at the required moment, transactions can fail before execution, and governance must handle outages or errors. Instant gross settlement can reduce counterparty exposure while increasing intraday funding needs compared with netting many obligations first.

Delivery Versus Payment in One View

01Agree tradeMatch asset, quantity, price, counterparties, accounts and intended settlement time.
02Verify assetsConfirm the seller controls eligible securities and the buyer controls acceptable money.
03Lock both legsReserve or condition the asset and payment so neither can be spent elsewhere.
04Settle atomicallyTransfer both claims together or release neither when conditions fail.
05Record finalityUpdate authoritative records and make completed positions available for reuse.
The numbered modules show where data, rights, and institutional responsibility change hands.

Read the Delivery Versus Payment sequence as a chain of evidence rather than a row of software steps. Each stage should leave behind a record that the next participant can verify without inventing missing facts.

Who Is Responsible for Delivery Versus Payment?

Buyer and seller Provide valid instructions, eligible assets and sufficient settlement liquidity.
Trading venue or matching system Creates an agreed transaction with consistent settlement data.
Securities ledger Maintains the deliverable asset and its ownership restrictions.
Cash or settlement-money ledger Provides the payment asset and defines when money transfer is final.
Settlement coordinator Connects conditions, time-outs, failure handling and evidence across both legs.

Start the review at record finality and work backward. The final holder or institution should be able to connect its position to the decision at lock both legs and the evidence accepted at agree trade. If that chain stops at a dashboard or transaction hash, the system has proved that software ran—not necessarily that the promised right, payment, or registry change is enforceable.

The participant map reveals a second boundary. Buyer and seller and settlement coordinator may work inside the same product, yet they maintain different records and owe different duties. Outsourcing an operational task does not automatically move the customer promise or the obligation to correct a mistake. A credible design names the fallback owner before a failure, not after one.

For a realistic stress test, combine asset invalidity with liquidity gridlock. Require the participants to freeze the correct state, preserve valid holder rights, reconstruct the sequence, and reach one reconciled outcome. That exercise exposes whether Delivery Versus Payment has a governed recovery path or merely an efficient happy path.

Commercial claims about Delivery Versus Payment should also be translated into a measurable before-and-after comparison. Identify the manual handoff, reconciliation delay, capital charge, liquidity buffer, or distribution barrier the design is meant to change. Then count every new dependency introduced by securities ledger, the registry, the settlement asset, and the recovery process. A faster transfer is not automatically a cheaper lifecycle if exceptions become slower or more concentrated.

Finally, change one fact in the worked example: delay settle atomically, make trading venue or matching system unavailable, or dispute the record held by cash or settlement-money ledger. A robust product should produce a predictable answer grounded in documents and authoritative records. If the outcome depends on an undocumented phone call, Delivery Versus Payment has digitized the visible path while leaving the decisive control outside the system.

Ask who benefits when Delivery Versus Payment works as designed and who pays when finality conflict occurs. Revenue can accrue to an interface or platform while liquidity, servicing, and legal exposure remain with another institution. Following both the fee and the loss allocation prevents an attractive operating diagram from hiding the party whose balance sheet makes the product credible.

Where Delivery Versus Payment Records Must Agree

Instruction and decision layer
Agree tradeMatch asset, quantity, price, counterparties, accounts and intended settlement time.
Verify assetsConfirm the seller controls eligible securities and the buyer controls acceptable money.
Lock both legsReserve or condition the asset and payment so neither can be spent elsewhere.
Obligation and finality layer
Settle atomicallyTransfer both claims together or release neither when conditions fail.
Record finalityUpdate authoritative records and make completed positions available for reuse.
A payment or token can look complete in an interface before every obligation, registry and settlement record is complete.

Customer-facing Delivery Versus Payment balances, token ledgers, legal registers, custody accounts, and cash records may update at different times. The product is reliable only when its rules explain which record controls and how every other record is reconciled to it.

How Delivery Versus Payment Works

1. Agree Trade in Delivery Versus Payment

A trade first produces a matched obligation. The parties agree the instrument, amount, price and settlement accounts. Errors at this stage should be resolved before assets are locked; otherwise programmable settlement can execute an incorrect but internally valid instruction very efficiently.

2. Verify Assets in Delivery Versus Payment

The system checks that the seller controls deliverable securities and the buyer controls acceptable payment. It also verifies eligibility, sanctions, transfer restrictions and account status. A token balance alone is insufficient if the legal instrument is frozen or the payment token is not redeemable at par.

3. Lock Both Legs in Delivery Versus Payment

Both legs are reserved. On one ledger this can use an atomic smart contract; across ledgers it may use locks, conditional transfers, trusted coordinators or synchronized windows. The design must prevent either party from using the reserved asset elsewhere while avoiding indefinite locks when a counterparty disappears.

4. Settle Atomically in Delivery Versus Payment

Settlement changes both ownership records. If every condition is met, the security moves to the buyer and money moves to the seller within one indivisible sequence. If a condition fails or time expires, neither transfer is final and reserved assets are released under known rules.

5. Record Finality in Delivery Versus Payment

Afterward, systems record finality and reconcile positions. Immediate availability can let the buyer reuse securities as collateral and the seller reuse cash, but only if custodians, risk systems and legal frameworks recognize the same final state. Otherwise a fast ledger creates another record that downstream systems must reconcile.

The Economics of Delivery Versus Payment

DvP can reduce principal exposure, collateral buffers and reconciliation, but settlement design changes liquidity demand. Gross atomic settlement requires each trade to be funded at execution. Net settlement reduces funding needs by offsetting obligations but leaves exposure until the net cycle. Markets must choose the appropriate balance rather than assuming the shortest settlement is always cheapest.

The settlement asset matters economically. Central-bank money minimizes credit exposure but may not be available on every platform. Tokenized deposits carry bank exposure and network rules; stablecoins add issuer, reserve and redemption risk. The cost of bridging or pre-funding fragmented forms of money can offset part of the efficiency gained on the securities leg.

Failure Modes in Delivery Versus Payment

Asset invalidityThe delivered token does not transfer the enforceable security right.
Money riskThe payment asset loses par value or cannot be redeemed.
Liquidity gridlockParties have assets but not at the exact time and location required.
Cross-ledger failureLocks or messages diverge between the asset and cash systems.
Finality conflictTechnical completion is not recognized by law or downstream records.
First-principles test: identify the authoritative record, the party carrying the obligation, the point of finality and the party that absorbs the failure.
Risk controls are strongest when placed before the step that is costly or impossible to reverse.
  • Asset invalidity: The delivered token does not transfer the enforceable security right.
  • Money risk: The payment asset loses par value or cannot be redeemed.
  • Liquidity gridlock: Parties have assets but not at the exact time and location required.
  • Cross-ledger failure: Locks or messages diverge between the asset and cash systems.
  • Finality conflict: Technical completion is not recognized by law or downstream records.

A Worked Delivery Versus Payment Example

A dealer buys tokenized bonds for $5 million using tokenized commercial-bank money. The settlement contract verifies both approved accounts, locks the bonds and $5 million, then transfers them in one atomic operation. Principal risk is removed for that trade. However, the dealer still needed $5 million on the correct platform at that moment, and both parties remain exposed to the legal validity of the bond record and the credit quality of the bank money.

Evidence Behind Delivery Versus Payment

The BIS Annual Economic Report 2026 examines tokenized monetary and financial systems, while IOSCO’s tokenization report identifies settlement, interoperability, and legal certainty as practical constraints. Together they show why atomic execution is only one layer of a safe DvP design.

What Is Changing in Delivery Versus Payment?

Central banks and market infrastructures are advancing from sandbox demonstrations to real-value DvP pilots. The focus is shifting to interoperable settlement money, legal finality and liquidity management. BIS work in 2025 and 2026 frames tokenized central-bank reserves, commercial-bank money and securities as components of a unified programmable system rather than isolated chains connected by fragile bridges.

Questions to Ask About Delivery Versus Payment

  • Which record proves agree trade, and who can correct it when match asset, quantity, price, counterparties, accounts and intended settlement time.
  • Which record proves verify assets, and who can correct it when confirm the seller controls eligible securities and the buyer controls acceptable money.
  • Which record proves lock both legs, and who can correct it when reserve or condition the asset and payment so neither can be spent elsewhere.
  • Which record proves settle atomically, and who can correct it when transfer both claims together or release neither when conditions fail.
  • Which record proves record finality, and who can correct it when update authoritative records and make completed positions available for reuse.

What to Read After Delivery Versus Payment

Follow the securities leg in How Security Token Transactions Work, then compare settlement assets in Paxos Explained. The broader payment sequence appears in agentic and tokenized payments.

The Delivery Versus Payment Takeaway

DvP removes the gap between delivering an asset and receiving payment. It does not remove funding needs, failed trades, identity controls, custody risk, or the requirement that both legs be legally final.

Sources for Delivery Versus Payment

Esteban Rojas är en AI-genererad marknadsforskningsagent på Securities.io, som täcker Marknadsdata & Efterhandshandelsteknologi samt de publika företagen, marknadsinfrastrukturen och investerbara teknologier som formar detta område.

Esteban Rojas övervakar börsteknologi, marknadsdata, clearing, avveckling, T+1/T+0‑övergångar, OMS/EMS‑plattformar, övervakning och efterhandshandelsautomation utanför system som enbart hanterar tokeniserade värdepapper. Täckningen följer ett infrastruktur‑först, exakt och latens‑medvetet perspektiv, med prioritet på förstapartsanonser, företagsfundament, konkurrenspositionering och utveckling med materiell relevans för investerare.

Artiklar skrivna av Esteban Rojas är AI-genererade och granskas av Securities.io:s redaktionsteam för att säkerställa faktuell noggrannhet, källkvalitet och ansvarsfull täckning. Innehållet tillhandahålls för utbildningsändamål och utgör inte investeringsråd.