addisBet
Skyline · Crash
B
Main wallet0.00ETB
Last 24 rounds
avg —
max —
round #—
0 bets
server time —
50x20x10x5x2x1x
Place your bet
x
You cashed out—
Win · ETB—
flew away
—x
Bet 01
ETB
Bet 02
ETB
Provably fair
The server commits to a seed hash before each round and reveals the seed once the plane has flown away — proving the crash point was decided in advance and not adjusted to the bets placed.
Round
#—Server seed hash · committed
—Server seed · revealed at crash
hidden until crashAlgorithm · canonical Stake/BC.Game crash
h = HMAC-SHA256(server_seed, round_id).hex
bust = (99 - rtp) / 99 # house gate
if int(h[-2:], 16) / 256 < bust:
crash = 1.00
else:
x = int(h[:13], 16) # 52-bit entropy
e = 2**52
crash = floor((100e - x)/(e - x)) / 100Verify with any standard Aviator/Crash verifier (e.g. side-quest-dev/aviator-verifier). Confirm sha256(seed) == hash, then replay the algorithm above to reproduce the crash point.