đŸ“ĸGame Resolution

How a bet is executed

Game Resolution

After a user plays multiplier, the process happens in 3 steps:

  1. A random number is requested from the PRNG-based risk model.

  2. Our PRNG-based risk model fulfills the request for random numbers

  3. The random numbers are used to determine the outcome of the launch attempt


Resolution Process

To begin with, two random numbers are received from PRNG-based risk model. The first is used to determine whether the tokens have been one. If no asset is won, the second random number is used to determine how much MINT is won:

  1. Determine if an asset is won

  2. If no asset is won, select a $MINT tier.

    Then there are 3 numbers for each jackpot tier, this is independent of the main game and works as automatic side. The numbers determine if a progressive jackpot is won. Therefore, there are up to 3 steps to determine a minting outcome:

  3. Determine if jackpot 1,2 or 3 is won

Last updated