Dice🚀Aviator🔮PlinkoRoulette
0 XP
← Back to Games

Verify Your Round

Enter the seeds from any game round to independently verify the result.

How it works

  1. Before your bet: we generate a server seed (hidden).
  2. Your browser generates a client seed, sent with your bet.
  3. We compute: HMAC-SHA256(server_seed, client_seed:nonce).
  4. After the round: the server seed is revealed in the API response.
  5. You verify: compute the same hash and confirm the result matches.
HMAC-SHA256(server_seed, client_seed + ":" + nonce)
→ float = parseInt(hash[0..7], 16) / 4294967296
Provably FairEvery round is independently verifiable.Verify your round →