Third-Party Verification
Every bet placed on Chips.gg can be verified on this site or somewhere else entirely. Verifying a result with our own tool only proves that our tool agrees with us, which is why the algorithm behind it is published rather than described.
Results are generated by @provableio/provable-core, an MIT licensed library published on npm with its source on GitHub. It is the same code that runs in production: a server seed, your client seed and a nonce are combined and hashed with SHA-256, the resulting bytes are converted to floats, and each game turns those floats into an outcome. Nothing about that process is private, so anyone can reimplement it and check our arithmetic.
The verifier embedded below runs independently of the casino. You can also install the library yourself and recompute any bet from its seeds, or use any third-party provably fair checker that implements the same scheme. If three independent implementations agree on a result, no honest interpretation of that result is left for us to control.

