Articles on: Games & fairness

🎲 How is SolBet "provably fair"?

Every round uses a commit/reveal seed system:


  1. Before the round, SolBet publishes a hash of the server seed (the "commit").
  2. During the round, your bet is placed against an outcome determined by the server seed + your client seed + round number.
  3. After settlement, SolBet reveals the original server seed.


Anyone can recompute:

  • SHA256(server_seed + client_seed + round_number) β†’ an integer
  • That integer maps deterministically to the outcome you saw.


Because the seed was committed (hashed) before the round, SolBet couldn't have picked a seed after seeing your bet. Because it's revealed after, you can verify no manipulation happened.


For step-by-step verification of a specific round, use the in-game Verify button next to each completed bet, or open a ticket with the round ID.

Updated on: 20/04/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!