The Scale of the Problem
Approximately 8,000 people in the United States die every day, each leaving behind a digital estate that no legal framework, technical protocol, or cultural norm is adequately prepared to manage. Their photographs dissolve behind locked iCloud accounts. Their writing decays on platforms that will, statistically, not outlive them. Their websites begin a quiet countdown toward domain expiration and the 404 that follows.
The structural decay is measurable. A 2024 Pew Research Center study found that 25% of all webpages collected between 2013 and 2023 were no longer accessible — with 38% of pages specifically from 2013 having vanished within a decade. The same study found that 54% of Wikipedia articles contained at least one dead reference link, and 21% of government webpages harbored broken links. The Harvard Law School Library Innovation Lab found that approximately 50% of URLs cited in United States Supreme Court opinions no longer function as originally intended. If the judiciary of the world's most powerful nation cannot maintain the referential integrity of its own legal reasoning, what hope does an individual's digital estate have?
The OpenID Foundation's Death and the Digital Estate Community Group (DADE CG), chartered in 2024, framed the failure plainly in its 2025 whitepaper: "most societies remain unprepared for what happens when people die or become incapacitated, leaving behind their online assets." The cascading failure runs across three domains — cultural taboos around discussing death, fragmented legal frameworks, and a technology landscape where each platform implements its own idiosyncratic and often inadequate legacy tools with no interoperability between them.
The Double Lock
Platform-mediated digital identity sits behind two barriers: a key (the user's credentials) and a lock (the platform's authentication system). When the user dies, the key is lost. But the lock remains — and only the platform can open it.
This "double lock" creates a sovereignty vacuum at the moment of death. The major platforms have responded with gestures toward succession that reveal, under examination, the limits of what rented land can offer:
- Facebook: Designate a "legacy contact" who can manage a memorialized profile — but cannot access private messages. The most intimate layer of the estate is permanently sealed.
- Google: Inactive Account Manager permits designated contacts to receive data after a period of inactivity — but only if the user configured the system before death, and only for data Google chooses to include.
- Apple: Digital Legacy program grants access to iCloud data for a maximum of three years, after which the account is permanently deleted. Licensed media, payment information, and passwords are excluded.
These are not succession systems. They are controlled demolition schedules with a courtesy notification. The user possessed no genuine ownership to transfer. They held a license — and the license died with them, or more precisely, the license was always already revocable, and death simply removed the only party with standing to object.
In the Myceloom framework's Taxonomy of Digital Strata, this category of data is the Submerged Silo — subject to institutional taphonomy, degradation through corporate decisions rather than natural decay.
Post-Human-First Design and the Heirloom Manifest
The Myceloom Protocol's Layer 7 — the Temporal/Heirloom layer — addresses this problem not as an edge case to be patched but as a first-order design requirement. It introduces the operating principle of Abyssal Time: digital systems should be designed not for the next quarterly earnings cycle, but for the next generation.
This requires a fundamental reorientation. Most software is real-time or offline-first in its design assumptions. Layer 7 requires post-human-first design: the system must remain legible, discoverable, and valuable without any active human intervention, potentially for decades or centuries. Its four mandatory provisions:
-
Human-readable data formats where feasible — formats a person can
read without proprietary software. Plain text files will be readable after the company
that made them goes bankrupt.
.docxfiles may not be. - Documented succession paths describing how data can be moved to an alternative platform. This documentation is not optional — data without succession context is an archive without an executor.
- Data export in open, standardized formats — the precondition for any succession. You cannot bequeath what you cannot extract.
- Archival-quality metadata sufficient for interpretation by someone who was not present when the data was created.
The Heirloom Manifest (H-Manifest) is the Protocol's concrete specification for digital succession: a machine-readable statement of what should happen to a node's data, identity, and network relationships when the operator ceases to maintain them. It operates at the protocol layer — immune to jurisdictional fragmentation — and leverages the Lindy Effect in its design: succession mechanisms built from the web's oldest and most durable materials are the mechanisms most likely to function when they are needed.
The Protocol's Two-Line Handshake expresses this principle:
<meta name="myceloom" content="lineage:unearth; signals:digital-heritage; status:dormant"> <link rel="myceloom" href="https://your-mother-tree.com">
Two lines of HTML. No JSON-LD schemas to validate, no API keys to expire, no databases
to maintain, no SaaS subscriptions to lapse. The HTML <meta> tag
has existed since the earliest days of the web — over three decades. When a node's
operator dies and the domain eventually expires, Internet Archive crawlers will have
already captured the Spore Line. A future researcher searching for the signal
digital-heritage will find the dormant node decades hence, its identity
and lineage preserved in the simplest possible format — the format most likely to
still be parseable.
Field Notes — The Dead Sea Scrolls vs. the Medium Post: The Dead Sea Scrolls are readable after two millennia. A Medium blog post may not survive five years. The current web operates on a paradoxical assumption: platforms are immortal, but data is ephemeral. We build as though Google will exist forever but accept that our photographs may not survive the decade. This assumption is backwards in both directions. Platforms die routinely — the Killed by Google project documents over 290 discontinued services. And data, properly formatted, can outlast any institution that hosts it. The crisis of the digital estate is a crisis of format choices made at the moment of creation.