We guarantee transparency and fairness in every game you play. Our provably fair system ensures that game outcomes are predetermined and cannot be manipulated.
Before your game begins, our server generates a secret piece of data that includes the game's outcome (like the dice roll or the shuffled deck of cards). This secret is combined with a random, secure server key. We then use the SHA-256 algorithm to create a unique fingerprint of this data, called a hash. This hash is shown to you before you make your move.
You place your bet and play the game as usual. The outcome you experience is the one that was predetermined in Step 1.
After the game is over, we reveal the original secret data that was used to create the hash. You can see this secret in the game result message or by using the /history
command.
To check for yourself, take the secret
from your game history and paste it into an online SHA-256 hash generator. The output should be exactly the same as the hash
you were shown before the game.
Since the hash was generated before your input, this proves we couldn't have changed the outcome of the game after you played.
Go to an Online SHA-256 Generator