Every outcome, checkable by anyone
We commit to the value that decides each result before you bet, and publish it afterwards. You can recompute any settled outcome yourself — on this page, or with a file you download and run somewhere we have no control over.
Crash, Double & Wheel
These share one round across every player, so the seed cannot depend on any single bet. Each round's seed comes from a chain we generate and commit to in advance: every seed hashes to the one before it, so the whole sequence was fixed before the first round opened. A seed cannot be swapped without breaking the chain for every round after it.
Dice, Limbo, Plinko, Mines & Tower
These are private to you, so you get your own seed pair. We publish the fingerprint of your server seed before you bet, plus the fingerprint of the one after it. Rotate whenever you like to reveal the current seed and check every bet it settled — the seed you move onto was already committed, so it cannot be picked in response to how you have been doing.
Live commitments
The founding hash of each chain currently in play. Every seed those games reveal traces back to one of these — record it now and check us against it later.
How each game is derived
Check it yourself
The verifier below runs entirely in your browser, using the same code our server settles with. If you would rather not take our page’s word for it, download the standalone file — it has no dependencies, makes no network requests, and runs anywhere.
A seed’s fingerprint is a plain SHA-256 of the seed text, so you can also check one without any of our code at all: echo -n "$seed" | sha256sum
