01The killer query — replay_extinct_tenant(dissolved_tenant_001)
replay_extinct_tenant("tenant_insurance_claim_44962d9b-…")dissolved_tenant_id: tenant_insurance_claim_44962d9b-25f5-5622-… dissolved_root_principal: princ_root_claim_44962d9b-25f5-5622-… dissolution_id: dissolution_insurance_claim_001 dissolution_reason: bankruptcy dissolution_at_ms: 1932940800000 (2031-04-01) successor_in_interest: court_appointed_trustee_southern_district_2031 replay_t_ms: 2064614400000 (2035-06-01, ~4 years post-death) state_id_post_dissolution: 52a6354d74451a636682402b22503488530aebe0db28f7c6c7ae4fa740a20dbe active grants: 2 decisions: 2 loss events: 1 surviving claims: ["claim_84711"] verdict: Valid category_claim: "Evidence outlives institutions."
One query. The full chain. Four years after the company is gone. The trustee did not need H33. Did not need the vendor. Did not need the company. Did not need its employees. Did not need its systems. Just the signed canonical events and the verifier.
02The money slide
03The honest limit a court reader must see first
Institutional Memory ≠ Legal Truth.
The proof establishes what happened, when it happened, who was involved, under what authority, and under what policy. The proof does not establish fault, damages, legal liability, or entitlement. Those remain legal determinations made by courts, regulators, and competent counsel — not by replay engines. Institutional memory is a structural fact. Legal truth is a judgment. This proof produces the first; the second remains where it belongs.
04The scenario, in order
| When | What |
|---|---|
| 2025 | Credit officer and AI risk agent approve a $4.2M loan (#15 substrate). Model + policy versions bound at decision time. Responsibility chain recorded. |
| 2025 | Borrower defaults. Loss event recognized. Claim #84711 filed with the reinsurer. |
| 2030 | External: litigation opens around the claim. (Not a canonical event — external narrative.) |
| 2031 | EnterpriseDissolution signed by the dying root. Reason: bankruptcy. Successor: court-appointed trustee, southern district 2031. |
| 2035 | The court trustee opens the file. Replays at T=2035 (four years post-death). The chain reconstructs. Claim #84711 still queryable. |
05The schema (Eric LOCKED Option A — minimal)
EnterpriseDissolution {
at_ms, // = dissolution_timestamp
dissolution_id,
dissolved_tenant_id,
dissolved_root_principal, // self-signs this final act
dissolution_reason, // "bankruptcy" | "voluntary_wind_down"
// | "regulatory_seizure"
// | "merger_into_extinction"
successor_in_interest: Option, // None = true extinction with no successor
signature
}
One new event kind. No continuity_id (Eric: "Not needed immediately."). No successor-recognition event (those are follow-on proofs). No additional graph complexity.
Snapshot extension: AuthorityStateSnapshot.dissolution: Option<DissolutionRecord> — skip-if-none, byte-identically backward-compatible across all 16 prior proofs.
06What this proof IS and IS NOT
The capstone of the H33 continuity ladder. The first proof where the dying party is the customer enterprise itself — not the vendor (that was #12) and not the vendor's own dependencies (that was #12.1). The proof a court, trustee, regulator, or post-dissolution claimant can read and understand the value of without needing to understand governance, agents, AI, blockchains, or cryptography. The institution died. The evidence survived. That is a universal concept.
A legal verdict. A determination of liability or damages. A claim about whether a given trustee or successor is entitled to act on the dead tenant's behalf — that is a jurisdictional and legal question. A claim that all consequences post-dissolution are recoverable — only events signed before dissolution are. A reserving engine for tail liabilities. A substitute for competent counsel.
07Known limitations (Eric LOCKED — 5 total)
- The dead tenant cannot sign new events. That's the whole point. If litigation requires new evidence to be added (a court order, a post-dissolution settlement), the successor entity must sign on its own behalf. The dead tenant's history is read-only.
- Jurisdictional / legal entitlement is out of scope. The proof does not address whether a given successor IS entitled to act on the dead tenant's behalf. That's a legal question.
- Wind-down period quality. Replay confidence may drop in periods immediately before dissolution if event signing was rushed during operational wind-down.
- Phase E lock remains open as in every prior proof. L9.1 closes per-event signature verification.
- Institutional Memory ≠ Legal Truth. (See section 03 above. Eric: "That distinction will become important later.")
08Where this proof sits
09Evidence appendix
| Field | Value |
|---|---|
| state_id at T=2035 | 52a6354d74451a636682402b22503488530aebe0db28f7c6c7ae4fa740a20dbe |
| Tenant | tenant_insurance_claim_44962d9b-25f5-5622-bd9a-98d5580bb8a2 |
| Tenant root | princ_root_claim_44962d9b-25f5-5622-bd9a-98d5580bb8a2 |
| dissolution_id | dissolution_insurance_claim_001 |
| dissolution_reason | bankruptcy |
| successor_in_interest | court_appointed_trustee_southern_district_2031 |
| T_DISSOLUTION (ms) | 1,932,940,800,000 — 2031-04-01 |
| T_REPLAY (ms) | 2,064,614,400,000 — 2035-06-01 |
| Years post-dissolution | 4 |
| Total events | 11 (10 from #15 + 1 dissolution) |
| Surviving decisions | 2 |
| Surviving loss events | 1 |
| Surviving claims | ["claim_84711"] |
| Verdict at T=2035 | Valid |
| Reconstruction artifact | reconstruction.json |
| Harness | tests/institutional_death_replay_001.rs (scif-backend @ 35ae26bf6) |
10Readiness determination
First Institutional Death Replay: PROVEN IN OPERATION. The dissolved insurance-claim tenant reconstructs four years post-dissolution, byte-identically, without H33 and without the dead tenant. Claim #84711 remains queryable. The 5th line of the H33 continuity ladder is earned: Evidence survives institutions.
What this unlocks: a court trustee, regulator, R&W insurer, post-dissolution claimant, or successor litigator can now ask the deepest question that follows a corporate death — "Does the chain still reconstruct?" — and receive a deterministic, signed, byte-identically replayable answer. The continuity ladder is now complete in proven form.
What this does not unlock: legal verdicts, liability determinations, damages calculations, or entitlement questions. Institutional Memory ≠ Legal Truth.
Authority survives time.
Responsibility survives authority.
Consequences survive responsibility.
Risk survives organizations.
Evidence survives institutions.
Issued by H33, Inc. · Eric Beans, CEO · 2026-06-03
Independently reconstructable. Inputs: scif-backend @ 35ae26bf6 · tests/institutional_death_replay_001.rs · reconstruction.json.