What Is a Blockchain Fork? Hard Forks vs. Soft Forks

A blockchain is a shared record that thousands of independent computers keep in sync. For that to work, every one of those computers has to agree on the same rulebook: how big a block can be, what makes a signature valid, how new coins are issued, and so on. That rulebook is written into the software each participant runs. A fork is what happens when the rulebook or the chain's history splits into more than one version.

The word gets used in two related ways, which is a common source of confusion for newcomers. The first is a temporary, accidental fork. Because information takes time to travel across a network, two miners or validators can produce a valid block at almost the same moment. For a few seconds, part of the network sees one block as the newest and part sees the other. The network resolves this on its own: whichever branch the majority of participants keep building on becomes the accepted chain, and the losing block is discarded. This happens routinely and is a normal part of how consensus works. It is also the reason that waiting for several confirmations makes a transaction harder to reverse.

The second and more interesting meaning is a deliberate change to the rules. Blockchains have no chief executive who can push an update. Improvements have to be proposed, discussed, coded, and then voluntarily adopted by the people running nodes, mining or validating, and building services. When enough of them upgrade, the change takes effect. Rule changes are usually classified as either soft forks or hard forks, and the difference comes down to whether old software still accepts the new blocks.

A soft fork tightens the rules. Anything valid under the new rules was already valid under the old ones, so a node that has not upgraded still sees the new blocks as legitimate. Imagine a rule that says blocks may hold up to a certain amount of data, and an update that narrows the allowed limit. Old software has no complaint about smaller blocks, so it keeps following along. This makes soft forks backward compatible and generally smoother to deploy: as long as a strong majority of block producers enforce the stricter rules, the whole network converges on one chain. The trade-off is that non-upgraded nodes are no longer fully verifying everything, because they do not know about the new restrictions they are trusting others to enforce.

A hard fork loosens or otherwise redefines the rules. Blocks produced under the new rules look invalid to old software, which means every participant has to upgrade to stay on the same chain. If the community agrees and essentially everyone updates in time, the network continues as a single chain and the old rules simply fall out of use. Many routine protocol upgrades work exactly this way and pass with little drama.

Problems arise when agreement is incomplete. If a meaningful group refuses to upgrade and keeps producing blocks under the old rules, the chain permanently splits in two. Both branches share an identical history up to the fork point and then diverge forever. Because the pre-fork history is shared, every balance that existed at the split now exists on both chains, so holders effectively end up with coins on each side. The two chains have separate software, separate participants, separate market prices, and separate futures. This is where a number of well-known sibling networks came from: disagreements about scaling, governance, or how to respond to a crisis that could not be settled any other way.

For an everyday user, a few practical points matter. During a contentious split, custodial services often pause deposits and withdrawals until the situation stabilizes, and whether they support the new chain is their own decision. Chain splits also attract scams, especially messages urging you to enter your seed phrase into a tool that promises to claim forked coins. No legitimate process ever requires that. More broadly, forks are worth understanding because they reveal something fundamental: a blockchain's rules are ultimately whatever its participants choose to run, and changing them is a social process as much as a technical one.

This article is for general education only — not financial advice, and nothing here is a recommendation to buy, sell, or hold any asset. Cryptocurrency carries real risk of loss; always do your own research before making a financial decision.