Technology

Atomic Settlement With Delivery-Versus-Payment on Distributed Ledgers

|Posted by Hitul Mistry / 31 Aug 26

Making Both Legs Move Together, or Neither Move at All

Delivery-versus-payment is not a new idea and atomic settlement is not a new objective. Securities settlement systems have managed principal risk for decades by ensuring that delivery and payment either both happen or neither does. What distributed ledger technology changes is the mechanism, the timing, and crucially the range of things that can be settled against each other.

That makes the engineering question narrower and more interesting than the usual framing suggests. Designing atomic settlement DvP DLT systems is mostly about two decisions: what the cash leg is, and what happens when something fails halfway. The distributed ledger part is the easier half.

What problem does atomic settlement actually solve?

Principal risk, meaning the exposure created when one party performs and the other does not.

In a non-simultaneous exchange, one side delivers securities and waits for cash, or pays and waits for delivery. In between, the full value is at risk. Existing infrastructure addresses this through central securities depositories and settlement systems that coordinate both legs, which is why the CPMI-IOSCO Principles for financial market infrastructures, published in April 2012, apply to central securities depositories and securities settlement systems alongside payment systems, central counterparties, and trade repositories. Tokenisation offers a different route to the same objective, potentially with a shorter cycle and a wider set of assets.

What does atomicity add over existing DvP?

Composability and timing, rather than a fundamentally new guarantee.

The material gains are that settlement can occur continuously rather than in cycles, that assets not currently served by an efficient depositary can participate, and that settlement can be composed with other actions in one transaction, such as a repo leg or a collateral substitution. Be precise about which of those benefits you are pursuing, because a programme justified as removing principal risk is solving a problem existing infrastructure already handles for mainstream instruments.

Which specific benefit is your tokenisation programme pursuing: timing, asset coverage, or composability?

Talk to Digiqt about atomic settlement design objectives

What are the architectural options?

Four, with a clear trade-off between coordination complexity and platform reach.

OptionHow it worksStrengthWeakness
Single ledger, both legsCash and asset tokens on one platform, one transactionSimplest atomicity, no protocol neededRequires both on the same platform
Cross-ledger with hash-locked contractsConditional locks with a shared secret and timeoutsWorks across platformsTimeout risk, liquidity locked, complexity
Cross-ledger with a trusted coordinatorA coordinating party sequences both legsSimpler than cryptographic protocolsReintroduces a trusted intermediary
Hybrid with existing payment systemAsset leg on ledger, cash leg via RTGS with confirmationUses proven cash infrastructureNot truly atomic, needs bridging design

Why is single-ledger both simplest and hardest?

Because atomicity is free within one transaction and getting cash onto the platform is the whole problem.

If tokenised cash and tokenised assets exist on the same ledger, delivery-versus-payment is one atomic state transition with no coordination protocol, no timeout, and no partial state. Every other option exists because that condition is difficult to satisfy, since the cash leg needs to be something participants accept as settlement. That is why the interesting experimentation focuses on putting central bank and commercial bank money onto shared platforms rather than on the settlement mechanics themselves.

What are the trade-offs of hash-locked approaches?

They work without a trusted coordinator and they impose timeout risk and locked liquidity.

Conditional locks release both legs on revelation of a secret, with timeouts to unwind if it never arrives. That achieves atomicity across platforms and introduces new operational realities: assets are locked while the protocol runs, timeouts create a window where one party can choose whether to proceed based on market movement, and the failure path leaves participants with unwound trades they need to re-execute. Those are manageable and they are real, and they should be modelled operationally rather than treated as protocol detail.

What is the cash leg, and why is it the real decision?

Because it determines the legal character of settlement, the operating hours, and who bears what risk.

Cash legCharacterConsiderations
Tokenised central bank moneySettlement in central bank moneyAvailability depends on central bank arrangements
Tokenised commercial bank depositsClaim on a bankCredit and concentration considerations, bank issuance
Regulated stablecoinClaim on an issuer with reservesRedemption, reserve quality, run risk
Off-ledger payment with on-ledger confirmationExisting rails plus a bridgeNot atomic, operating hours constrain settlement

The choice is not primarily technical. Settling against a claim on a commercial bank is economically different from settling against central bank money, and both differ from settling against an issuer's stablecoin. Take that analysis to treasury, risk, and legal before selecting a platform, because retrofitting a different cash leg late is close to a rebuild. The design of the bank-issued options is the subject of tokenised deposits and stablecoin infrastructure.

What does live experimentation actually show?

That multi-currency atomic settlement with tokenised reserves and deposits works, at modest scale and useful speed.

The BIS Innovation Hub's Project Agorá, a public-private collaboration involving eight central banks and more than forty financial institutions, is testing a multi-currency shared programmable platform for wholesale cross-border payments, combining tokenised central bank reserves with tokenised commercial bank deposits to enable atomic settlement. Its real-value testing in July 2026 involved 28 institutions completing approximately CHF 800,000 in transactions across multiple currencies, with average settlement of approximately 80 seconds from initiation, covering payment-versus-payment among other use cases, and demonstrating interoperability with existing real-time gross settlement and core banking systems using ISO 20022.

What does 80 seconds actually tell us?

That the constraint is coordination and operational process, not ledger throughput.

Eighty seconds is far slower than a ledger can technically confirm and far faster than a conventional cross-border settlement cycle, which locates the real cost precisely: it sits in authorisation, screening, coordination between participants, and the operational steps around the transaction. That is useful information for anyone designing a platform, because it means optimising consensus mechanics is not where the time is. It also means the operational model, including who is available to act at any hour, matters more than the technology choice.

Is your programme optimising ledger performance or the coordination steps around the transaction?

Talk to Digiqt about settlement platform architecture

From governing law, the rules of the arrangement, and insolvency treatment, not from the ledger.

This is the point where technology programmes most often assume too much. A state transition recorded irrevocably on a ledger is technically final, and whether it is legally final, meaning it cannot be unwound by a court or an insolvency administrator, depends on the legal framework surrounding the arrangement. The PFMI framework treats settlement finality as a matter for rules and law rather than mechanism. So the engineering deliverable includes a legal analysis: which law governs, what the rules of the arrangement say about finality and reversal, how insolvency of a participant is handled, and what happens if a token is transferred in error. Build the unwind capability the law requires rather than asserting that irreversibility is a feature.

Why is the code settled it not sufficient?

Because participants need certainty enforceable outside the platform.

If a transfer occurred through operational error, fraud, or a defect, someone will seek redress, and the platform's rules must say how that is handled. Designs that treat immutability as absolute end up with either no remedy or an ad hoc one improvised under pressure, and neither is acceptable in a regulated settlement context. Define the correction mechanism, restrict who can invoke it, log it comprehensively, and make it rare by design rather than impossible. The audit trail patterns that support this are the ones in event sourcing and audit trails.

How do you handle failure modes?

With explicit timeouts, a defined unwind path, and an operational process for the aftermath.

FailureConsequenceRequired design
One leg unavailable at settlementNeither leg should settleConditional execution, no partial state
Timeout expiry in a cross-ledger protocolUnwind with locked assets releasedDefined timeout, monitoring, re-execution path
Participant system unavailableSettlement cannot completeQueuing, retry, deadline management
Smart contract defectPotential incorrect stateUpgrade path, pause capability, formal review
Key loss or compromiseAssets unreachable or at riskKey management, recovery arrangements, revocation
Ledger fork or reorganisationAmbiguous stateFinality rules, permissioned design choices
Erroneous transferWrong party holds an assetRules-based correction with governance

The operational aftermath deserves as much attention as the technical unwind. A trade that failed to settle leaves participants with market exposure they expected to close, so the platform needs to notify quickly, state the position clearly, and support re-execution, which is the same discipline required when a payment fails on an instant rail as described in FedNow and RTP participation.

How does it interoperate with existing infrastructure?

Through standard messaging and deliberate bridges, because replacement is not on the table.

Agorá's testing specifically demonstrated interoperability with existing RTGS and core banking systems using ISO 20022, which is the right model: the tokenised platform participates in the existing ecosystem rather than expecting it to migrate. Practically that means mapping to and from standard messages, reconciling ledger state against depositary and core banking records continuously, and accepting that operating hours differ between the platform and the systems it connects to. Consistent structured data is what makes the mapping viable, which is why the CPMI's harmonised ISO 20022 data requirements matter here as much as in payments. Multi-party platform governance brings its own considerations, as covered in multi-party data sharing and consortium models.

What operational model does continuous settlement need?

Coverage, liquidity, and change management for a platform that does not close.

A settlement platform available continuously creates the same obligations as an instant payment rail: someone must be available to act at any hour, liquidity must be positioned without a funding window, and changes must be deployable under live traffic. Those requirements are frequently discovered late in tokenisation programmes because the pilot ran during business hours. Plan the operating model alongside the architecture, and note that clearing and collateral processes connected to the platform inherit the same constraints, as discussed in CCP clearing connectivity architecture.

How should a programme be sequenced?

Legal and cash leg first, then a narrow asset class, then interoperability, then scale.

PhaseDurationDeliverable
Legal and finality analysis2 to 4 monthsGoverning law, rules, insolvency treatment, correction mechanism
Cash leg decision2 to 3 monthsSelected instrument with treasury, risk, and legal sign-off
Narrow asset class pilot4 to 6 monthsOne instrument type, one settlement pattern, real participants
Failure path engineering2 to 3 monthsTimeouts, unwind, notification, re-execution, rehearsed
Interoperability3 to 5 monthsISO 20022 mapping, reconciliation to depositary and core
Operating model for continuous settlement2 to 3 monthsCoverage, liquidity, live change capability
Scale and additional asset classesOngoingIncremental, with reconciliation maintained throughout

Legal analysis first is not caution, it is the requirement that determines the architecture. A design that cannot be unwound in the circumstances the law requires will not be approved, and discovering that after the platform is built is the most expensive possible sequencing. The honest framing about where distributed ledger technology genuinely helps and where it does not is set out in this assessment of blockchain use cases versus hype.

Which metrics matter?

Settlement success rate, time to settlement, failed leg incidence, unwind execution, and reconciliation breaks.

Report settlement success rate and, separately, the incidence of failures where one leg was ready and the other was not, since that distinguishes counterparty readiness from platform capability. Track time from instruction to final settlement at the median and the tail. Measure unwind executions and their operational aftermath, including time to re-execute. Report reconciliation breaks against depositary, core banking, and participant records, which is where a tokenised platform quietly diverges from the rest of the estate. And track availability across the full calendar rather than business hours, because continuous settlement is the property being claimed.

Atomic settlement on distributed ledgers is now demonstrably feasible, and the evidence suggests the hard parts are exactly where they always were: the cash leg, the legal framework, and what happens when something fails. Programmes that treat those three as the deliverable and the ledger as an implementation detail are the ones likely to reach production.

Frequently Asked Questions

What problem does atomic settlement solve?

Principal risk, meaning the risk that one party delivers and the other does not. Atomicity makes both legs conditional on each other so neither completes alone.

Is delivery-versus-payment new?

No. Existing infrastructures already deliver DvP through central securities depositories and settlement systems. Tokenisation changes the mechanism and the timing, not the objective.

What is the hardest design decision?

The cash leg. Whether you settle against tokenised central bank money, tokenised deposits, a stablecoin, or an off-ledger payment determines your legal and operational model.

Why is single-ledger settlement simplest?

Because both legs move in one transaction with no coordination protocol. It is also hardest to achieve, since it requires cash and securities on the same platform.

Not by itself. Finality depends on governing law, the rules of the arrangement, and insolvency treatment, so the legal analysis has to accompany the engineering.

What has live experimentation shown?

That multi-currency atomic settlement using tokenised reserves and deposits is feasible. BIS Project Agora's July 2026 real-value test settled in around 80 seconds on average.

What happens when one leg fails?

Nothing should settle. The design needs explicit timeouts, a defined unwind path, and an operational process for participants left with positions they expected to close.

Should this replace existing settlement infrastructure?

Not initially. Interoperability with RTGS, core banking, and existing depositories is what makes these platforms usable, and Agora tested exactly that using ISO 20022.

Sources

Read our latest blogs and research

Featured Resources

Technology

Federated Fraud Data Sharing Without Exposing Customer Data

How to build federated fraud data sharing between institutions, covering what to share, hashed exchange versus federated learning, privacy-enhancing technologies, governance, abuse prevention, and signal freshness.

Read more
Technology

How to Architect Event-Driven Trading Systems Using Streaming Data Architectures

A CTO-level guide to event-driven trading system architecture, covering how Kafka-based streaming backbones, event sourcing, and complex event processing combine to deliver low-latency, auditable trading infrastructure at scale.

Read more
Technology

Tokenized Deposits and Stablecoin Infrastructure for Banks

How to build tokenized deposits stablecoin infrastructure, covering the legal distinction, redemption as the critical path, core ledger integration, interoperability, AML controls, and liquidity treatment.

Read more

About Us

We are a technology services company focused on enabling businesses to scale through AI-driven transformation. At the intersection of innovation, automation, and design, we help our clients rethink how technology can create real business value.

From AI-powered product development to intelligent automation and custom GenAI solutions, we bring deep technical expertise and a problem-solving mindset to every project. Whether you're a startup or an enterprise, we act as your technology partner, building scalable, future-ready solutions tailored to your industry.

Driven by curiosity and built on trust, we believe in turning complexity into clarity and ideas into impact.

Our key clients

Companies we are associated with

Life99
Edelweiss
Aura
Kotak Securities
Coverfox
Phyllo
Quantify Capital
ArtistOnGo
Unimon Energy

Our Offices

Ahmedabad

B-714, K P Epitome, near Dav International School, Makarba, Ahmedabad, Gujarat 380051

+91 99747 29554

Mumbai

C-20, G Block, WeWork, Enam Sambhav, Bandra-Kurla Complex, Mumbai, Maharashtra 400051

+91 99747 29554

Stockholm

Bäverbäcksgränd 10 12462 Bandhagen, Stockholm, Sweden.

+46 72789 9039

Malaysia

Level 23-1, Premier Suite One Mont Kiara, No 1, Jalan Kiara, Mont Kiara, 50480 Kuala Lumpur

Lewes

16192 Coastal Highway, Lewes, Delaware 19958, USA

software developers ahmedabad
ISO 9001:2015 Certified

Call us

Career: +91 90165 81674

Sales: +91 99747 29554

Email us

Career: hr@digiqt.com

Sales: hitul@digiqt.com

© Digiqt 2026, All Rights Reserved