Provably Fair
How BloxSpin fairness and verification work.
Provably fair systems let you verify that game outcomes were not manipulated after you placed a bet.
Why it matters
You should be able to confirm that:
- The server committed to randomness before the round resolved.
- Your client seed / input (when used) influenced the result as documented.
- Recomputing the result with the published algorithm matches what you saw.
Where to verify
Open the in-app fairness page:
Each supported game exposes the seeds, hashes, or nonce needed for verification in its result or fairness panel.
High-level flow
- Server generates a server seed and shows you a hash (commitment) before play.
- You may provide or rotate a client seed.
- After the round, the server reveals the server seed.
- You recompute the outcome locally or with a verifier and compare.
Exact fields and algorithms can differ per game. Always follow the instructions on the fairness page for the game you played.