Skip to content
Glossary

Fork

A fork is a divergence in a blockchain’s rules or history. It happens when participants adopt different versions of the protocol, splitting the single agreed path into two.

How it works

A soft fork tightens the rules in a backward-compatible way, so nodes that do not upgrade still accept the new blocks. A hard fork changes the rules in a way that is not backward-compatible; if part of the community keeps running the old rules, the chain permanently splits into two networks, each with its own coin and history from the split point onward.

Why it matters

Forks are how decentralized networks upgrade and how disagreements get resolved when consensus breaks down. A contentious hard fork can create an entirely new cryptocurrency and divide a community, while routine soft forks let a network improve smoothly.

Example

Bitcoin Cash split from Bitcoin through a hard fork over how to scale the network.

Fork: Frequently Asked Questions

What is the difference between a soft fork and a hard fork?
A soft fork tightens the rules in a backward-compatible way, so nodes that do not upgrade still accept the new blocks. A hard fork changes the rules in a way that is not backward-compatible. If part of the community keeps running the old rules, the chain permanently splits into two networks, each with its own coin and history.
Can a fork create a new cryptocurrency?
Yes. A contentious hard fork can create an entirely new cryptocurrency. When part of the community keeps the old rules and another adopts new ones, the chain splits at that point, and each side continues with its own coin and shared history up to the split. Bitcoin Cash, for example, split from Bitcoin through a hard fork over scaling.
Why do blockchains have forks at all?
Forks are how decentralized networks upgrade and how disagreements get resolved when consensus breaks down. Without a central authority to push changes, participants signal which rules they accept by the software they run. Routine soft forks let a network improve smoothly, while a contentious hard fork can divide a community and produce two separate chains.