A Peer-to-Peer System for Living Ledgers, Mortal Money, and Optional Immemorial Record
Abstract
A peer-to-peer system for settlement, identity, memory, and record is proposed in which there is no global blockchain and no trusted third party. Each participant operates a home server that keeps its own hash-chained ledger. Transactions are bilateral: two machines meet, both parties sign the same payload, and each appends a block to its own chain — settlement is complete right there, with no clearinghouse. Discovery is trackerless: identity is a coordinate in a mathematical space, and the network finds you in a handful of hops. Identity itself is proof-of-lineage: a node proves an unbroken descent from the network’s genesis, the way a child needs no visa in their own country. A newcomer with no family founds a new line the way the first lines were founded — with a real, costly birth — and descent carries the proof from there, so no one ever re-pays what their line has already paid. A living census senses how much of the mesh is present and able to carry work, without ever reducing a person to a score. An optional shared stone, OMNESIA, lets participants write records immemorially — permanently and unalterably — when both parties choose it; what is on the stone is official, and no state registry, notary, or bank is required. Around these organs grows a full body: money that dies on its own timescale, juries drawn by lot, a calendar that closes cleanly every year and renews itself every fifty-four, and an immune system with a live adversary inside it. The result is a Web of Life: a mesh of sovereign households that settles without a throne, remembers without a warehouse, and hands each generation enough proof to continue the work and enough freedom to replace the machinery.
1. Introduction
Commerce, property, social memory, and collective defense have long depended on central offices. A registrar says who owns land. A bank says which payment cleared. A court says which injury receives remedy. A directory says where a person can be found. A platform says who is admitted and what they see. These offices solve real coordination problems — but they solve them by installing a trusted party above the parties who act, and they carry the usual weaknesses of the trust-based model: single points of failure, mediation costs, capture, and records that burn, drift, or disappear with the institutions that held them.
The question this paper answers is simple: can two people, each running a home server, settle directly, keep their own chains, find each other without a tracker, resist fake identities without a registrar, and make a record permanent when they choose — without forcing all of ordinary life through one global blockchain?
The network described here is not a bigger blockchain. It is closer to an organism: it is born, it breathes, it senses its own capacity, it defends itself, its money is mortal, its memory is deliberate, and its oldest records outlive the machines and even the cryptography that first carried them. We call it the Web of Life, and the sections below walk through it the way you would meet it: first the trades, then the ledgers, then how nodes find each other, how they prove they are real, how the mesh knows it is alive, how it remembers forever, how its money works, how it judges, how it dies well, and how it fights.
One honesty, stated once so the reader can relax: this is a design paper. The architecture is settled; many of its exact numbers — thresholds, byte layouts, tuning constants — are deliberately left as later choices, and where a number matters to the story we say plainly whether it is fixed or still a dial. Nakamoto’s paper described software that barely existed yet. So does this one. That is what white papers are for.
2. The Design in Five Sentences
Everything rests on five ideas:
- Your ledger is yours. Every home server keeps an append-only, hash-chained ledger, and is the sole writer of it.
- Settlement is a handshake. Both parties sign the same canonical payload; each appends a block referencing the other’s. When both have appended, the trade is settled. No third party has confirmed anything; the two ledgers are the proof.
- The map is the network. Discovery uses a Kademlia-style distributed hash table. Identity is a coordinate; closeness is XOR distance; a lookup converges in a logarithmic number of hops with no central index anywhere.
- Identity is descent, and it is never free. Every node proves an unbroken line back to genesis, and founding a line costs something real — so surrounding a victim with thousands of fake neighbors is economically absurd.
- Permanence is optional. An immemorial record exists for the things that must be official — property, title, inheritance — and nothing else is required to touch it.
The rest of the paper is these five sentences, grown into a body.
3. Transactions
A transaction is an agreed payload — the parties, the thing moved, a nonce, the rules it is valid under — that both parties sign. When A and B trade:
- They exchange the proposed transaction and verify it.
- Both sign the same canonical bytes.
- Each appends a block to their own chain that includes the transaction and a reference to the other party’s block.
- Settlement is complete when both have appended.
An auditor never has to ask the whole world whether a trade happened. They fetch A’s block and B’s block, check the two signatures, the payload hash, and the cross-references, and they are done. We call the result four-artifact finality: one payload, two signed appends, and the cross-references that stitch them together.
Double-spending is prevented because each ledger is ordered and append-only, and because unwinding a past block would break references your counterparties already hold. Disputes shrink to a small shape: if two records mismatch, the signatures identify the contradiction; if one party signs but never appends, the other holds evidence of the attempted agreement. What remains is a human matter, and the system hands it to human judgment — never to a hidden global finalizer.
High-churn traffic — small payments, social events, file chatter — stays in exactly these bilateral channels. The network deliberately has no third place where everyone’s trades accumulate: the permanent stone holds a few kilobytes of witnessed roots per epoch, ordinary gossip dies when no peer has a reason to carry it, and everything else lives with the pairs who made it.
4. Your Ledger, Your Recovery
Each node keeps one chain and a compact state: a bounded summary of what is currently spendable and committed, capped so that an ordinary home machine can always carry it. The full past stays available — locally, from counterparties, from archives — but fast recovery never depends on replaying everything.
Recovery is designed for real households, where disks die. A node mirrors encrypted fragments of its compact state to its DHT neighbors; the key is derivable only from the owner’s seed phrase, so neighbors hold fragments they cannot read. A periodic heartbeat attests the current state root and sets a high-water mark. On restore, the node gathers fragments, reassembles its state, checks the root against the mark, and resumes. If the reconstructed summary and the ledger ever disagree, the ledger wins — the mark prevents rolling back to an older, more favorable balance, and the chain prevents a forged summary from rewriting history. We call this rite Lazarus, because that is what it is: your household machine can die and come back as itself.
5. Finding Each Other
To trade with someone you must find them, and a central registry would reintroduce the very point of control this design exists to remove. So discovery stays mathematical. Every node has an ID in a shared keyspace; your identity can be written down like a magnet link; and resolving it is a walk across the mesh, each hop closer in XOR distance, no tracker anywhere. Peer exchange keeps the mesh self-healing: when a node leaves, the map routes around it.
Two refinements make this humane in the real world. First, who you are and where you are are different facts. A citizen who moves houses, changes networks, or sails out of range does not become a different citizen; identity is the key, reachability is today’s routes. Second, real people live behind home routers, so the mesh weaves what we call the Braided Sea: each citizen derives a small, changing braid of candidate doors from public artifacts alone — no registrar assigns them, no directory can withdraw them, and any two nodes can compute compatible doors without asking anyone’s permission. Probe voyages — pilot ships — bounce outward through nearby neighborhoods, and well-traveled paths reinforce into currents, the way ant trails do. The one thing the design refuses on this plane is a scheduler that assigns routes: whoever owned it would own the network’s address book, traffic map, and kill switch all at once.
6. Proving You Are Real
Every open network faces the same attack: identities are cheap, so one adversary pretends to be thousands. The classical answers all prove sacrifice — proof-of-work burns energy, proof-of-stake locks capital, proof-of-space fills disks. The Web of Life anchors identity in a fourth proof, and it is the heart of this design: proof-of-lineage. Lineage proves descent. Costly work still stands at the root of every identity — but it stands where birth stands, once, at the founding of a line, and descent carries it forward from there.
A node born into the network carries a birth certificate binding its identity, its parent, and the doctrine it was born under, in an unbroken chain back to genesis. The claim is not “I paid” but “I descend.” Recursive proofs keep admission compact — a peer verifies your line without replaying your whole family tree — while the full ancestry remains auditable forever.
Birth is a real ceremony with real gates, and the gates are cheerfully biological. A parent petitions for the child; the child generates its own keys on its own board, so nobody can manufacture a puppet; a godparent from outside the family branch counter-signs and stakes something real on the newcomer’s conduct; birth costs a genuine dowry, burned, not paid to anyone; and every line carries a finite number of birth charges — a telomere — so lineage can never become a Sybil factory. Fertility runs down through the generations of machines and is renewed only at the living root: a human being. Ten machines under one roof are one household’s organs, not ten citizens.
And lineage proves existence, not rank. A birth certificate grants no authority, no wealth, no vote weight, no judgment. It answers exactly one question — is this node real? — and nothing else. The moment ancestry started conferring power, the network would have invented aristocracy; it has not, and may not.
And every line begins somewhere. A newcomer with no family in the mesh founds a line the way genesis founded the first ones: by forging a root identity with real, costly work. The forge is memory-hard, so a warehouse of processors gains little over a good home machine; every neighborhood enforces a floor of at least one hard day’s work per identity; difficulty adapts to the local hardware class, so powerful machines cannot gentrify a neighborhood of modest home servers; and a freshly forged root matures before it carries full weight. Founding a line once is a rite anyone can afford. Founding ten thousand is a fortune — and that arithmetic, not any gatekeeper, is what keeps the mesh honest at its edges.
Genesis itself happens exactly once, as a completed ceremony: the founding keys are separately custodied, the first six offices of the network are emanated with everything they need to be independently verifiable, and then the midwife falls silent — retaining no roster, no override, no reach. Every later node proves its ancestry from artifacts. Nobody ever telephones a root authority for permission, because there is nobody home.
7. The Census: Knowing You Are Alive
Lineage is vertical — who descends from whom. The census is horizontal — how much living mesh is present right now, healthy, reachable, and able to carry work. The mesh takes its own pulse continuously, using well-worn gossip techniques fused into one round: running aggregates, failure detection, network coordinates, firefly-style synchronization.
Three walls keep the census honest, and they matter more than the plumbing. First, capacity is never a score over people. The census may inform routing, replication, and quorum estimates; it may not rank citizens, and no convenience label in any interface may quietly become one. Second, a useful capacity estimate has three independent dimensions — what a node declares, what it has proven, and what is live right now — and no single one of them is truth. Third, being briefly silent is not a crime: liveness, protocol conformance, and fertility are three separate questions, and an outage must never mutate into a conviction.
The census answers one constitutional question: is the organism large enough to be truly autonomous? The floor is set at 144,000 living lines — and the unit is deliberate. A line is a living household: one human root and every machine ordained beneath it, collapsed to a single failure domain. A line with no live machine counts zero. A line with one live box counts exactly one. A warehouse of servers under one roof saturates — more boxes add resilience and storage, never constitutional breadth. Splitting a fleet into fake households doesn’t work either, because every new line requires a lawful birth, and births cost real dowries outside your own branch. The birth gate and the census curve lock like two hands: one stops cheap multiplication, the other stops purchased breadth.
Once a year, at year-end darkness, every living line answers the census the old way: by pilgrimage. The line walks its certificate chain back to genesis and presents itself alive. A line that misses the walk goes stale — out of the jury urn, no census weight — but stale is not dead: nothing is revoked, and the line may simply walk again next year and resume as itself. Every fifty-fourth year the pilgrimage is the Homecoming, when the living tree crosses into a new ring; branches that answer remain green, and branches that have gone silent are folded gently into the record — not clipped from the tree, folded in.
8. The Layered Body
The mesh carries very different kinds of traffic, and the design refuses to let any layer do another layer’s work:
- L0 — settlement: the bilateral trades and local chains. The ground truth.
- L1 — permanence: the optional stone, its witnesses, and its heartbeat.
- L2 — coordination: discovery, capability negotiation, census, health.
- L3 — the kinetic plane: social life, media, files, everything fast and forgettable.
Typed channels keep the planes from bleeding into each other, and a strict priority ladder governs what happens when a machine is under pressure: key integrity and settlement first, permanence next, coordination after that, and entertainment sheds first. When your home server is pressed, it forgets the videos before it forgets the money — the same order you would choose.
Beneath it all sits a treaty with the physical machine: the node is a guest on its owner’s hardware, never a conqueror of it. It consumes idle cycles, respects the host, reports pressure honestly, and yields when the human needs their machine. A protocol that seizes the host is malware; this one is a lodger with good manners.
9. OMNESIA: The Stone
Not every transaction should live forever. Almost none should. But some records — a title, an inheritance, a memorial, a covenant — deserve to outlive every machine and institution that witnessed them. For these there is OMNESIA, the optional immemorial record.
Three sentences define it. It is a record, not a clearinghouse: settlement never waits on it, and requiring it for every trade would rebuild the bank this design refuses. It is a skeleton, never a warehouse: it stores sequence and commitments — hashes, roots, attestations — while the flesh of documents stays with the parties and their archives. And it is official: when both parties lift a transfer onto the stone, that transfer is the record — no registry, notary chain, or apostille behind it, in the spirit of Torrens title. Two principals, two servers, both append, done. Legitimate.
Writing to the stone is deliberately costly and deliberately witnessed. The current design prices an eternal write at ten burned day-portions of blue — the unconditional daily coin described below — plus three witnesses who attest the write and its proof. Permanence is bought with the most mortal coin the system has, which is exactly the right price for eternity: many citizens’ living days, sacrificed, not paid to anyone. A witness at this gate is the only intermediary anywhere in the design, and it arrives after settlement is already complete. The witness proves that the write is lawful; it cannot clear a trade, set a value, or judge a person. The proofs themselves are transparent recursive proofs — no trusted setup, one shallow primitive family, chosen so the whole proof system can be replaced when its era ends.
Because there is no external chain to lean on, the mesh manufactures its own time. A native epoch pulse beats; witnesses aggregate their roots; and high-capacity machines race — under the same memory-hard discipline as identity — to bind each epoch into a Master Epoch Root, the tick of the sovereign clock. The race has a beautiful anti-pooling property: the scratchpad for the epoch proof is seeded from the prover’s own live signing state, so a mining pool would have to hand its drones the keys to its own treasury. Cheating structurally requires trusting your accomplices with everything, and the trust boundary refuses to scale beyond one motherboard.
The stone’s custody is engineered for deep time. Records are erasure-coded so the system survives the correlated loss of a third of itself; a small verification spine is replicated everywhere; and placement is derived from lineage and public artifacts — no coordinator assigns the keepers, and no two fragments of one stripe may rest on one household. Placement must avoid concentrating a record in one country, one jurisdiction, one family, one operator: a continent may be lost, disconnected, or sealed, and the promise is eternity anyway. The mesh works at sea from day one — an isolated voyage can hold its records, prove its history, and land them when it reaches shore.
And permanence, honestly stated, is immortality by succession, never by storage. No disk lasts seven centuries; no cipher does either. So the record crosses time the way life does: a double helix of lineage and memory, where ancestry must be proven before every write and stored memory can never rewrite the ancestry that admitted it; a molting root, where every fifty-four years the trust material itself is ceremonially reborn — old and new roots cross-sign, the new suite re-proves the old chain, and obsolete cryptography is retired before it can impersonate eternity; and an Ouroboros ring of years in which old skins remain verifiable after their suites have died. The design binds its promise to one great ring of 702 years — thirteen rings of fifty-four — and declines to legislate beyond the horizon it can size. A promise you can falsify is stronger than an infinite one you can only believe.
10. The Calendar
A system that manufactures its own time deserves a calendar worth living in. The year is thirteen months of twenty-eight days — 364 counted days, exactly fifty-two weeks, so nothing ever drifts through the week — plus one closing day of darkness outside the count. Every fifty-fourth year is the jubilee: 378 days, exactly fifty-four weeks, when the Homecoming walks, shed lines may petition their return, the new cryptographic fire is lit, and the record is re-carved into its next skin. Thirteen rings make the great ring of 702 years; the leftover solar debt is carried openly in the arithmetic — the residual error is about a day per tens of millennia, and the calendar yields to the sky, never the reverse: observed astronomy outranks a beautiful formula.
Every darkness is a festival. Nightly closures handle maintenance; the monthly seam settles the month’s accounts; the year-darkness seals the annual volume of the stone. Rest is not an outage. The system is designed to stop, together, on purpose — and a network that can rest is a network no one has to guard at 3 a.m.
11. Mortal Money
The economy runs on a radical and very old idea: money should die on its own timescale. A daily coin should live a day. A wage should fade in months. Nothing you can hoard should quietly become a throne. The Web of Life mints two coins and recognizes a third plane it refuses to mint at all.
Blue is the wage of being. It arrives unconditionally, per person, per day, and dies daily. It cannot be hoarded, taxed into a treasury, or garnished; it is the floor under every citizen, and the fuel — sacrificed, never paid — for eternal writes to the stone.
Yellow is the wage of work. Useful network labor — carrying, storing, serving, proving — is paid in yellow once a week, attested by the peers served, never self-claimed. Yellow melts by one third each month, and the arithmetic self-balances with no administrator: at steady state the standing stock settles at exactly twice the monthly rain, because the bigger the stock, the bigger the burn. Work is rewarded with time — about 1.7 months of half-life — without ever compounding into an immortal fortune. Wages bind to physical machines and their real, consented capacity, and the pay curve goes concave above a knee, so splitting one server into a thousand names earns nothing extra.
Green is never minted, because green is us. Goods, titles, homes, relationships, obligations, consent — the real world — is not a token. It is the plane of keypair signatures between people, recognizing what actually happened between them. No organ issues it, no desk converts into it, and no green number ranks a citizen. When two people sign the real relation they have made, that is the green plane, complete.
From mortality, the banking conclusion follows on its own: no more banks, only money changers. Deposits, vault balances, overnight lending, the whole credit empire built on other people’s stored claims — all of it structurally forecloses when money melts. What remains is the honest occupation: a bilateral counterparty who translates between timescales and ports, owning no mint, no vault, no license, and no judgment over anyone. Debt still exists — dual-signed, pair-local, capped — and debt melts too, a third each year. No claim outlives entropy. Contracts may compute — signatures, epochs, preimages, artifacts, with both branches pre-signed and a void branch that fires if evidence never arrives — but a contract may never judge a person. There is no negation atom, no way to encode “prove you didn’t.” Evidence can advance an agreement; only humans render verdicts.
12. Justice by Lot
Where money is mortal, judgment is human — and deliberately never a career. There are no standing judges, no permanent prosecutors, no reputation scores wearing robes.
The gravest causes — blood causes — are heard under the Mark, and the Mark is blood-only: it is not a credit score, a debt badge, an employment screen, or a traveling reputation. Consent to the Mark covenant is recorded once, at coming of age, before any cause exists — never extracted from a frightened defendant. Juries are drawn by sortition from the whole citizenry, 501 heads for blood causes and 1501 for the gravest, summoned in stages so a juror can walk away before they know enough to sell their seat, voting blind, simultaneous, and unbribeable. The dice cannot be loaded: every draw is seeded from a night-watch root co-signed by many hands, and no participant — not even the summoner — can reroll it. Numbers are always heads, never wealth; holdings buy no ballot. For the rare act so grave the whole mesh must answer, an ejection poll of 6000 exists — and even ejection is a membrane remedy, not civil death: it touches neither bread nor body nor birth certificate, and a corrected peer may return through the ordinary gate as themselves.
Remedy, when owed, siphons from yellow inflow only — future work-wage, never bread, tools, home, or body. Forgiveness is a dual-signed act between the parties, which no administrator can forge and no machine may infer from silence. Marks and remedies expire at the jubilee. And guilt never crosses inheritance: an heir may receive property, never an accusation.
13. Death, Inheritance, and the Sea
Life in the mesh is proved by relationship, not self-report. A node is alive when expected partners answer it; one valid signed frame from a partner vetoes any claim of death; and true death requires total silence across the whole cohort plus a completed human certification. Sleep, travel, refusal, and partition can never be mistaken for dying.
And once you’re dead, you’re dead. The design refuses resurrection as a continuity trick: a successor inherits goods, proofs, craft, and bounded office, but it is a new bearer — the phoenix never rises; it begets. The mesh is the archive in which the dead remain readable forever; a tombstone closes the living relation without deleting a byte. Necromancy — reviving an old identity because its keys happened to survive — is refused, and so is escheat: no central body ever acquires an estate because a line went quiet. Blue dies with its bearer’s last day. Yellow crosses only as proportional stakes in a stream that keeps melting. The hourglass narrows; nothing immortal passes through.
The sea gets its own law, because a network of households must survive its voyagers. A partitioned line keeps a sealed diary distinguishing when a thing was authored from when it landed; trades and even births can happen under way, land later, and be judged fairly — a birth at sea simply earns a longer novitiate, because fewer witnesses were aboard. A fleet cut off for years does not fall silent: it carves a lawful annex pinned to the last sealed root it shares with home, and on homecoming the annex is proven and appended whole. Nothing is unwritten. Voyage is not death.
14. The Immune System
The mesh does not merely tolerate attack; it keeps an adversary on staff. From the first laboratory generation onward, one of its own lineage-born citizens attacks it — because a defense that only repels outsiders has proven nothing about zero trust. The immune cycle is permanent metabolism, not a one-time certification:
LIVE → ATTACK → AUDIT → DIAGNOSE → PATCH → REPLAY → PROVE → STRONGER
A patch is never accepted for sounding plausible. It is accepted when the replayed attack fails with exactly the promised refusal.
Trust, meanwhile, is re-earned per frame. A valid birth certificate admits a citizen to attempt conversation; it does not make their bytes valid. Malformed frames, channel violations, and false capability claims are refused at the membrane — and eviction from a session never revokes a birth. Identities mature before they carry weight; attestations carry costs; frame sizes are deterministic to starve parser attacks; and peer diversity is measured against network operators, so a thousand “peers” behind one ISP count as what they are.
Underneath every mechanism runs one immune principle: no hidden oracles. Botnets are not detected by intuition but made suicidal by construction. Capacity is not trusted from self-report but measured. Justice is not entrusted to a caste but drawn by lot. Money is not entrusted to a treasury but melted. Wherever a system would normally say “trust the watcher,” this one replaces the watcher with a receipt.
The same principle governs what a citizen sees. A feed is literal and chronological — what you asked for, in the order it was published, with no engagement optimization, no relevance re-ranking, no steering. Discovery beyond what you follow is a true random draw that nobody can grind or weight; the catalog assembles at night, while the surfaces are closed, and the day is pull-shaped — a library visit, not a slot machine that refreshes itself to hold your attention. Every displayed rank shows its arithmetic. No organ may optimize an objective the affected citizen did not set.
15. Why Not the Existing Things
Each refusal below is also the design’s best explanation of itself.
Why not gold? A money that never dies accumulates forever — the dead hand. Here, each timescale has its own money, and each money dies on schedule.
Why not central-bank fiat? A private hand on the spigot decides what everyone’s promises are worth. Here, issuance is a formula in public doctrine, changed only in the open.
Why not Bitcoin? With love — it proved the whole field possible, and its paper is this paper’s ancestor. But global consensus forces global ordering and universal replication onto events that are naturally pair-local, one world-ledger retains everyone’s business ambiently, and never-change is the wrong immortality. Settlement here is bilateral and self-proving; doctrine evolves through a lawful lane.
Why not smart-contract platforms? Code that renders verdicts no human rendered. Here, contracts compute and humans judge, and the language cannot even express “punish the absence.”
Why not credit scores and reputation systems? Any scalar over citizens becomes a master rank, whatever it is named. Here, evidence travels to human gates, and the compression of a person into a number is refused everywhere it appears.
Why not CBDCs? Programmable central money perfects the watcher: one issuer that can observe, permit, expire, geofence, and reverse ordinary life. This design is its structural opposite — mortal, pair-local instruments whose settlement consults no issuer.
Why not Lightning-style channel networks? Not because of the channels — bilateral repetition is exactly right, and L0 embraces it. Because the channel graph leans on a global base chain for entry and exit, converts locked capital into route power, and breeds watchtowers and liquidity hubs. Here the bilateral artifact stands on its own, offline-verifiable, with no globally adjudicated exit.
Why not SWIFT and correspondent banking? Institutional trust at every hop and a chokepoint that can excommunicate by fiat. Here the artifact is the witness: a path through pairs carries value without any hop becoming an authority.
Why not barter? Barter is a false origin story. Trade begins with the human yes — bilateral credit created by the trade itself, bounded by consent. That is already the green plane.
Why not proof-of-stake? Authority in proportion to holdings is plutocracy stated as an algorithm. Here existence comes by ancestry, carrying capacity by attestation, and judgment by lot — and none of the three can be purchased.
Why not hierarchical PKI? A root authority that can mint identity turns one compromise or subpoena into a mass event. Here ordainment is a completed birth, the midwife goes silent, and ancestry grants existence — nothing else.
Three questions test every mechanism in this paper. Could the parties act if no central authority could answer in time — even at interplanetary light lag? Does any watcher, toll, or scalar get to say what is real? And is one instrument being forced to serve every duration? Where the answer goes wrong, the design goes back.
16. Security Considerations
Sybil and Eclipse. One mechanism, met at two moments of a line’s life: descent within a line (finite telomeres, exogamous dowries, out-branch godparents, no self-minting) and the costly forge at a line’s founding (memory-hard work, a global floor, anti-gentrification ratchets, maturation). Eclipse additionally fails against routing diversity and per-hop verification — no hop is trusted without checking its proof.
Lineage capture. Stolen keys, colluding births, spoofed doctrine versions. Mitigated by fertility limits, doctrine-version binding in the certificate, recursive proof audits, and the standing red-team replay.
Pooled proving. The treasury bind makes outsourced epoch-proving equivalent to handing accomplices your wallet. Implementations must preserve exactly that binding; a “safe” outsourced representation would reopen pooling.
Rollback and recovery poisoning. The high-water mark blocks restores to older favorable states; the ledger outranks any reconstructed summary; fragments are sampled from many neighbors and verified against Merkle roots.
Record capture and bloat. The stone’s witnesses see permanence, not settlement; writes cost burned blue and plural attestation; custody is derived, dispersed, and capped per household; annual sealing and deep cold strata keep the skeleton light. The dangers — a warehouse stone, a notary-turned-clearinghouse, a burn-turned-tax — are named so implementers can refuse them.
Host overload. The priority ladder and the guest treaty keep the node subordinate to its owner’s machine; under pressure it sheds entertainment first and protects keys and settlement last of all.
Scalar capture. The recurring failure of good systems: a useful measure quietly becomes a master score. Here capacity is advisory, the Mark is blood-only, contracts cannot judge, and the separations are required all the way into storage schemas and interfaces — because scalar capture enters through convenience labels long before it enters through law.
Privacy. Bilateral ledgers show counterparties what they need; the stone makes chosen facts permanent. The design therefore lifts as little as possible, stores commitments rather than bulk, and prices the stone dearly. Stronger privacy proofs are a welcome future mechanism.
17. Conclusion
The design is five sentences grown into a body: a ledger per household, settlement by handshake, discovery without a tracker, identity by descent, and permanence by choice. Lineage joins work, stake, and space as a fourth way to prove existence — and proves only existence. A census measures the mesh’s real carrying without pricing its people. Money lives on the timescale of its purpose and dies there. Judgment belongs to juries drawn by dice nobody can load. The record crosses centuries by succession — proofs handed forward, roots reborn, suites retired with honor — inside a calendar that closes cleanly every year and renews the world every fifty-four.
No throne appears anywhere in the design, and that is its central discipline: settlement stays pair-local, discovery stays mathematical, lineage grants existence and nothing else, census measures and never ranks, the stone records and never clears, contracts compute and never judge. Each organ is kept honest by the refusal of every other organ to do its work.
The Web of Life is a design for a society of sovereign households: settling without banks, remembering without registries, judging without judges, and outliving every machine it was born on. Two principals, two servers, both sign, both append — and when they choose, the stone remembers forever. No other parties required.
References
- S. Nakamoto, “Bitcoin: A Peer-to-Peer Electronic Cash System,” 2008.
- P. Maymounkov, D. Mazières, “Kademlia: A Peer-to-Peer Information System Based on the XOR Metric,” 2002.
- A. Back, “Hashcash — A Denial of Service Counter-Measure,” 2002.
- C. Dwork, M. Naor, “Pricing via Processing or Combatting Junk Mail,” 1992.
- R. C. Merkle, “A Digital Signature Based on a Conventional Encryption Function,” 1987.
- A. Biryukov, D. Dinu, D. Khovratovich, “Argon2: the memory-hard function for password hashing and other applications,” 2016.
- F. Dabek et al., “Vivaldi: A Decentralized Network Coordinate System,” 2004.
- R. van Renesse, Y. Minsky, M. Hayden, “A Gossip-Style Failure Detection Service,” 1998.

Leave a Reply