Verify
Cryptographic proof that epochs and jobs are real
Artifact Verification
SIGNATURE.txt
Loading...
Hash Verification
Verify Job Receipt
Paste a job receipt JSON to verify inclusion in a finalized epoch
What is a Job Receipt?
A Job Receipt is cryptographic proof that a specific job was executed, verified, and included in a finalized epoch. It contains a Merkle inclusion proof that can be verified without trusting any backend.
1. Each job is hashed to create a Merkle leaf
2. Jobs are combined into a Merkle tree with a root hash
3. The receipt contains a proof path from leaf to root
4. Anyone can verify the proof matches the epoch's Merkle root
Trust is optional. Verification is mandatory.
How Verification Works
- 1. Fetch artifacts from epoch bundle
- 2. Compute SHA256 hashes using WebCrypto API
- 3. Compare against expected hashes in SIGNATURE.txt
- 4. Display PASS/FAIL for each artifact
No account required. No backend trust required. Verification runs in your browser.