Provably Fair Solana Gambling on Telegram
Each user gets a unique Solana deposit address. Send SOL to your address and it will be credited automatically after blockchain confirmation.
/withdraw [amount] [address]/startStart the bot/depositGet deposit address/balanceCheck your balance/withdrawWithdraw SOL/donateSend SOL to user/gamesPlay solo games/seedSet custom client seed/flip 0.05 HEADSChallenge to coin flip/rps 0.05Challenge to RPS/challengesView open challengesPvP challenges can be posted in group chats — anyone can accept by clicking the button!
/statsYour win/loss record/leaderboardTop players/historyRecent bet history/referGet referral linkClassic 50/50 game. Pick HEADS or TAILS, place your wager, and flip the coin. Match the result to win!
A random number from 1-100 is rolled. Pick LOW (1-50) or HIGH (51-100). Guess correctly to win!
Play against the house. Rock beats Scissors, Scissors beats Paper, Paper beats Rock. Ties refund your wager.
Challenge another player! You pick HEADS or TAILS, opponent gets the other side. Provably fair coin flip decides the winner.
True player vs player! Both players pick their move secretly — picks are revealed simultaneously. Ties refund both players.
/flip 0.05 HEADS or /rps 0.05 in a group chatShare your unique referral link and earn rewards when your friends play!
/referIf your friend bets 1 SOL and loses, the house takes 0.025 SOL (2.5% edge). You earn 0.00025 SOL (1% of that). Adds up fast!
Every bet on GAMBOL is provably fair — you can mathematically verify that we cannot cheat or manipulate results. Here's how it works:
server_seed and show you its hash server_seed_hash. This commits us to the outcome before you play.
client_seed (customizable via /seed command). Combined with the bet ID, this ensures unique results.
HMAC-SHA256(server_seed, client_seed:bet_id). This is converted to a number for the game result.
server_seed. You can verify that SHA256(server_seed) = server_seed_hash we showed earlier. This proves we didn't change the outcome!
💡 To verify: Take the revealed server_seed, hash it with SHA256, and compare to the server_seed_hash shown before your bet. If they match, the game was fair.