SNAPKITTY·PROOF VERIFIER
PROOF OF CONCEPT →
INDEPENDENT VERIFICATION · NO ACCOUNT REQUIRED

Verify a Proof Bundle

Paste a LEDGE audit chain or a Sovereign Proof object below. Verification runs locally in this page's API — no data is stored. The cryptographic method is open: SHA-256 + Merkle tree, documented in ledge-open →

LEDGE EVENT ARRAY (JSON)
HOW VERIFICATION WORKS
LEDGE Chain
Recomputes each seal from genesis: SHA-256(prev_seal + payload_json + timestamp_ms + index). Any break in the chain is reported by index.
Merkle Root
Binary Merkle tree over all seals. The root uniquely fingerprints the entire chain. A root match means the complete history is intact.
Sovereign Proof
SHA-256 of the canonical proof JSON (keys sorted, hash field excluded) must match the stored hash. Tamper-evident at bundle level.
No Secrets
Verification uses only public inputs. No private keys, no MAGMA internals. Any auditor can run the same check independently.
collectivekitty.com · proof verifieropen source · MIT · sk-ledge