Each game round starts once the bet is placed by a player and finishes when crash event is triggered or when player successfully makes a cash out.
The objective of the game is to claim the win before the crash event is triggered.
Cash out is triggered by a player by pressing cash out button before the crash event is triggered by the game engine.
Cash out prize value is calculated as a bet value times current multiplier displayed in the game interface. Player can see current prize value possible to claim on cash out button.
The prize will be rounded down to the nearest whole number less than or equal to the bet value times the current multiplier, unless the game randomly determines to round up. The probability of rounding up is such that the theoretical average prize is equal to the unrounded value of the bet times the current multiplier.
Actions related to cash out button are subject to delays depending on player’s internet connection. By clicking cash out button, player triggers a payout request which is processed by the game engine, providing there is no crash. In case of ‘bad connection’ icon displayed in the game interface, player may decrease the speed of the game (settings options) to improve playing experience.
Crash event is triggered randomly by game engine and may happen any time after placing a bet by a player.
Game round is finished when the crash event is triggered. If the player fails to cash out before the crash event is triggered then player losed his bet.
Starting win multiplier may vary for each round and is growing when reaching next win multiplier thresholds. All win multiplier thresholds possible to be reached are presented in the game interface, the max possible win multiplier is 10000x.
If during an active game round player looses the internet connection or for any reason leaves the game, then the round is paused and player may continue the round once he is back to the game. Player has to click/tap button ‘continue’ to resume the round.