Home  /  Volume I

From problem
to production.

Blockchain Settlement — 276 pages, 16 chapters in three parts. The diagnosis of a broken post-trade stack, the technology that fixes it, and the regulated systems already running it in production.

01

Five steps. Two business days. Why?

A trade executed at 9:01 on a Monday won't finally settle until Wednesday afternoon — if it settles at all. Each layer of the post-trade stack adds time, cost and risk.

L1

Trade execution

Exchange or ATS order matching — the only step that happens at market speed.

L2

Trade confirmation

Affirmation and reconciliation between counterparties — the first place errors creep in.

L3

Custodian instruction

SSI matching and fails management across a chain of intermediaries.

L4

CCP clearing

Novation, netting and margin — the central counterparty absorbs the risk the delay creates.

L5

CSD settlement

Book-entry transfer at T+1/T+2. DTCC alone processes 99%+ of US equity settlement; Euroclear holds $37T in custody.

02

Eight criteria. No existing system satisfies all.

Chapter 3 writes the design specification for an ideal settlement system — the yardstick the rest of the book measures everything against.

Criterion 01Atomicity
Securities and cash transfer in one indivisible operation — either both legs complete, or neither. Principal risk eliminated.
Criterion 02Finality
Once settled, irrevocable. Deterministic BFT consensus delivers this; probabilistic proof-of-work does not.
Criterion 03Speed
As close to execution as feasible — India's NSE runs optional T+0; SDX settles tokenized bonds in real time.
Criterion 04No reconciliation
All parties read one authoritative ledger — the $40B/year reconciliation industry simply doesn't arise.
Criterion 05Resilience
A distributed ledger replaces the single generator with a grid — no individual node is essential.
Criterion 06Privacy
Visible to parties and regulators, not to competitors — the hardest unsolved problem; zero-knowledge proofs are the frontier.
Criterion 07Compliance
An immutable history is, if anything, a more reliable audit trail than today's fragmented records.
Criterion 08Interoperability
A French investor buying Japanese bonds crosses three settlement systems — solving one jurisdiction solves only part of the problem.
03

The road to T+0

Four decades of compression — each step down the cycle removes an order of magnitude of pre-settlement credit exposure.

T+5

The paperwork crisis

Settlement backlogs forced the NYSE to close on Wednesdays in 1968; the DTC was founded in 1973 to cope.

Pre-1995
T+3

The global standard

After the G30 report (1989), Black Monday and Barings underscored the systemic risk of long windows.

1995–2017
T+2

The European mandate

EU CSDR harmonised T+2; the US followed in 2017 — still leaving ~$1.7T of daily counterparty exposure.

2014–2024
T+1

The American switch

US, Canada, Mexico and Argentina moved together on May 28, 2024 — eliminating $1.7T of daily exposure.

Since May 2024
T+0

The endpoint

India's NSE runs optional T+0; SDX settles in real time. Execution and settlement coincide — the risk window disappears.

The blockchain target
04

Sixteen chapters in three parts

Part I · 3 chapters

The Problem

How a trade settles; what goes wrong (fails, cascade risk, Lehman, $40B reconciliation); and the eight-criteria design spec.

Part II · 6 chapters

The Technology

Distributed ledgers from Pacioli to Nakamoto; SHA-256 & ECDSA; consensus (PoW, PoS, PBFT); smart contracts; architecture (Fabric, Corda); tokenization to $16T by 2030.

Part III · 7 chapters

The Applications

Regulation (MiFID II, CSDR, DLT Pilot Regime); governance; what has been built; honest limitations; working Python & Solidity; and the road ahead.

Read it, then run it

Chapters 14–15 ship runnable implementations, not pseudocode — a Python settlement simulation and a Solidity DVP contract.