Provably Fair
"Provably Fair" is a cryptographic technology that guarantees 100% fairness of a game result. With this technology, it's impossible for any third party to interfere in game process.
How it works
Quick explanation:
The result of each round is generated transparently. This way, it's impossible for anyone to manipulate the game output.
More information:
The round result is generated from four independent participants of the round: game operator and first 3 betters of the round. The operator generates the server seed (random 16 characters). The hashed version of this server seed is available publicly before round starts. The client seed is generated on the side of each player and when round starts, the first 3 betters participate in generating the round result.
When a round starts, the game merges the server seed with the three client seeds. Then this output is used to generate a SHA512 hash which finally creates the game result.