🔍 Plinko Verifier

Verification Inputs

Or Enter Manually:

Verification Result

Enter values and click Verify to see results

How Verification Works

  1. The server creates a commitHash = SHA256(serverSeed:nonce) before the game
  2. You provide your clientSeed when dropping
  3. The combined seed is computed: SHA256(serverSeed:clientSeed:nonce)
  4. This seed deterministically generates the peg map and ball path
  5. After the game, the server reveals the serverSeed
  6. You can verify the commitHash matches and recompute the entire outcome