Entropy wins. Always check the legal fine print.
A lawsuit filed in New York state claims ownership over 380,000 bitcoin—roughly 18% of total supply. The plaintiff, Noah Doe, argues these coins are abandoned property under state escheatment law. The defendant? The entire concept of self-custody.
This is not a rug pull. It is a protocol-level attack on a fundamental property right—silence.
Context
The Clarity for Digital Assets Act (CLARITY) is a federal draft bill introduced in the U.S. Congress in 2023, revised multiple times through July 2025. Its core provision, Section 20216, asserts that a self-custodied digital asset cannot be considered abandoned solely because the owner has been inactive for any period. The bill explicitly distinguishes between self-custodied assets (held via private key) and custodially held assets (e.g., on exchange), leaving the latter subject to existing state unclaimed property laws.
Simultaneously, a New York state court is hearing Noah Doe v. State of New York, where the plaintiff uses the state’s Section 7-B police-finds rule to claim dormant bitcoin addresses that have shown no on-chain activity for over a decade. The plaintiff supplements the argument with “extra-evidentiary” actions: an OP_RETURN message sent to one of the addresses, a press release, and a police report—all attempts to break the pure inactivity assumption.
The tension is existential: if a state can take your bitcoin simply because you didn’t move it for 10 years, then self-custody loses its core value proposition—absolute ownership over time.
Core: The Legal Code Audit
Let’s treat CLARITY v0.4 (July 2025 draft) as a smart contract. The logic is simple:
if (asset_state == SELF_CUSTODIED && inactivity_reason == ONLY_INACTIVITY) {
protect_ownership();
}
The vulnerability is in the ONLY_INACTIVITY conditional. The bill’s language says “solely by reason of inactivity,” but leaves the door open for courts to consider “other credible evidence of abandonment.” Noah Doe’s legal team is exploiting this: they filed a police report claiming the address owner is deceased, published a press release, and—crucially—sent an OP_RETURN transaction to one of the target addresses as a form of notification. The argument: the owner had opportunity to respond but did not, proving willful abandonment.
This is a griefing attack on the principle of silence. In code, a lack of state change does not imply consent. In law, it can.
The quantitative stakes: 380,000 BTC at current ~$65k is $24.7 billion. If even 10% of dormant addresses (those inactive >5 years) were challenged under similar logic, the total value at risk exceeds $100 billion. 2017 vibes. Proceed with skepticism.
The Contrarian Angle
The market assumes CLARITY will pass and protect self-custody. That consensus is dangerously overconfident.
First, the bill’s path through the Senate is uncertain. The July 2025 version already softened language from earlier drafts—removing explicit retroactivity protections. If the bill is weakened further (pessimistic scenario), New York’s lawsuit could set a precedent that spreads to California, Texas, and other states hungry for lost assets.
Second, Noah Doe may not be a lone actor. There are credible rumors—unconfirmed—that a large hedge fund or even a former exchange is funding the litigation to establish a legal claim over cheaply acquired dormant coins by buying up old private keys from defunct services. If this “legal extraction” model proves profitable, expect a wave of copycat lawsuits targeting every address with no movement since 2015.
The technical blind spot: OP_RETURN notifications are costless to send. Any adversary can spam thousands of dormant addresses with OP_RETURN messages claiming ownership and then file mass lawsuits. The court would then need to adjudicate each claim, creating an infinite legal recursion. The very act of sending such a message could be considered harassment, but the law currently lacks a mechanism to filter spam claims. This is a systemic vulnerability in the legal layer.
Takeaway
The next 12 months will decide whether bitcoin remains the ultimate property right or becomes subject to the entropy of state escheatment. Track two signals: the Senate’s final wording on Section 20216 (around October 2025 before election season), and the first deposition in Noah Doe v. State of New York (expected November 2025). If you hold dormant coins, send a small transaction to any address you control—a mere 100 satoshi move—to create provable activity and break the inaction assumption. Silence is no longer safe.
Entropy wins. Always check the legal fine print.