Provably Fair
How every result on this site can be independently verified.
Commit-reveal seeds
Before you place any bet, the server generates a secret server seed and shows you its SHA-256 hash immediately — the server seed hash. Because a hash can't be reversed, this proves the seed existed before your bet without revealing it. The seed only becomes public once you rotate to a new one, at which point every bet placed under it becomes checkable.
How a result is computed
Each bet combines your client seed (editable in your account) and a nonce(increments every bet) with the secret server seed via HMAC-SHA256. The first 4 bytes of that HMAC become a uniform number, mapped onto the game's outcome — heads/tails, a 0.00–100.00 dice roll, a roulette pocket, or slot reel positions. The RNG itself is always perfectly uniform; house edge lives in the payout math, never in a biased draw.
Crash
Each crash round has its own seed pair, shared by everyone in that round. The crash point is computed once, before betting opens, using the same HMAC approach plus a published formula with a disclosed house edge (roughly 1-in-33 rounds instant-crash at 1.00x). It's revealed the moment the round crashes.