24 poker cards, 9,10,J,Q,K and A of each suit are distributed over 5 dice. Since 5 dice holds 30 positions the remaining 6 sides are marked with a skull. Try to make a hand in a single dice-roll to earn a multiple of your wager.
There are limited winning combinations. Besides the winning 5-Skull combination, any Skull in a hand automatically results in a dead hand Poker (5 skulls) --> Payout 500 * Wager (Probability 0.025%) Royal Flush 10-A --> Payout 400 * Wager (Probability 0.051%) Straight Flush 9-K --> Payout 350 * Wager (Probability 0.051%) Quads --> Payout 25 * Wager (Probability 0.36%) Straights --> Payout 10 * Wager (Probability 1.03%) FullHouse --> Payout 10 * Wager (Probability 1.08%) Total probability of hitting a scoring hand is 2.6% The RTP (Return to Player) payback percentage is rougly 80%
Using the Radix network and specifically the ROLA (Radix Off-Ledger Authentication) function, you will authenticate your wallet with the dApp backend, similar to a login function. The Back-end will manage your balance, generate a random dice-roll and lock and unlock your balance for gameplay. The Front-end will enable the user to make Deposits, Withdrawals and initiate a balance Unlock. The Unlock function by the back-end is done on the Radix network, execution of this function requires a transaction fee. This fee needed for the Unlock is collected by means of royalties on the Deposit function. Most important function of the front-end is initiated by the Roll-Dice button! On each game-request the ROLA is continuously re-validated; after 5 minutes of inactivity this authentication will expire. An expired ROLA performs an auto-logout. If your balance is locked for game-play, you will need to unlock before the token can be withdrawn from the PokerDice Component. The deposit is transferred to the component on the Radix network. Deposited tokens are auto-locked, enabling gameplay. Unlocking the balance makes the balance accessible for withdrawal.