Last updated2026-07-02Page versiondemo-1.0Methodologyrev 1
Replay
Paste a decision hash. Watch the chain rebuild itself.
Every H33 receipt carries the hashes needed to reconstruct the decision: authority, policy, evidence, preconditions. This viewer walks the chain step by step — sample decisions today, real replay when the backend endpoint ships.
● Demo · live ○ Real replay coming next
Replay walk
1 · resolve authority
2 · resolve policy at timestamp
3 · resolve evidence
4 · resolve preconditions
5 · re-derive decision hash
6 · verify PQ signature
In 5 sentences
What is itInteractive decision replayer. Reconstruct any historical decision from the receipt alone by walking the 6-step chain: authority → policy → evidence → preconditions → re-derive decision hash → verify PQ signature.
Why it mattersAuditors need to answer 'why was this decision valid at that specific moment?' A replayer that walks the receipt cryptographically answers it without asking H33 for anything.
When to useWhen investigating a specific historical decision — an approved payment, an AI agent action, a document signature. Also useful as an architectural demonstration for compliance stakeholders.
How it differsClient-side chain walk today (demo mode). The receipt itself carries the reconstruction data — H33 is not queried during replay.
Evidence8 capabilities support in-Vault replay today. Sample decisions in demo mode walk real receipt shapes. Public /replay/<hash>/ backend ships next.
Try it
Walk the chain · six steps · reconstructs the decision.
Samples:
↺ Reconstructing…
—
Demo mode. This viewer walks pre-baked sample decisions to show how the replay algorithm works.
Real decision replay against the audit log ships when the public backend endpoint lands.
Trust status
Replay walkthrough runs today. Backend endpoint ships next.
Same algorithm · demo decisions now, real lookup soon.
Runs today
- Vault workflows running in production
- Cryptographic receipts emitted per action
- Immutable audit trail · Object-Locked
- Auth1 · Wallet · Document · Audit APIs
- Post-quantum primitives (Dilithium + Kyber)
- Benchmark v12 · 2,293,766 auth/sec
Coming next
- Public /verify/
/ receipt viewer - Public /replay/
/ decision viewer - docs.h33.you developer documentation
- SOC 2 Type II Certified
- Payment Requests + Rewards adapters