Stake.com Dice Verifier

Verify the fairness of your Stake.com Dice game outcomes using cryptographic proof

Bet Information

How It Works

Stake.com Dice uses HMAC-SHA256 with a byte generator pattern to ensure fair outcomes:

  1. The game generates bytes using HMAC(serverSeed, clientSeed:nonce:cursor)
  2. These bytes are converted to floats (0-1 range)
  3. The dice result is calculated as: floor(float × 10000) / 100
  4. This gives you a result between 0.00 and 99.99

About Stake Dice

  • RTP: 99% (1% house edge)
  • Range: 0.00 - 99.99
  • Algorithm: HMAC-SHA256
  • Verification: 100% client-side

Where to Find Seeds

  1. Play a game on Stake.com
  2. Click on your bet to open bet details
  3. Look for "Verify" or "Fairness" section
  4. Copy the Server Seed (unhashed), Client Seed, and Nonce
  5. Paste them into the form above