Genesis-Sealed Workshop
secure session · authenticating…
Owl Academy · Department of Proof

Proofs Workshop

Boot, inspect, and author topological proofs as cartridges. Load them into the retro proof emulators, or forge new ones in the cartridge makers. Every page is sealed behind your Genesis identity.

← Grand Archives
Feature · Emulators
Feature · Cartridge Makers
Cartridge Library
Proof · Canonical
Torsional Trefoil Markov Pump
TTMPT · pump theorem
Proof · Experimental
Hyperbolic Sparsemax Pump
SHD-CCP · 4×4×4 kernel
Empty slot
+ Insert cartridge later
build in a maker
Empty slot
+ Insert cartridge later
build in a maker

The library will fill as you author cartridges — these slots are placeholders you can populate later.

Cartridge Format

Emulators and makers share one self-describing JSON artifact (cartridge.js). It carries a tamper-evident seal and the author's tier-based priority, so trust travels with the proof.

{
  "format": "owl-proof-cartridge", "version": 1,
  "machine": "c64" | "amiga",
  "id": "ttmpt-pump", "title": "…", "abstract": "…", "tags": ["…"],
  "author":   { "genesisId": "0x…", "tier": "ARCHON|INSTRUCTOR|ACOLYTE" },
  "priority": "canonical | validated | experimental",
  "payload":  { "kind": "proof|interactive", "body": "…markdown…", "program": "" },
  "seal":     "fnv1a-of-canonical-content"
}

Security: the emulator recomputes seal and quarantines any altered cartridge; payload bodies render escaped (never raw HTML) and program is not evaluated.