Live prices are currently unavailable — the exchange feed could not be reached and no recent cached reading is held.

Economics

Bitcoin as a settlement asset

Settlement is the moment a transfer becomes final and the obligation it discharges is extinguished. Bitcoin settles probabilistically rather than absolutely, and that difference shapes who can use it to settle and how.

Protocol referenceSource: Bitcoin Core documentation and the Federal Reserve's Fedwire documentationInterbank settlement is described from the operator's published documentation; no settlement volume is quoted.

What settlement finality means

In a monetary system, a payment and a settlement are not the same event. A payment is an instruction: a message that says value should move from one party to another. Settlement is the point at which that instruction is discharged and the transfer becomes final. Between the two there is a period of uncertainty in which the instruction can still fail, be reversed or be unwound.

The distinction matters because the risk sits in the gap. If a bank credits a customer before the interbank settlement completes, it carries the risk that the settlement fails. That is why settlement systems are built to make finality explicit: a defined moment at which the transfer is irrevocable and the parties can treat the obligation as discharged. The Federal Reserve's Fedwire Funds Service describes itself as a real-time gross settlement system, meaning transfers are settled individually and immediately rather than netted at the end of a cycle.

Settlement finality is therefore a legal and operational property as much as a technical one. A system can be technically irreversible and still be subject to legal reversal, and a system can be legally final while relying on technical mechanisms that are probabilistic. Bitcoin sits in the second category, and understanding that is the key to comparing it with interbank rails.

Bitcoin's probabilistic finality

Bitcoin has no moment at which the protocol declares a transaction irreversible. Instead, the probability that a transaction will be reversed falls as blocks are added on top of it. The white paper frames this as a race between an attacker trying to catch up and the honest network extending the chain, and it shows that the attacker's chance of success decays exponentially with depth. Each confirmation makes a reversal more expensive without ever making it impossible.

This is a genuine difference from a real-time gross settlement system, where finality is a defined event. In Bitcoin, finality is a judgement the counterparties make: a recipient decides how many confirmations to require based on the value at stake and the risk they are willing to carry. The protocol supplies the mechanism; the parties supply the threshold. The confirmations and settlement page works through the depth arithmetic.

The practical consequence is that bitcoin settlement is fast to initiate and slow to finalise. A transaction is broadcast in seconds and included in a block within minutes on average, but the point at which a large counterparty should treat it as settled is hours away, not seconds. That is a different profile from a system that settles in real time, and it is the reason bitcoin is used to settle different kinds of obligation.

How the two compare

An interbank settlement system settles between identified institutions. Participants are known, admitted and supervised, and the system's rules can be enforced against them because they are legal entities subject to a regulator. Settlement finality in such a system is backed by law as well as by the operator's rules, and a failed participant can be pursued through the courts.

Bitcoin settles between pseudonymous keys. There is no admission process, no identity requirement and no operator who can reverse a transfer. Finality rests entirely on the cost of rewriting the chain, and there is no legal backstop because there is no counterparty to sue. What bitcoin offers in exchange is that settlement does not depend on trusting an operator: any participant can verify the ledger, and no participant can be excluded by a decision of the system's managers.

The trade-off is therefore between legal finality and verifiable finality. An interbank system gives a definitive moment and a legal remedy, at the cost of requiring trust in the operator and the participants. Bitcoin gives a probabilistic moment and no remedy, at the benefit of requiring trust in no one. Neither property is strictly better; they answer different questions about what a settlement system is for.

There is a further difference in what can be settled. Interbank systems settle obligations denominated in a national currency, and the central bank can in principle supply liquidity to keep the system functioning. Bitcoin settles obligations denominated in bitcoin, and no one can supply more of it when demand spikes. A settlement asset with a fixed supply cannot be elastic, which is a strength for holders and a limitation for a system that needs to absorb shocks.

Who settles in bitcoin

The clearest users of bitcoin as a settlement asset are the businesses that hold it on their balance sheets and move it between custodians. A corporate treasury that holds bitcoin must be able to transfer it, and those transfers settle on the base chain. The corporate treasury page covers the disclosed model and its accounting treatment.

A second group is the layer-two networks that settle to the base chain. A payment channel opens with an on-chain transaction and closes with another, and the intermediate payments do not touch the base layer at all. The base chain is the settlement layer for those systems, and its finality properties are what the channels ultimately rely on. The Lightning Network page explains how that layering works.

A third group is anyone settling a large, one-off obligation where the cost of the base-layer fee is trivial relative to the value transferred. For these users the slow finality is not a problem, because the obligation is not time-critical, and the absence of a trusted intermediary is the point. Bitcoin is a poor settlement system for small, fast payments and a reasonable one for large, patient transfers, and that is a direct consequence of its finality model.

Sources and references