Games you can check for yourself.
CAAS Games is a studio building provably fair games. Every result can be recomputed by the player, from values the player can see.
fb13dab5349821c83c93fb9e3356e24eb68c7e55a29a8d8afd34deb149276b58
Games
- PlinkoLive at playcaasgames.com. Choose 8 to 16 rows and a risk level, then drop.
- CoinflipRuns on the same round engine as Plinko. The browser version is in development.
- MoreIn development.
How provably fair works
Each round's result comes from three values. You can check any round once they are all public.
- Before you play, the server picks a secret server seed and shows you its hash. The hash fixes the seed in place without revealing it.
- You set your own client seed. The server cannot predict it when it commits.
- Every round uses a nonce that goes up by exactly one: 0, 1, 2 and so on. No round can be skipped or replayed.
- When you rotate your seeds, the old server seed is revealed. Its hash matches the one you were shown at the start.
- Enter the round's values into the verifier at playcaasgames.com/verify. The game's fairness panel lists them. The verifier recomputes the round's random values on its own.