The Estate
Ninety-six Workers, sixteen zones, one inventory: how a sprawling edge network became something that can be audited, corrected and rolled back.
Why it exists
By August 2026 UnyKorn's public surface had grown to nearly a hundred Workers across sixteen zones, deployed from several machines and several sessions, with no single list of what existed or what each page claimed. An inventory is the difference between an asset and a liability.
The estate project produced that list, then a gate that reads every served page for claims we must not make, then a discipline that every deploy carries a receipt with its rollback version. The same project later recovered a deleted fraud site and a replaced CRM from the receipts and logs it had kept.
Verify the served response, not the repository. A green build that serves the old page is a red build.
Global context
Cyber-espionage and warfare sit among the leading short-term risks in the WEF survey. An edge network with no inventory is exactly the kind of surface that fails quietly; the estate work exists so that ninety-six Workers can be audited by one person in an afternoon.
World Economic Forum · Global Risks Report 2025 (20th edition, 15 January 2025)
"Misinformation and disinformation remain top short-term risks for the second consecutive year, underlining their persistent threat to societal cohesion and governance by eroding trust." Other leading short-term risks include cyber-espionage and warfare. Drawn from "over 900 global risks experts, policy-makers and industry leaders surveyed in September and October 2024"; 64% of experts anticipate a fragmented global order.
What we built
Three tools and a repository. The inventory snapshots zones, DNS hosts, routes and Workers into JSON with a timestamp. The copy-accuracy gate fetches every host and flags custody claims, registration claims, guarantees and partner names that lack a source, with severity. The deploy tools upload assets with correct content types and record bindings, and every receipt names the version to roll back to. All of it lives in a private repository that is the source of truth for the network.
One list
16 zones, 322 hosts, 199 routes, 96 Workers, with DNS per zone and routes per host, dated.
Copy accuracy
Rules for custody-brand names, registration claims, guarantees, partner assertions; a report per run with severity and the offending sentence.
Deploy and rollback
Each release lists what went where, the served check that proved it, and the previous version id.
It has been used
Two recoveries in September 2026 were reconstructed from wrangler logs, version history and the estate snapshot.
How it works
Where a page cannot be edited at source quickly, the edge rewrites the served HTML with a rule that names its source, as genesis402.com does today. The rule list is the changelog.
What is real today
Every row was checked against a served response or a test run on the date in the source line, not read from code.
| Capability | Evidence | State |
|---|---|---|
| Inventory | Report header 2026-09-04 09:04 UTC: 16 zones, 322 hosts, 199 routes, 96 Workers | MEASURED |
| Copy-accuracy gate | Runs on demand across all hosts; first run drove the September 4 remediation | CAPABILITY |
| Nightly automated run with a published diff | Not yet scheduled | IN DEVELOPMENT |
| Deploy receipts with rollback ids | Present for every release since 2026-09-04 in the product repositories | MEASURED |
| Content-type discipline on asset uploads | Added 2026-09-09 after an upload served files typeless; tools fixed | MEASURED |
| Workers Paid plan | Free-tier CPU and daily quotas cause intermittent errors on the heaviest requests | GATED |
| Retirement of dormant hosts | Inventory identifies them; decisions pending | TARGET |
Trust and safeguards
Credentials for the account are held by the founder; deploy tokens are scoped; secrets are never committed. Two incidents are written up in the receipts: a live CRM replaced on September 9 and restored the same day, and a deleted fraud site rebuilt on September 4. Each produced a rule, not a blame.
Economics
The estate is a cost center that makes the revenue lines auditable. It has no prices of its own.
Next phase
Schedule the gate nightly with a public diff; move to Workers Paid; retire or redirect dormant hosts; finish moving every remaining Worker's source into the repository so nothing exists only on Cloudflare.