Provably fair
Every Aviator round is decided before the plane takes off — 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.
Recent rounds
| Round | Crash | Seed hash (committed) | Seed (revealed) |
|---|