A real-time, cryptographically signed public log of every state-changing action on Nextbridge. Each entry chains to the previous one with sha256 — the chain is tamper-evident. User identities are hashed for privacy; the data is the data.
Runs verifyChain() across the last 1,000 entries. Walks every entry, recomputes the sha256 over its canonical preimage, checks the prevHash link to the previous entry, surfaces the first broken seq if anything is off.
See src/lib/glasshouse/verify.ts on GitHub for the reference verifier. Or call GET /api/glasshouse + /api/glasshouse/verify to re-check from your own client.