Skip to main content
grid

July 3, 2026

The Fastest Payment Rails Are Not the Ones With the Lowest Block Time

Block time measures how fast a validator set agrees, not how fast your money is final. Here is how the fastest payment rails actually compare on settlement speed, finality, and who can reverse a transaction.

PaymentsSettlementLightning
author

Anthony Potdevin

Co-founder & CTO

post

The fastest payment rails are not the ones with the lowest block time. Block time measures how quickly a network's validators agree on a new block, not how quickly your money becomes final and impossible to reverse. A payment rail is fast when settlement clears in under a second and no single operator can freeze or claw back the transaction. By that standard, Bitcoin's Lightning network leads.

Block time is the number that gets marketed because it is easy to compare. A newer chain quotes a lower figure, a comparison thread goes viral, and the takeaway is "faster equals better." For anyone accepting payments, that framing hides the questions that actually decide whether the rail works: when is the money final, and who can undo it.

How fast do different payment rails actually settle?

Settlement speed depends on the rail, and the gap between rails is large. Card authorizations feel instant to the buyer, but funds reach the merchant one to two business days later, per Visa's settlement documentation. Bank rails range from minutes to several days. Newer blockchains advertise block times measured in fractions of a second. Lightning (Bitcoin's payment layer) settles in under a second, and the payment is final the moment it arrives.

RailTime to confirmWhen funds are finalWho can reverse or halt it
Card (Visa/MC)Seconds to authorize1-2 business days to settleIssuer, via chargeback for months
ACH1-3 business daysAfter the return windowOriginating bank, per Nacha rules
Wire (Fedwire)Minutes to hoursSame day, during banking hoursFed operating window
FedNowSecondsOn receipt, 24/7US member banks only
Solana~400ms blockProbabilistic, after votesValidator set and foundation
Base~2s blockDepends on Ethereum L1A single sequencer operator
Bitcoin base layer~10 minutesAfter confirmationsNo single operator
LightningUnder 1 secondOn settlementNo single operator

Block times above come from each network's published targets and are illustrative. The column that matters for a business is not the first one. It is the last two.

What does block time actually measure?

Block time is the average interval between the blocks a network produces. It tells you how often validators bundle transactions and reach agreement. It does not tell you when your payment is irreversible, who controls those validators, or whether one company can halt the chain. Bitcoin's base layer produces a block roughly every ten minutes, as the live block intervals on the mempool.space block explorer show, yet that number alone says nothing about final settlement either.

A 400 millisecond block produced by a small validator set is a fast database with extra steps. Speed at the block level is cheap to buy. You buy it by reducing the number of independent parties who have to agree, which is the exact property that makes a settlement network trustworthy in the first place.

Why is a low block time a vanity metric for payments?

A low block time is a vanity metric because raw speed is trivial once you stop distributing trust. Any centralized ledger can confirm in milliseconds. The hard problem is confirming quickly while remaining impossible for any single party to reverse, censor, or shut down. The Lightning Network whitepaper framed the underlying tension over a decade ago:

"The payment network Visa achieved 47,000 peak transactions per second (tps) on its network during the 2013 holidays, and currently averages hundreds of millions per day."

The authors, Joseph Poon and Thaddeus Dryja, used that figure in the Lightning Network whitepaper to make a point that still holds: matching that throughput on a base blockchain would force extreme centralization of the nodes and miners who could afford to keep up. Speed and decentralization pull against each other at the base layer. Lightning's answer was to move settlement off-chain while anchoring the final guarantee to Bitcoin, rather than to shrink the validator set.

So when a chain advertises a sub-second block, the useful follow-up is: how many independent parties produce those blocks, and can one of them stop the chain? If the answer is a handful, or one, the block time is describing a private system's internal clock, not a settlement guarantee you can rely on.

Does a fast blockchain mean your payment is final?

No. Confirmation speed and finality are different properties, and a fast block time can coexist with weak finality. On many high-throughput chains, a transaction is only probabilistically final until enough validators vote, and a chain run by one sequencer can reorder or delay transactions during that window. Instant settlement is achievable in centralized systems too. The Federal Reserve's FedNow service proves it:

"businesses and individuals can send and receive instant payments in real time, around the clock, every day of the year."

That description, from the Federal Reserve's FedNow overview, shows the point clearly. FedNow settles in seconds, every day of the year, and it is fully centralized: the operator sets the rules, and only member banks can touch it. Fast settlement is not the differentiator. The differentiator is whether your settlement can be reversed or frozen by a party you did not choose. Card networks let issuers claw back funds through chargebacks for months. ACH has a return window enforced by Nacha's operating rules. A single-operator chain can halt during an outage. Each is fast in its own way, and each keeps a set of keys you do not hold.

So what are the fastest payment rails?

For payments, the fastest usable rail is one that settles in under a second and cannot be reversed by any single company. Bitcoin's Lightning network fits both conditions. Payments settle in under a second for a fraction of a cent, per the Lightning Network's technical overview, and once a payment settles it is final, with no chargeback mechanism and no operator who can undo it.

Lightning is also a live, distributed network rather than a single company's ledger. Public capacity and node counts are tracked on the Amboss Lightning network statistics explorer, showing thousands of independent nodes routing payments. There is no central sequencer to halt it and no foundation holding the keys. The settlement guarantee traces back to Bitcoin's base layer, the most decentralized of any of the rails in the table above.

Amboss Payments is built on this settlement model. It lets a business accept bitcoin and stablecoin payments over Lightning, with funds settling in under a second to infrastructure the business controls, and no intermediary able to reverse the transaction. If you are choosing a rail on speed, compare final settlement time and custody rather than block time, because those are the numbers that determine whether the money is really yours. You can see how both work on the Amboss Payments home.

Frequently asked questions

Is Solana or Base faster than Lightning for payments?

They advertise lower block times, but block time is not settlement time. Lightning settles a payment in under a second and it is final on arrival, with no operator able to reverse it. On chains with a small validator set or a single sequencer, a transaction can be probabilistically final and still subject to reordering or a halt. For payments, final settlement speed matters more than block time.

What is the difference between block time and settlement finality?

Block time is how often a network produces a new block. Settlement finality is the point at which your payment can no longer be reversed by anyone. A chain can have a fast block time and slow or weak finality if its transactions stay probabilistic until many validators vote. For a business, finality is the property that decides when the money is actually yours to spend.

Can a fast blockchain reverse my payment?

It depends on who controls the network. On a chain run by one sequencer or a small validator set, that operator can reorder, delay, or halt transactions during an outage or under pressure. Card networks and ACH allow reversals by design, through chargebacks and returns. Lightning payments are final on settlement with no reversal mechanism and no single party holding the keys to undo them.

How fast does Lightning settle a payment?

Lightning settles payments in under a second for a fraction of a cent, according to the Lightning Network's technical overview. Settlement happens off-chain between the parties and is backed by Bitcoin's base layer, so there is no ten-minute block wait and no confirmation delay. Once the payment clears, it is final, which is why sub-second settlement on Lightning is a stronger guarantee than a sub-second block on a centralized chain.

Does a lower block time always cost decentralization?

At the base layer, usually yes. Producing blocks faster requires fewer independent parties to agree, which concentrates control among the validators or the single operator who can keep up. The Lightning Network whitepaper made this trade-off explicit for base-chain throughput. Lightning avoids the trade by moving settlement off-chain and anchoring finality to Bitcoin, so it gains speed without shrinking the trust base.

author

Anthony Potdevin

Co-founder & CTO