FAIRNESS

How our games results are generated and verified.

Client Seed

The client seed is a randomized value created on the player side and paired with the locked server seed before a our games result is generated. It can be changed, and it helps make sure the final result is not controlled by only one side of the system.

What is Provably Fair?

Provably fair is a system that lets players verify that game results were produced honestly and were not altered after the fact. It uses cryptographic inputs and deterministic output generation so the same seed data always recreates the same result.

Nonce

The nonce is a counter that increases with every bet. It makes each round unique without needing to regenerate the client seed and server seed every time, while still keeping every outcome reproducible for verification.

Server Seed

The server seed is a secure random value generated by the system. Before play, only its hashed version is shown so the result cannot be predicted or changed later. After rotation or reveal, the original server seed can be checked against that hash to confirm the outcome was fair.