BloxSpin

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:

  1. The server committed to randomness before the round resolved.
  2. Your client seed / input (when used) influenced the result as documented.
  3. 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

  1. Server generates a server seed and shows you a hash (commitment) before play.
  2. You may provide or rotate a client seed.
  3. After the round, the server reveals the server seed.
  4. 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.

On this page