Research/Payments

Payment Messaging vs Settlement: Why Most Transfers Involve Both and Crypto Merges Them

Traditional payments separate messaging (SWIFT) from settlement (central banks). Crypto collapses both into one layer.

bcMaoJul 5, 2026

Every traditional payment involves two distinct operations: a message that communicates intent and a settlement that moves value. When you swipe a credit card, the authorization you see at the register is a message. The actual movement of funds from your bank to the merchant's bank happens hours or days later, through an entirely separate system. This gap between payment messaging and settlement is the source of float, counterparty risk, reconciliation overhead, and much of the complexity in modern financial infrastructure.

Crypto protocols collapse this two-layer architecture into a single atomic operation: the message is the settlement. A Bitcoin transaction simultaneously communicates intent and transfers value. A stablecoin transfer on any blockchain does the same. This fundamental difference has implications that go far beyond speed: it eliminates entire categories of risk and entire industries built to manage them.

How Traditional Payment Messaging Works

Payment messaging networks carry instructions between financial institutions. They tell banks what to do, but they do not move money. The most important messaging networks operate at enormous scale while touching zero actual funds.

SWIFT: The Global Messaging Backbone

SWIFT (Society for Worldwide Interbank Financial Telecommunication) connects over 11,000 financial institutions across more than 200 countries and territories. In 2024, SWIFT processed an average of approximately 45 million messages per day. But SWIFT does not settle a single dollar. It is a messaging network, not a payment rail.

When Bank A in New York wants to send $1 million to Bank B in Tokyo, it sends a SWIFT MT103 (or its ISO 20022 equivalent, pacs.008) message to its correspondent bank. That correspondent bank reads the message, debits Bank A's nostro account, and forwards another message to a correspondent in Japan. The Japanese correspondent credits Bank B's account and sends a confirmation message back. The actual value movement happens through ledger entries at each correspondent, ultimately backed by central bank reserve movements.

SWIFT's Global Payments Innovation (gpi) initiative has improved transparency: SWIFT reports that roughly 90% of gpi payments are credited to the beneficiary within 24 hours, and about 50% within 30 minutes. But "credited" does not mean "settled." The underlying settlement between the banks involved can take additional time, and the funds may pass through two, three, or more intermediaries before arriving.

Messaging is not settlement: SWIFT transmits roughly 12 billion messages per year, but it moves no money. Settlement happens separately through correspondent banking relationships, central bank reserve systems, and bilateral netting arrangements.

Card Networks: Authorization as Messaging

Visa and Mastercard are, at their core, messaging networks. When a cardholder taps their card at a point of sale, the terminal sends an authorization request through the acquirer to the card network, which routes it to the issuing bank. The issuer checks the account balance, places a hold, and returns an approval code. This entire flow takes 1 to 3 seconds.

But no money has moved. The merchant sees an approval, the cardholder sees a pending charge, and both parties act as if the payment is done. Actual settlement happens in a separate batch process, typically on a T+1 or T+2 cycle. The card network calculates net positions between all issuers and acquirers, and settlement banks transfer the net amounts. Visa's VisaNet processes over 200 billion transactions per year, but the actual settlement volume is a fraction of that because positions are netted.

ACH: Batched Messaging, Deferred Settlement

The Automated Clearing House makes the messaging-settlement gap especially visible. When a payroll system initiates an ACH direct deposit, it submits a batch file of payment instructions to an ACH operator (either the Federal Reserve or EPN). These instructions are messages: they describe who should pay whom and how much.

Settlement happens later, when the Federal Reserve adjusts the reserve balances of the participating banks. Standard ACH payments settle on the next business day. Same-day ACH, introduced in 2015 and expanded since, settles in windows throughout the day but still separates the instruction from the value movement by hours. In 2024, the ACH Network processed 33.6 billion payments, with same-day ACH reaching 1.4 billion of those, according to Nacha.

How Settlement Actually Works

Settlement is the process by which the obligations created by payment messages are actually discharged. It requires moving value, not just information. In traditional finance, this happens through a hierarchy of systems, each backed by increasingly authoritative ledgers.

Central Bank Settlement Systems

At the apex of every national payment system sits the central bank. In the United States, Fedwire provides real-time gross settlement (RTGS) using central bank reserves. Each Fedwire transfer is final and irrevocable upon processing: approximately $4 to $5 trillion moves through Fedwire daily across roughly 800,000 transactions. In Europe, the ECB's TARGET system performs a similar function, settling around €2 trillion daily. The UK's CHAPS handles roughly £400 billion per day.

These systems achieve true finality: once a Fedwire transfer is processed, it cannot be reversed. But access is limited to banks with reserve accounts at the central bank, and the systems operate only during business hours (Fedwire: 9:00 PM ET to 7:00 PM ET, Monday through Friday). Everything else in the payment stack is ultimately a claim against these reserve movements.

Correspondent Banking and the Float Problem

Most cross-border payments never touch a central bank system directly. Instead, they flow through correspondent banking networks where banks hold accounts with each other (nostro/vostro relationships). A payment from Brazil to Indonesia might pass through four or five intermediaries, each maintaining bilateral credit relationships.

This creates float: money that has been debited from the sender but not yet credited to the receiver. Float represents real economic cost. Banks must pre-fund nostro accounts across the globe, locking up liquidity. The BIS has estimated that the world's largest banks collectively hold over $10 trillion in correspondent balances. This capital earns suboptimal returns while serving as the lubricant for international commerce.

Herstatt risk: Named after the 1974 failure of Bankhaus Herstatt, this is the risk that one party to a foreign exchange transaction delivers its currency but the counterparty fails before delivering the other. This risk exists precisely because messaging (payment instruction) and settlement (value transfer) are separated in time. CLS Bank was created specifically to address this risk in FX markets, settling over $6 trillion daily through payment-versus-payment mechanisms.

Comparing Messaging and Settlement Across Payment Systems

The following table illustrates how different payment systems divide responsibility between messaging and settlement, and the resulting time gap between the two.

SystemMessaging LayerSettlement LayerTime Gap
SWIFT cross-borderSWIFT MT/MX messagesCorrespondent banks, central bank reserves1 to 5 business days
Visa/MastercardCard network authorizationBatch net settlement via settlement banksT+1 to T+2
ACH (standard)Batch instruction filesFederal Reserve reserve adjustmentsNext business day
ACH (same-day)Batch instruction filesFederal Reserve reserve adjustmentsHours (same day)
FedwireIntegrated into settlementCentral bank reserves (RTGS)Seconds (near-unified)
FedNowIntegrated into settlementCentral bank reservesSeconds (near-unified)
Bitcoin L1Transaction broadcastBlock inclusion + confirmationsZero (atomic, ~10 min finality)
Stablecoin (L1)Transaction broadcastBlockchain state transitionZero (atomic, seconds to minutes)
SparkTransfer requestStatechain key rotationZero (atomic, instant finality)

Note that even Fedwire and FedNow, often called "instant settlement" systems, maintain a thin conceptual separation between instruction and execution. They are as close to unified as traditional finance gets, but they remain closed systems accessible only to banks with Federal Reserve master accounts.

How Crypto Merges Messaging and Settlement

A blockchain transaction is simultaneously a message and a settlement event. When Alice sends 1 BTC to Bob, the transaction broadcast is the instruction, and its inclusion in a block is the settlement. There is no second system that needs to reconcile, no intermediary that needs to update a ledger, no batch process that runs overnight.

The Atomic Transaction Model

In Bitcoin, a transaction spends specific inputs and creates specific outputs. Once mined into a block, the UTXO set updates atomically: the old outputs are consumed and new outputs are created in a single indivisible operation. After six confirmations (roughly 60 minutes), the probability of reversal is negligible. There is no separate settlement leg because the state transition on the shared ledger is the settlement.

Ethereum works similarly with its account model. A transfer updates balances in a single state transition. Post-merge, Ethereum achieves finality after two epochs (approximately 13 minutes), after which transactions cannot be reverted without a coordinated attack controlling one-third of all staked ETH.

Stablecoins: Dollar Settlement Without SWIFT

The practical impact of merged messaging and settlement becomes clearest with stablecoins. When a company sends $100,000 in USDC to a supplier overseas, the transaction is both the instruction and the settlement. The supplier has final, spendable funds within minutes, with no correspondent banks, no nostro accounts, and no reconciliation. In 2024 alone, stablecoins settled over $27 trillion in on-chain value, approaching Visa's annual payment volume.

This is fundamentally different from SWIFT or ACH. Those systems can send a message about $100,000 very quickly. But the actual movement of value requires separate settlement infrastructure, separate business hours, and separate reconciliation processes. A stablecoin transfer has no "pending" state where the message has been sent but the value has not moved. The message and the value movement are the same event.

What Changes When Messaging Equals Settlement

Collapsing the two-layer architecture produces several consequences, some obvious and some subtle.

Settlement Risk Disappears

In traditional payments, the gap between message and settlement creates settlement risk: the possibility that one party has committed to the payment but the settlement fails. This risk spawned entire industries: CLS Bank, central counterparties, netting services, and the compliance infrastructure around them. When the message is the settlement, this category of risk is eliminated by construction.

Float Ceases to Exist

Float is money in transit: debited from the sender, not yet credited to the receiver. In card networks, float exists for one to two days on every transaction. In cross-border payments, it can persist for a week. Float represents a hidden cost: the sender has lost access to funds, the receiver cannot use them, and intermediaries earn yield on the trapped capital. When settlement is instant and atomic, there is no float because there is no gap.

Reconciliation Becomes Trivial

Banks spend billions annually on reconciliation: the process of matching internal records against external records to verify that all payments settled correctly. This is necessary precisely because messaging and settlement are separate systems maintained by separate parties. A blockchain serves as a single shared ledger: both parties read from the same state, eliminating the need for bilateral reconciliation.

Reversibility Is Lost

The separation of messaging and settlement in traditional finance is not purely a deficiency. It enables reversal mechanisms: chargebacks, ACH returns, and payment recalls. These exist because there is a window between the message and the settlement where intervention is possible. When the message is the settlement, that window disappears. Crypto payments are final by default: there is no authority that can reverse a confirmed transaction.

This tradeoff is fundamental. Instant finality and reversibility are mutually exclusive in the same layer. Dispute resolution in crypto must happen at a higher layer (escrow contracts, trusted intermediaries, or platform-level guarantees) rather than at the settlement layer itself.

PropertySeparated Messaging + SettlementMerged (Blockchain)
Settlement riskPresent (mitigated by CLS, CCPs)Eliminated by design
FloatHours to daysZero
ReconciliationComplex, bilateralShared ledger, trivial
ReversibilityBuilt-in (chargebacks, returns)Not possible at settlement layer
Operating hoursBusiness hours (varies by system)24/7/365
IntermediariesMultiple (correspondents, CCPs, networks)None (peer-to-peer)
Cross-border complexityHigh (nostro/vostro, FX, compliance)Same as domestic
FinalityConditional until settlementProbabilistic or deterministic after confirmation

Hybrid Models: Blockchain Settlement With Traditional Compliance

Recognizing the efficiency gains of merged messaging and settlement, several initiatives in regulated finance are adopting blockchain for settlement while retaining traditional systems for compliance, identity, and risk management.

JPMorgan Kinexys

JPMorgan's Kinexys (formerly Onyx and JPM Coin) uses a permissioned blockchain to settle wholesale payments between JPMorgan clients. The platform has processed over $1.5 trillion in total notional value since launch, with daily volumes reaching approximately $2 billion. Kinexys operates 24/7, eliminating the constraint of business-hours-only settlement, and handles multi-currency transactions including USD and EUR.

Crucially, Kinexys separates the compliance and identity layer (handled by traditional banking infrastructure) from the settlement layer (handled by the blockchain). KYC, AML, and sanctions screening happen off-chain through existing bank processes. Only the final settlement step moves onto the shared ledger.

Fnality International

Fnality International, backed by a consortium including Goldman Sachs, BNP Paribas, Barclays, and over a dozen other major financial institutions, is building blockchain-based settlement systems backed directly by central bank money. Unlike stablecoins backed by commercial bank deposits, Fnality's "utility settlement coins" represent claims on segregated accounts at central banks, providing the same finality guarantee as central bank RTGS systems.

Fnality's Sterling system went live in 2024 with settlement backed by an omnibus account at the Bank of England. This represents the first time a blockchain-based system has settled payments using central bank reserves, bridging the gap between crypto-native settlement efficiency and the legal finality of central bank money.

BIS Project mBridge

The Bank for International Settlements' Project mBridge explored using a custom blockchain for multi-CBDC cross-border settlement. The project involved central banks from China, Hong Kong, Thailand, the UAE, and Saudi Arabia. The goal was to eliminate correspondent banking for cross-border payments entirely, with central banks settling directly on a shared ledger.

While mBridge demonstrated the technical feasibility of blockchain-based cross-border settlement, the project has faced political complications. The BIS announced in late 2025 that it would step back from the project, partly due to concerns about sanctions evasion and geopolitical alignment. The participating central banks are continuing development independently, illustrating how the technology works but the governance remains contentious.

The pattern is consistent: every major hybrid initiative uses blockchain for the settlement layer while keeping traditional systems for compliance and identity. The efficiency of atomic settlement is too significant to ignore, but the regulatory framework for payments is not yet built on-chain.

Real-Time Payment Systems: The Middle Ground

Modern real-time payment systems represent the traditional finance world's attempt to narrow the gap between messaging and settlement without adopting blockchain.

India's UPI processed approximately 16.6 billion transactions in December 2024 alone, with near-instant crediting of the recipient's account. The UK's Faster Payments system handles millions of transactions daily with crediting in seconds. Brazil's PIX has seen explosive adoption, processing over 200 million transactions per day in early 2026. FedNow, launched by the Federal Reserve in July 2023, offers instant payments but adoption has been gradual: over 1,400 financial institutions had joined by early 2026, covering a growing but still limited share of US banks.

These systems come closer to merging messaging and settlement: the instruction and the crediting happen within seconds. But there is a subtle distinction. Most real-time payment systems provide instant crediting with deferred final settlement. The recipient can use the funds immediately, but the net positions between banks are settled in batches (often multiple times per day through the central bank). The risk is managed by the central bank guaranteeing the credits, not by achieving true atomic settlement.

This is a meaningful improvement over ACH or SWIFT, but it is not the same as blockchain settlement. The underlying architecture still involves separate messaging and settlement layers: the gap has been narrowed to hours rather than days, and the risk is managed institutionally rather than eliminated structurally.

A Cross-Border Payment: Traditional vs Crypto

To make the difference concrete, consider a $50,000 payment from a company in the United States to a supplier in the Philippines.

Via SWIFT and Correspondent Banking

  1. The US company instructs its bank to send $50,000. The bank sends a SWIFT MT103 message to its USD correspondent.
  2. The correspondent debits the originating bank's nostro account and sends a SWIFT message to a correspondent with PHP capability.
  3. The intermediary correspondent converts USD to PHP (taking an FX spread of 0.5% to 3%) and sends a SWIFT message to the beneficiary bank in the Philippines.
  4. The Philippine bank credits the supplier's account, deducting its own fee.
  5. Final settlement between the correspondent banks happens through their respective central bank reserve systems over the next 1 to 2 business days.

Total time: 1 to 5 business days. Total cost: $25 to $50 in wire fees plus FX markup. Intermediaries involved: 3 to 5. Status visibility: limited until each intermediary processes and forwards.

Via Stablecoin

  1. The US company sends $50,000 in USDC from its wallet to the supplier's wallet address.
  2. The transaction is confirmed on the blockchain. The supplier has $50,000 in spendable USDC.

Total time: seconds to minutes depending on the chain. Total cost: fractions of a cent to a few dollars in network fees. Intermediaries involved: zero. Status visibility: real-time on a public blockchain explorer.

The difference is not incremental. It is architectural. The stablecoin transfer does not go faster because it has better messaging: it goes faster because there is no separate settlement step. The message and the settlement are the same event, and that event does not require intermediaries.

Where Spark Fits: Settlement as a Single Operation

Spark exemplifies the messaging-as-settlement model. When a user sends Bitcoin or a stablecoin like USDB on Spark, the transfer request and the final settlement are a single atomic operation. There is no pending state, no batch process, no overnight reconciliation. The statechain key rotation that transfers ownership is simultaneously the instruction and the settlement.

This is possible because Spark operates as a Layer 2 where transfers happen through cryptographic key rotation rather than on-chain transactions. No intermediary holds funds in transit. No correspondent bank needs to be pre-funded. No netting service needs to aggregate positions. The sender's control ends and the receiver's control begins in the same instant, with instant finality.

For developers building payment applications, this simplifies the architecture dramatically. Instead of integrating with a messaging API, a settlement API, and a reconciliation process, a single API call handles the entire flow. The Spark SDK exposes this as a straightforward transfer operation: the complexity of settlement is abstracted into the protocol itself. Wallets like General Bread already demonstrate this model: users send and receive with instant finality, with no concept of a "pending" payment.

Implications for Payment Infrastructure

The convergence of messaging and settlement is not just a crypto phenomenon. It represents a broader shift in how payment infrastructure is designed. Traditional finance is moving toward faster settlement (T+1 securities settlement, same-day ACH, real-time payments), while crypto natively starts from instant settlement and adds compliance layers on top.

The endgame may be a world where settlement infrastructure is blockchain-based (for its atomicity, 24/7 availability, and shared-ledger properties) while compliance, identity, and dispute resolution are handled by separate systems that reference the settlement layer. This is essentially the hybrid model that JPMorgan Kinexys and Fnality are already building.

For a deeper comparison of how different systems achieve settlement finality, see our research on payment finality across blockchains and the business impact of instant settlement.

This article is for educational purposes only. It does not constitute financial or investment advice. Bitcoin and Layer 2 protocols involve technical and financial risk. Always do your own research and understand the tradeoffs before using any protocol.