Blockchain

Soft Fork

A backward-compatible rule tightening where upgraded nodes enforce stricter limits and old nodes still follow along.

A soft fork narrows the rules rather than expanding them. Blocks valid under the new, stricter logic are still valid to old software, so nodes that don't upgrade keep working without splitting off.

Because it avoids a chain split, a soft fork is the gentler way to ship changes. Bitcoin's SegWit and later Taproot upgrades both arrived this way, adding features while keeping the network unified.

Related terms