Provably Fair & Verification

What is provably fair in crypto dice?

Provably fair is a cryptographic system that allows players to independently verify that each dice roll is genuinely random and not manipulated: How it works: 1) Server seed: The platform generates a secret seed and provides its hash (SHA-256) before you bet. 2) Client seed: You provide your own seed (or use a random one). 3) Nonce: A counter that increments with each bet. 4) Result generation: The server seed, client seed, and nonce are combined using HMAC-SHA512 to produce the roll result. 5) Verification: After revealing the server seed, you can recalculate and verify every past result. Why it matters: Eliminates the need to trust the platform blindly. Mathematically proves the platform cannot predict or manipulate results. Any tampering would be immediately detectable. Verification process on Stake.com: Go to Settings → Fairness. View your current server seed hash. Change your server seed to reveal the previous one. Use the built-in verifier or third-party tools to check results. Key principle: The platform commits to the result (via hash) before you bet, so they cannot change it after seeing your bet.