Checking you inβ¦
Before a round opens for betting, a random server seed is generated and the SHA-256 of it is published. The crash point is derived from that seed, so it is fixed before anyone can bet and cannot be changed afterwards. Once the round ends the seed itself is revealed.
h = HMAC-SHA256(serverSeed, roundId)
val = first 52 bits of h (first 13 hex digits)
u = val / 2^52 (a number from 0 up to 1)
crashPoint = floor(100 Γ 0.97 / (1 β u)) / 100
capped at 32.00Γ, never below 1.00Γ
Take the revealed seed and the round number, compute the HMAC, and apply the formula. It must land on the published crash point.
Pick a table.
Set your bet and spin.
What one line pays at your current bet. A line only pays if the run starts on reel 1 and continues with no gap, along that line's own cells. Your bet splits evenly across all 9 lines.
Waiting for the next roundβ¦
Set your bet and deal.