A crash game is one of the simplest gambling formats ever invented — and one of the most psychologically intense.
A multiplier starts at 1.00x and rises. At some random point, it crashes. Your job: cash out before it crashes.
That’s the entire mechanic. But understanding how that multiplier behaves, why it crashes when it does, and what you can actually control changes how you play.
The core loop
1. Place your bet
2. Round starts → multiplier rises from 1.00x
3. Cash out at any point = win (bet × multiplier)
4. Don't cash out before crash = lose entire bet
The multiplier can crash at 1.00x (immediate bust, you lose before you can even react) or it can run to 100x, 500x, or theoretically higher. The distribution is exponential — most crashes happen below 2x, but long runs are possible.
How the crash point is determined
Crash games use provably fair RNG. Before each round, the server generates a hash of the crash point. Players can see this hash before the round starts, and verify after the round that the crash point matches — proving the server didn’t change the result mid-round.
The crash point formula (used by most providers, including open-source implementations) looks like:
crash_point = max(1.00, 99 / (1 - H))
Where H is a value derived from the cryptographic hash — a number between 0 and 1.
The max(1.00, ...) term explains instant crashes: when H is close to 1, the crash point approaches 1.00x.
The cash-out mechanic
You have two options:
Manual cash-out — You watch the multiplier and hit the button. Requires attention, introduces human psychology (the urge to hold for just a bit more).
Auto cash-out — You set a target multiplier before the round (e.g., 2.00x). If the round reaches that multiplier, you cash out automatically regardless of where it eventually crashes.
Note: Auto cash-out at a fixed target is mathematically identical to manual cash-out at the same target, but removes the psychological variable. Most disciplined players use auto cash-out.
Why the house always has an edge
Even though crash games feel like pure player control, the house edge is built into the crash point distribution.
At 1% house edge:
- The true probability of surviving to 2.00x is ~49.5% (not 50%)
- The expected value of a bet at 2.00x auto cash-out:
0.495 × 2.00 + 0.505 × 0 = 0.99 - That 0.01 difference per unit bet is the house edge
At 4% house edge (common in some providers), the EV drops further:
EV at 2x target = 0.48 × 2.00 = 0.96 (4% edge)
EV at 2x target = 0.495 × 2.00 = 0.99 (1% edge)
Always check the RTP before playing. A difference of 1–4% house edge compounds dramatically over hundreds of rounds.
RTP in crash games
RTP (Return to Player) = 100% − house edge.
- 99% RTP = 1% house edge (good — common in reputable providers)
- 97% RTP = 3% house edge (average — many mass-market providers)
- 96% RTP = 4% house edge (below average — check before playing)
NexGenSpin crash games carry 96–98% RTP depending on title. Elevator Rush and Yeti Crash sit at 97%, Market Crash at 96%.
What changes between crash game providers
The visual theme and game name vary. The core mechanic does not. What does vary:
| Feature | Why it matters |
|---|---|
| RTP | Direct impact on long-run returns |
| Minimum bet | Accessibility for bankroll management |
| Auto cash-out | Essential for disciplined play |
| Multiplier ceiling | How high can it theoretically go |
| Multi-bet | Some providers allow betting on multiple targets |
| Chat/social | Live multiplayer vs solo |
Related games
- Elevator Rush: mechanics and strategy guide
- Yeti Crash: how to play
- Auto cash-out vs manual: which is better?
Try these crash games
- Capybara Crash — NexGenSpin’s capybara-themed crash game, 97% RTP
- Glass Bridge — Squid Game-inspired crash mechanic with tension-based gameplay
- Crocodilo — Bombardino Crocodilo internet meme crash game, 97% RTP