The commitment
Before the first bet, the operator publishes the hash of a secret seed. That single line is what stops it from choosing the seed after seeing your play.
The commitmentA provably fair game publishes a cryptographic commitment before you play and reveals the secret behind it afterwards, so you can recompute every result yourself. That is a real and specific guarantee. It is also a much narrower one than the phrase tends to suggest.
Before the first bet, the operator publishes the hash of a secret seed. That single line is what stops it from choosing the seed after seeing your play.
The commitmentA client seed you choose, and a nonce that changes every round, are what make one published seed produce a whole sequence rather than a constant.
Seeds and nonceAfter rotation the secret is revealed. Hash it, compare to the commitment, recompute the digests, compare to the results. That is the entire method.
Verify it yourselfProvably fair answers exactly one question: were the outcomes I was shown generated from the committed seed, or were they chosen after the fact? That is a meaningful question, and answering it is genuinely better than taking a dashboard's word for it. But it is not a question about value. The paytable, the probability distribution mapped onto the outcome, and the margin the paytable carries are all separate matters that a valid digest says nothing about.
So the honest framing is this. A verifiable game removes one category of doubt, the category where a result could have been invented to fit your bet. It leaves fully intact the category that actually governs whether you are likely to be up or down over time. If a claim of fairness is being used as an argument that play is somehow in your favour, it is being used to answer a question it cannot answer.
Real values, computed from the seeds shown with Node's crypto module. Reproduce them with the command on the verification page before you trust any of this.
A valid commitment and a matching digest mean the procedure was followed, and nothing more. The round in front of you can still lose, the paytable still carries its margin, and a stretch of losses is not evidence of a broken implementation. If checking hashes is becoming part of how you decide to keep playing, that pattern is worth more attention than the hashes are.
Disclosure: this page carries an affiliate link to gamdom.com/r/csgo2026. If you open an account through it we may earn a commission. It costs you nothing extra and it does not change what we write. 18+. Gambling involves risk and can cause serious financial harm. Provably fair is a transparency property, not an advantage: a verifiable result can still lose, and the house margin still applies.