Provable Fairness Details
- Server seed
- Client seed
- Nonce (the number of bets you have made with the current server/client seed pair)
Provable fairness is a technology facilitated by cryptocurrency and blockchain technology that makes it impossible for a player or casino to cheat. You no longer have to be suspicious of the house for bets lost. So, whatever game you are playing, you can be confident that the result is fair and accurate given the provable fairness of our gambling platform.
Before you place a bet, the server seed SHA256 hash, client seed, and nonce are all visible to you. The client seed can be changed at any time, without changing the server seed.
We then hash that string with non-hashed server seed using the hmac_sha512() function, which results in a 128 character hex string.
You can validate bets on-demand by generating a new server seed pair at any time. When you generate a new seed, the non-hashed version of the previously used seed will be shown to you.