Zero-Knowledge
Proof System
π Complete Proof Lifecycle
Select scenario and generate ZK-STARK proof with private witness data
Copy JSON, create shareable link, or download file to send to anyone
Recipient verifies proof cryptographically without learning secrets
Generate real ZK-STARK proofs. Prove statements are true WITHOUT revealing sensitive data.
Public Statement
Everyone can see this claim
Private Witness
These secrets will NOT appear in the proof
π― What Just Happened?
β A real ZK-STARK proof was generated using AIR (Algebraic Intermediate Representation) and FRI (Fast Reed-Solomon IOP)
β The proof is ~50KB of cryptographic data with Merkle proofs
β All sensitive values remain completely hidden in the proof
β Anyone can verify the proof without seeing your secrets
β 521-bit post-quantum security (NIST P-521 prime field)
Verify ZK Proof On-Chain
Just paste your transaction hash - we'll automatically extract the proof hash from the logs!
π‘ Find this in Dashboard console logs after generating a proof (look for "Proof Hash:")
π‘ Provide the statement JSON to prove you know what was proven (verified against on-chain commitment)
- β Queries Cronos blockchain directly in your browser
- β Verifies ZK-STARK proof cryptographically
- β All verification visible in browser console (F12)
- β No backend needed - fully transparent!
- β’ Queries the Cronos blockchain for your proof commitment
- β’ Verifies the transaction was successful (if tx hash provided)
- β’ Checks the Merkle root and security level
- β’ Confirms the proof exists and is immutable on-chain