How to actually verify a spin was fair (step-by-step, 5 minutes)
"Provably fair" gets thrown around a lot, so here's how to check it yourself instead of taking anyone's word for it — ours included.
- Before you bet, the game shows you a hashed server seed. Save it.
- Your browser contributes a client seed — you can edit it. Change it to anything, that's the point.
- Play the round.
- After the round, the game reveals the unhashed server seed. Hash it yourself (any SHA-256 tool) and compare to step 1. Match = the outcome was locked in before you bet.
- Feed both seeds + nonce into the open-source verifier to recompute your exact result.
If any game ever fails this check, you now have everything you need to verify it independently. You don't have to trust anyone's word — you can just check.