The Ledger Doesn't Forget
You fork a blockchain. You copy the code, snapshot the state, rename the token, and announce a fresh start. Clean slate, right?
Not necessarily. The legal world doesn't care much for the word "fork." What it cares about is continuity: of users, of economic relationships, of promises made. And some of those things survive the copy-paste operation with uncomfortable fidelity.
This is the part most explainers skip entirely. They describe how forks work technically and say almost nothing about what travels across the snapshot with the data.
What a Fork Actually Copies
A hard fork, at its most mechanical, takes the existing chain's transaction history up to a specific block height, duplicates it, and then diverges under new consensus rules. Every address that held ten tokens on the original chain holds ten tokens on the new one. Every smart contract that existed at block N exists on the fork at block N.
That last sentence is the one that should make developers nervous.
If the original protocol deployed a smart contract that collected funds under terms resembling an investment scheme, a securities offering, or a lending product, the fork inherits that contract's bytecode and its entire execution history. Regulators reading the ledger don't see a new project. They see the same ledger with different branding. The Ethereum Classic split from Ethereum, after the DAO hack, is the clearest historical demonstration of this: both chains shared an identical transaction history up to block 1,920,000, including every address, every balance, and every contract interaction that preceded the split.
The fork inherited the record. Whether it also inherited any legal exposure attached to that record is the open and genuinely contested question.
The Successor Liability Problem
Successor liability is a doctrine from corporate law. When one company acquires another, it can, under certain conditions, inherit the acquired company's legal obligations, including product liability claims, contract duties, and regulatory violations. Courts apply different tests in different jurisdictions, but the core logic is consistent: if you substantially continue an enterprise, you may substantially continue its responsibilities.
Apply that logic to a fork. A team copies the codebase, preserves the user base, keeps the transaction history intact, and markets the new chain as an improvement over or continuation of the original. That is a very credible argument for substantial continuity. Not settled. But credible enough that at least two U.S. enforcement actions have touched on chain-history questions when establishing whether a token was a security from its inception.
The harder case involves forks that are explicitly adversarial. Bitcoin Cash forked from Bitcoin, explicitly rejecting Bitcoin Core's development direction. The teams had no overlap. The branding was distinct. And yet the BCH chain carried every Bitcoin transaction ever made up to block 478,558. Any user who had received funds on Bitcoin under terms that could be characterized as contractual had those same interactions mirrored on the new chain.
Does that create liability for the Bitcoin Cash developers? Almost certainly not in that specific case. But the question gets sharper when the original chain had active legal proceedings underway at the time of the fork.
A Worked Scenario
Call them Protocol A and Protocol B. Protocol A ran a yield-generating product that attracted regulatory scrutiny. Before enforcement action concluded, a faction of the development team forked the chain, creating Protocol B with a new name and a new governance token, but an identical historical ledger and the same yield contracts still live in state.
Two developers: Marcus joined Protocol B's core team and continued maintaining those yield contracts. Lena forked the code but immediately deprecated the yield product and replaced it with something structurally different.
Marcus's exposure is obvious. He continued operating a product already under scrutiny, on a chain that preserved every record of that product's history. The continuity argument writes itself.
Lena's situation is more interesting. She used the same historical ledger, so the old interactions exist on her chain. But she made no representations about the yield product, derived no revenue from it, and actively removed it. A good lawyer argues she's a new enterprise that happens to share ancestry. A regulator's lawyer argues the ledger is the product, and the ledger is identical.
Neither outcome is guaranteed. That uncertainty is the actual legal risk.
What People Get Wrong About "Decentralization" as a Shield
The folk theory runs like this: if no one controls the protocol, no one can be held liable for it. Decentralization dissolves legal personhood.
This argument needs to die, because courts have consistently been unimpressed by it. The CFTC's action against Ooki DAO established that a DAO can be treated as an unincorporated association, making token-holding voters potentially liable as general partners. The SEC's enforcement history shows a consistent pattern of looking past the structure to find the humans who made decisions, wrote code, and marketed the product. Treating "the code runs itself" as a legal defense is like a restaurant owner blaming the stove for a health violation: it's a description of execution, not causation.
The catch: this cuts both ways. A fork with genuinely diffuse, anonymous, leaderless development is harder to pursue. The legal risk concentrates where identifiable human decision-making concentrates. So if you're a named developer on a forked protocol with a messy legal history, you are carrying more exposure than you might think.
Ask yourself honestly: when you forked that chain, did you just rebrand someone else's regulatory problem?
The One Thing Builders Actually Control
You can't un-copy the ledger. Once you've forked at a given block, that history is yours. What you can control is what happens after the fork block.
Protocols that have successfully argued for clean separation from predecessor liability tend to share a few characteristics. They deprecated or materially modified any product that was legally contested on the original chain. They avoided marketing claims implying continuity of the original enterprise. They established new legal entities with documented separation from the predecessor's team.
None of those steps are guarantees. They're the difference between a defensible position and an indefensible one.
A blockchain's history is its most durable feature, by design. Immutability is a legal fact as much as a technical one. When you copy that history, you are not picking up a blank notebook. You are picking up a filed document, and some of what's in it may already have someone's name on it.
Builders who treat a fork as a legal reset button are misreading what they just copied, and the ledger will be happy to prove it.