How Coinflip Validation Works
- Server Seed Hash: We publish a SHA-256 hash of the server seed before the game starts.
- Player Random Seed: The creator’s client generates a random seed that is sent to the server.
- SHA-256 Hashing: After the game finishes, we combine both seeds and hash them again to produce a roll.
- Weighted Odds: The roll is compared against the wager distribution to determine the winner.

