π² How is SolBet "provably fair"?
Every round uses a commit/reveal seed system:
- Before the round, SolBet publishes a hash of the server seed (the "commit").
- During the round, your bet is placed against an outcome determined by the server seed + your client seed + round number.
- 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
Thank you!