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 crypto fork is a change to a blockchain's rules. Soft forks are backward-compatible upgrades. Hard forks aren't — and when people disagree, the chain splits in two. Holders can end up with 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 crypto fork is, at bottom, a change to the rules of a blockchain’s software. That sounds dry until you remember how a blockchain actually runs: thousands of independent computers, all obeying the same protocol. Change the protocol and one of two things happens. Either the whole network upgrades in step, or it splits into two networks that walk off in different directions. This piece walks through both kinds of fork, why they happen, and what a fork can mean for coins already sitting in your wallet.

Quick disclaimer first. This is an educational explainer, not tax advice. Whether a fork creates a taxable event, and how any new coins get treated, differs by jurisdiction, so check the current rules with the relevant tax authority or a qualified professional before you act on anything here.

The rules that define a network

Every node in a blockchain network follows one shared rulebook, the “consensus rules”, and those rules decide which transactions and blocks count as valid. As long as everyone’s running compatible rules, everyone agrees on a single shared history. That agreement is the whole point of a blockchain. A fork is what you get when those rules change. And the question that decides everything downstream is a narrow one: are the new rules backward-compatible with the old? That single yes-or-no is what separates a soft fork from a hard fork.

Soft forks: a backward-compatible upgrade

A soft fork tightens the rules. It refines them in a way that older software still accepts, because it only ever makes the rulebook stricter, never looser. Blocks produced under the new rules still look valid to a node that hasn’t upgraded yet. So the network can move forward gradually, and as long as a majority of block producers adopt the change, the chain advances as one.

For an ordinary holder? A clean soft fork is basically a non-event. No second coin, no split, no drama. The network just picks up a new capability or quietly patches a problem. Most routine protocol improvements ship this way, and they do it precisely because nobody wants the disruption of anything bigger.

Hard forks: a rule change that isn’t backward-compatible

A hard fork goes the other way. It loosens or fundamentally rewrites the rules, so a block that’s valid under the new regime gets rejected by old software, and vice versa. There’s no straddling it. Every node has to upgrade to stay on the new chain. When the community agrees and everyone upgrades together, a hard fork is nothing more than a coordinated upgrade, and again, nothing splits.

The dramatic version is when people don’t agree. If some participants keep running the old rules while others switch to the new ones, that one chain diverges into two. They share an identical history up to the fork point, then separate for good. From that block onward you’re looking at different networks holding different coins.

Why hard forks happen

Contentious hard forks tend to grow out of real disagreements that just can’t coexist in one codebase:

  • Technical direction — how to scale the network, or whether to change the block size, that kind of thing.
  • Philosophy and governance, including the thornier fight over who even gets to decide the protocol’s future.
  • How to respond to a crisis, like whether the chain should reverse the damage from a major hack.

The real examples are well documented on the projects’ own resources. Ethereum went through a contentious hard fork in 2016 after an exploit of a project called “The DAO”, and that decision pushed part of the community to keep running the original chain separately. Ethereum’s own history documentation lays out those events. Bitcoin has seen hard forks too, ones that spun off into separate networks. My advice: read the details of any specific fork from the project’s own documentation, not a second-hand summary that may have quietly editorialised.

What happens to coins you already hold

Here’s the part everyone actually cares about. When a hard fork splits a chain, the ledger’s history up to the split is shared. Which means a balance you held before the fork usually exists on both resulting chains — you can end up holding the original coin plus an equal amount of a new forked coin. That’s the mechanism behind the phrase “forked coins”. It isn’t free money materialising from nowhere; it’s the same pre-fork history counted twice.

A few caveats matter a lot here:

  • Access depends on your keys. Hold your own keys in a non-custodial wallet and you control the assets on both chains. If a custodial platform holds your keys, whether you ever see the forked coin comes down to that provider’s policy — some support forks, plenty don’t.
  • The new coin’s value is not guaranteed. A forked coin is a separate asset with its own market, and often a deeply uncertain one. It might be worth something. It might be worth nothing. Its future has no obligation to track the original’s.
  • Replay risk can be real. Right after a split, a transaction broadcast on one chain can sometimes be “replayed” on the other if neither side implemented replay protection. It’s a genuine technical hazard, and a solid reason not to rush transactions in the hours after a fork.

Forks are also how networks upgrade normally

It’s tempting to file “fork” alongside dramatic chain splits and leave it there. But the overwhelming majority of forks are routine, planned upgrades that nobody outside developer circles even notices. A network might schedule a hard fork for the plain reason that a needed change isn’t backward-compatible. If the community agrees, everyone upgrades, and the chain rolls on as a single network with new abilities. No second coin. Nothing for a holder to do beyond keeping any software they run current.

That’s worth sitting with, because it reframes the whole subject. A fork is just a mechanism for changing the rules. Whether it splits the network depends on whether people agree — not on the technical change itself. The split is a social outcome, not an automatic one. Most upgrades pass without a hitch for exactly that reason: the participants coordinated in advance.

Beware fork-related scams

Forks attract fraud. This is where your guard should be highest. Around any well-known fork, scammers start pushing fake “wallet upgrade” tools, or slick sites promising to help you “claim” your new coins — and then they ask for your seed phrase or private keys. Stop right there. No legitimate process for accessing forked coins ever requires you to type your recovery phrase into a website or an app. Whoever controls your seed phrase controls every coin you own, on every chain. The safe posture is boring on purpose: wait, lean on official project documentation, and never enter a recovery phrase anywhere to “release” 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 stance that virtual currency is treated as property. Other jurisdictions run their own playbooks — the United Kingdom, under HMRC guidance, is one example. Because treatment varies and the numbers hinge on your own situation, keep records of exactly what you received and when, then 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 slip by unnoticed. Hard forks aren’t compatible — when the community agrees they’re just upgrades, and when it doesn’t, the chain splits into two networks and holders can wind up with coins on both. Your access to any forked coins depends on who holds your keys, the new coin’s value is never a given, and the whole event is catnip for seed-phrase scammers. So treat a fork calmly. Rely on official documentation, guard your recovery phrase like it’s the money itself, and check the tax position for your own 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 miners and validators actually do

Miners and validators add new blocks and keep a blockchain in agreement. They do the same job but earn the…

Liam Chen · Aug 26, 2026 · 6 min
Crypto

What gas fees actually pay for

Gas fees pay for the computation your transaction needs and ration limited block space. Here is what they actually fund…

Liam Chen · Aug 26, 2026 · 6 min
Crypto

What is a testnet?

A testnet is a practice copy of a blockchain where the coins have no value. Learn what a testnet is,…

Liam Chen · Aug 26, 2026 · 6 min