🔒 SSL Secured·✦ Provably Fair·Free Crash result verifier — 100% client-side·18+ Gamble Responsibly
Audit A Bust Point · Works Entirely Client-Side

CRASH PROVABLY FAIR VERIFIER

Did the rocket really have to bust at 1.14x? Feed this page the revealed server seed, your client seed and the round’s nonce, and it derives the bust multiplier from raw HMAC bytes so you can compare it against what the casino showed you.

Rebuild A Crash Round

Heads up: Crash is the one game where operators genuinely diverge. This tool computes the per-bet formula (bust derived from HMAC-SHA256(server seed, "clientSeed:nonce:cursor")) used by Stake and Shuffle. Hash-chain casinos need a different method — the support table lists who uses what.

Cursor-0 HMAC Digest
Click to copy
Bust Point From The Seeds

Formula Trace

No provably-fair game attracts more suspicion than Crash. The climbing rocket feels reactive — like it waited for your cash-out click before dying — but on a Stake-style casino the bust point is a pure function of the seed pair and nonce, fixed the moment you bet. The animation is theatre; the number is math. This page strips away the theatre and computes the number.

ONE GAME, TWO RIVAL SCHEMES

Before comparing numbers, know which Crash you played. Per-bet Crash (Stake, Shuffle) gives every player an individual outcome from their own seed pair — two people betting the same round see different multipliers. Hash-chain Crash (the bustabit lineage, used by several other operators) publishes one shared multiplier per round, derived by walking backwards along a pre-committed chain of SHA-256 hashes; every player in the round busts together. Both are legitimately provably fair, but their formulas are incompatible — a per-bet verifier will “refute” a hash-chain round that was perfectly honest. This tool speaks the per-bet dialect only.

HOW CRASH RESULTS ARE CALCULATED

Modern per-bet Crash (Stake-style) derives the bust multiplier directly from the HMAC-SHA256 hash of your seed pair and nonce:

  1. Compute HMAC-SHA256(serverSeed, "clientSeed:nonce:0") → a 64-character hex hash.
  2. Take the first 8 hex characters and read them as a 32-bit integer.
  3. Apply max(1, floor( (2^32 / (int + 1)) × 0.99 × 100 ) / 100). The 0.99 is the 1% house edge.

Try it yourself with the reference vector: with server seed some server seed, client seed some client seed and nonce 1, the digest opens with 97887987, which reads as the integer 2542303623 and lands the rocket at 1.67x.

Important: crash formulas are not universal. This is the modern per-bet Stake-style formula. Some operators (bustabit-style) use a pre-generated hash chain instead, so always cross-check the number against your own casino's revealed round.

WHY VERIFY CRASH?

Because Crash is exactly where paranoia peaks. Instant 1.00x busts, a rocket that dies a tick after you doubled your stake, five sub-1.20x rounds in a row — all of it happens under an honest 1/x-shaped distribution, where low multipliers are simply common. Recomputing a suspicious round from the committed seeds settles the question with arithmetic instead of vibes: either the bust point follows from data fixed before your bet, or you have caught something real. In our experience it is virtually always the former — but that is the point of being able to check.

Two honest caveats. Verification cannot address the 1% edge baked into the 0.99 factor, and it cannot vouch for casinos running a different Crash scheme than the one you select. Our provably-fair primer covers the commitment cryptography; the multi-game verifier covers the other Originals.

Related Resources

Play Crash: Stake Crash

Strategy: Crash Game Strategy Guide

Which sites let you run this audit: our provably-fair casino shortlist

CRASH VERIFIER FAQ

No. The server seed is only revealed after you rotate it, and HMAC-SHA256 cannot be reversed, so the next bust point is unknowable. Any "crash predictor", signal bot, or hack promising future multipliers is a scam. This verifier only checks rounds that already happened.
Most often because the operator uses a different crash formula (for example a bustabit-style hash chain rather than the per-bet Stake formula), or because you entered the hashed rather than the revealed server seed, or the wrong nonce. Double-check all three inputs and your casino's documented scheme.
The Stake-style formula bakes in a 1% house edge via the 0.99 multiplier. That means a fraction of rounds instantly bust at 1.00x; over time it gives the house its margin while every individual round stays verifiable.
Aviator is a crash-style game by Spribe with its own provably-fair implementation that combines seeds from multiple players. The math differs from the per-bet Stake formula, so use Aviator's in-game verifier for those rounds.