Crypto

Forks: what they are and what happens to your holdings

Crypto forks explained: the difference between soft and hard forks, why chains split, what happens to coins you hold, and how to avoid fork-related scams.

Forks: what they are and what happens to your holdings

Quick answer

A fork is a change to a blockchain's rules. Soft forks are backward-compatible upgrades; hard forks are not, and if participants disagree the chain splits into two networks. Holders may then own coins on both chains, though the new coin's value is never guaranteed.

Key points

  • A fork is a change to a blockchain's consensus rules
  • Soft forks are backward-compatible; hard forks are not
  • A chain splits only when participants disagree, not automatically
  • After a split you may hold coins on both chains if you control your keys
  • Forks attract scams; never share a seed phrase to claim forked coins

A “fork” in crypto is a change to the rules of a blockchain’s software. Because a blockchain is maintained by many independent computers all running the same protocol, changing that protocol can either upgrade the whole network smoothly or split it into two networks that go their separate ways. This article explains the difference between the two kinds of fork, why they happen, and what a fork can mean for coins you already hold.

This is an educational explainer. Whether a fork creates a taxable event, and how any new coins are treated, differs by jurisdiction, so check the current rules with the relevant tax authority or a qualified professional before acting.

The rules that define a network

Every node in a blockchain network follows a shared set of rules, the “consensus rules”, that decide which transactions and blocks are valid. As long as everyone runs compatible rules, they all agree on one shared history, the essence of what a blockchain is. A fork happens when those rules are changed. The key question is whether the new rules are backward-compatible with the old ones, and that is what separates a soft fork from a hard fork.

Soft forks: a backward-compatible upgrade

A soft fork tightens or refines the rules in a way that older software still accepts. Blocks produced under the new rules are still valid to nodes that have not upgraded, because a soft fork only makes the rules stricter, never more permissive. This lets the network upgrade gradually: as long as a majority of block producers adopt the change, the whole chain moves forward as one.

For an ordinary holder, a well-executed soft fork is usually a non-event. There is no second coin and no split; the network simply gains a capability or fixes an issue. Most routine protocol improvements are delivered this way precisely because they avoid disruption.

Hard forks: a rule change that is not backward-compatible

A hard fork loosens or fundamentally alters the rules, so blocks valid under the new rules are rejected by old software and vice versa. Every node must upgrade to stay on the new chain. If the community agrees and everyone upgrades, a hard fork is simply a coordinated upgrade and, again, nothing splits.

The dramatic case is when people disagree. If some participants keep running the old rules while others adopt the new ones, the single chain diverges into two chains that share a common history up to the fork point and then permanently separate. From that block onward they are different networks with different coins.

Why hard forks happen

Contentious hard forks usually come from genuine disagreements that cannot be reconciled in one codebase:

  • Technical direction, such as how to scale the network or change block size.
  • Philosophy and governance, including disputes over who decides the protocol’s future.
  • Responses to a crisis, such as whether to reverse the effects of a major hack.

Real examples are well documented on primary project resources. The Ethereum network underwent a contentious hard fork in 2016 following an exploit of a project called “The DAO”, a decision that led part of the community to continue the original chain separately; Ethereum’s own history documentation describes these events. Bitcoin has likewise seen hard forks that produced separate networks. The details of any specific fork are best read from the projects’ own documentation rather than second-hand summaries.

What happens to coins you already hold

When a hard fork splits a chain, the ledger’s history up to the fork is shared. That means a balance you held before the split typically exists on both resulting chains: you may end up with the original coin and an equal amount of a new forked coin. This is the mechanism behind the phrase “forked coins”.

Several important caveats apply:

  • Access depends on your keys. If you hold your own keys in a non-custodial wallet, you control the assets on both chains. If a custodial platform holds your keys, whether you receive the forked coin depends entirely on that provider’s policy.
  • The new coin’s value is not guaranteed. A forked coin is a separate asset with its own, often very uncertain, market; it may be worth little or nothing, and its future is independent of the original.
  • Replay risk can exist. Right after a split, a transaction on one chain can sometimes be “replayed” on the other if the networks do not implement replay protection. This is a technical hazard worth being aware of, and one reason not to rush transactions immediately after a fork.

Forks are also how networks upgrade normally

It is easy to associate the word “fork” only with dramatic splits, but the vast majority of forks are routine, planned upgrades that nobody outside developer circles notices. A network may schedule a hard fork simply because a needed change is not backward-compatible, and if the community agrees, everyone upgrades and the chain continues as a single network with new capabilities. In that case there is no second coin and nothing for a holder to do beyond making sure any software they run is up to date.

This is worth internalising because it reframes the whole topic: a fork is a mechanism for changing the rules, and whether it splits the network depends entirely on whether people agree, not on the technical change itself. The split is a social outcome, not an automatic one. Most upgrades pass without incident precisely because the participants coordinate in advance.

Beware fork-related scams

Forks attract fraud, so this is where awareness matters most. Around any well-known fork, scammers promote fake “wallet upgrade” tools or sites that promise to help you “claim” your new coins, then ask for your seed phrase or private keys. No legitimate process to access forked coins ever requires you to hand your recovery phrase to a website or app. Anyone who controls your seed phrase controls all your funds on every chain. The safe posture is to wait, rely on official project documentation, and never enter a recovery phrase anywhere to “unlock” forked assets.

Tax and reporting differ by jurisdiction

Receiving coins from a hard fork can be a taxable event in some places. In the United States, the Internal Revenue Service addressed hard forks and airdrops in Revenue Ruling 2019-24, building on its earlier position that virtual currency is treated as property. Other jurisdictions, such as the United Kingdom under HMRC guidance, have their own approaches. Because treatment varies and the numbers depend on your situation, keep records of exactly what you received and when, and confirm the current rules with your tax authority or a qualified professional.

What this means

A fork is simply a change to a blockchain’s rules. Soft forks are backward-compatible upgrades that usually pass unnoticed. Hard forks are non-compatible changes; when the community agrees they are just upgrades, but when it does not, the chain splits into two networks and holders may end up with coins on both. Whether you can access forked coins depends on who holds your keys, the new coin’s value is never guaranteed, and forks are a prime target for seed-phrase scams. Treat any fork calmly: rely on official documentation, protect your recovery phrase, and check the tax position for your jurisdiction.

Sources

  1. Ethereum: History and upgrades
  2. IRS Revenue Ruling 2019-24
  3. Bitcoin.org

Frequently asked questions

What is the difference between a soft fork and a hard fork?

A soft fork is a backward-compatible rule change that older software still accepts, so the network upgrades as one. A hard fork is not backward-compatible; if participants disagree, the chain can split into two separate networks.

Do I automatically get the new coin after a hard fork?

If you control your own keys, you generally hold the balance on both chains. If a custodial platform holds your keys, whether you receive the forked coin depends on that provider's policy.

Are forked coins free money?

No. A forked coin is a separate asset with its own uncertain market and may be worth little or nothing. Receiving it can also be taxable in some jurisdictions, so check the current rules where you live.

Last reviewed: 26 Aug 2026 Next review: 26 Feb 2027 Section: Crypto
Liam Chen
Protocol & security writer · Blockchain mechanics, wallet security, cryptography

Liam Chen writes about how crypto works at the protocol level — consensus, cryptography, wallets and security. He explains mechanisms plainly and cites primary sources.

More by Liam Chen

Related

Crypto

What is a multisig wallet?

A multisig wallet needs more than one key to approve a transaction. Learn what a multisig wallet is, how the…

Liam Chen · Aug 26, 2026 · 6 min