← Back to game
🛡️

Provably Fair

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

📖 How verification works

  1. Before a round starts, its hash already exists inside a pre-generated chain whose head is the commitment above.
  2. The crash point is computed as HMAC-SHA256(salt, hash) → first 13 hex digits → a number, then the formula below.
  3. After the round, paste its hash here — you'll get the exact same crash point. The server never had a choice.
  4. 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.
loading…