The customer signed in to auth.h33.ai via the production OTP flow. Auth1 minted a fresh EdDSA-signed JWT with claims tied to the canonical principal.
What this means: the Bearer is asymmetric (EdDSA). Anyone with the public key in the JWKS can verify it. The sub claim canonicalizes to the principal H33 will look up.
V101 forwarded the Bearer to api.h33.ai/api/v1/h33-auth/v101-bundle-issue. JwksValidator verified the signature against the JWKS it fetches from Auth1.
What this means: the Bearer is real — signed by Auth1's production key. The principal naming is canonical (no email-only identity, no tenant-name leakage).
The canonical event log was replayed forward to now. Two signed events: a policy registration and a grant. Both signed offline with production PQ keys.
What this means: the authority is not "stored." It is reconstructed from signed events. Anyone with the same events and the same public keys produces the same active-grants snapshot. Bit-identical. Every time.
The grant's policy_basis was looked up and asked whether export_content_bundle is allowed. Yes. Decision: issue receipt.
What this means: the receipt has a real grant behind it and a real policy justifying it. Both are traceable to signed canonical events. The decision is not a flag — it's a derivation.
The receipt was canonicalized to JSON, SHA3-256 hashed, and anchored with H33's three-PQ-key signer. The 74-byte H33-74 receipt is the anchor — no external chain required.
What this means: the anchor is signed by three independent post-quantum families. Forgery requires breaking all three simultaneously. H33's own primitive — no Polygon, no Ethereum, no Solana, no testnet faucet, no per-anchor gas.
V101 embedded the anchored receipt into the customer's content bundle, persisted to Netlify Blobs, and returned the bundle ID.
What this means: the bundle is real and retrievable RIGHT NOW. Open the URL above in another tab. The receipt you see there is the receipt this demo just walked you through.
That's the chain. Every arrow real.
No synthetic step. No mocked identity. No simulated replay. Real Bearer from Auth1. Real authority grant in the canonical event log. Real H33-74 anchor. Real V101 bundle, retrievable right now.