CAAS Games Operator login

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
A commitment looks like this. It is the SHA-256 hash of a server seed that stays secret until you rotate it.

Games

How provably fair works

Each round's result comes from three values. You can check any round once they are all public.

  1. 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.
  2. You set your own client seed. The server cannot predict it when it commits.
  3. Every round uses a nonce that goes up by exactly one: 0, 1, 2 and so on. No round can be skipped or replayed.
  4. When you rotate your seeds, the old server seed is revealed. Its hash matches the one you were shown at the start.
  5. 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.