Provably fair
Every crash round — Aviator, Rocket and Fishing Crash alike — is decided before the round starts, and you can prove it.
- When betting opens, we publish the SHA-256 hash of the round's secret seed. The crash point is already locked in at this moment.
- After the round crashes, the seed is revealed. Hash it yourself and confirm it matches the hash we committed to.
- The crash point is derived from
HMAC-SHA256(seed, roundId): take the first 52 bits as a numberh. Ifh mod 33 = 0the round busts instantly at 1.00× (this is the ~3% house edge); otherwise the crash point isfloor((100·2⁵² − h) / (2⁵² − h)) / 100.
Because the hash is published before bets close, we cannot change the outcome after seeing your bets — and because the seed is revealed after, you can verify every single round independently.
Abaleya — your own bus
Abaleya is played solo, so it uses the same seed pair as Dice, Mines and Plinko: a server seed whose SHA-256 hash you can see before you bet, your own client seed, and a nonce that counts up with every bus.
- The crash point of each bus comes from
HMAC-SHA256(serverSeed, clientSeed:nonce:0), taking the first 52 bits ashand applying the same rule as the shared crash games:h mod 33 = 0is a bus that never leaves (1.00×); otherwise it crashes atfloor((100·2⁵² − h) / (2⁵² − h)) / 100. - Rotate your seed from the Dice, Mines or Plinko page to reveal the server seed, then recompute any past bus from its nonce.
Recent rounds
| Round | Crash | Seed hash (committed) | Seed (revealed) |
|---|