Provable Fairness
Verify any bet outcome in your own browser. No server round-trip. Source code below is what runs.
5d1bd1152f78cca3ae86a0aec8c2097ed871fcae6b4dd9fdc33cf7b92d7032b5
How it works
Every bet result is determined by three values: the server seed (committed to you as a hash before play), your client seed, and a nonce.
After you reveal your server seed, the casino can no longer change it - and you (or anyone) can re-compute the outcome from those three values plus the game's published algorithm.
This page is that algorithm, running in your browser. You can read the source, save the page, and run it offline.
Verified wins
Real wins, with the full cryptographic trail. The server seed hash is committed before the draw, the seed is revealed after, and the winning numbers are deterministic from the published cryptographic inputs. Run the verification yourself in any browser.
Verify a bet
Algorithms and source
Every game's verifier is a self-contained JavaScript function. The source you see here is the source that ran when you clicked Verify.