Every round's result is locked before anyone bets and can be verified afterwards.
The server cannot change an outcome, and no one — not even us — can predict a future crash.
🔒 Chain commitment
loading…
loading…
RTP —Rounds revealed —
Because every game hash is the SHA-256 of the next one, this single commitment locks
the entire future sequence. Nothing after it can be altered undetected.
🧮 Verify a round
Crash point—
SHA-256 of this hash
Chain link (→ previous hash)
Matches commitment
📖 How verification works
Before a round starts, its hash already exists inside a pre-generated chain whose head is the commitment above.
The crash point is computed as HMAC-SHA256(salt, hash) → first 13 hex digits → a number, then the formula below.
After the round, paste its hash here — you'll get the exact same crash point. The server never had a choice.
Take any round's hash and SHA-256 it: the result equals the previous round's hash. Repeat and you'll always chain back to the commitment.