🔐
Provably Fair
Every crash outcome is mathematically verifiable. We cannot cheat.
How It Works
Before each round begins, our server generates a random server seed. The SHA-256 hash of this seed is published as the round hash before bets are placed — proving the outcome was predetermined and cannot be altered after the fact.
After the round ends, the server seed is revealed. You can verify the crash point yourself using the formula below.
Crash Point Formula
hash = SHA256(server_seed)
int_val = first 8 hex chars of hash → integer
MAX = 0xFFFFFFFF
IF int_val % 33 == 0: crash_point = 1.00 (house edge)
ELSE: crash_point = floor( ((MAX - int_val) / (MAX - int_val + int_val × 0.05)) × 100 ) / 100
int_val = first 8 hex chars of hash → integer
MAX = 0xFFFFFFFF
IF int_val % 33 == 0: crash_point = 1.00 (house edge)
ELSE: crash_point = floor( ((MAX - int_val) / (MAX - int_val + int_val × 0.05)) × 100 ) / 100
House edge: 5% — approximately 1 in 33 rounds crash at exactly 1.00×
Verify a Round
Recent Round Hashes
| Round ID | Crash | Hash (published before round) | Server Seed (revealed after) | Time |
|---|