🔍 Plinko Verifier
Verification Inputs
Or Enter Manually:
Verification Result
Enter values and click Verify to see results
How Verification Works
- The server creates a commitHash = SHA256(serverSeed:nonce) before the game
- You provide your clientSeed when dropping
- The combined seed is computed: SHA256(serverSeed:clientSeed:nonce)
- This seed deterministically generates the peg map and ball path
- After the game, the server reveals the serverSeed
- You can verify the commitHash matches and recompute the entire outcome