GAMBOL

Provably Fair Solana Gambling on Telegram

🪙
Coin Flip
1.95x
🎲
Dice
1.95x
RPS
1.90x
⚔️
PvP
vs Players
Play on Telegram
🔐
Provably Fair
Instant Deposits
💎
SOL Native
👥
PvP Battles

RECENT WINS & LOSSES

Loading recent bets...

🏆 TOP PLAYERS (by profit)

Loading leaderboard...

🎁 TOP REFERRERS

Loading referral leaderboard...

🚀 Getting Started

📱 Quick Start Guide

💰 Deposits & Withdrawals

Each user gets a unique Solana deposit address. Send SOL to your address and it will be credited automatically after blockchain confirmation.

🎯 Bet Limits

⌨️ All Commands

📋 Basic Commands

/startStart the bot
/depositGet deposit address
/balanceCheck your balance
/withdrawWithdraw SOL
/donateSend SOL to user
/gamesPlay solo games
/seedSet custom client seed

⚔️ PvP Commands

/flip 0.05 HEADSChallenge to coin flip
/rps 0.05Challenge to RPS
/challengesView open challenges

PvP challenges can be posted in group chats — anyone can accept by clicking the button!

📊 Stats Commands

/statsYour win/loss record
/leaderboardTop players
/historyRecent bet history
/referGet referral link

🎮 Solo Games (vs House)

🪙 Coin Flip

Classic 50/50 game. Pick HEADS or TAILS, place your wager, and flip the coin. Match the result to win!

Win: 1.95x payout (2.5% house edge)

🎲 Dice High/Low

A random number from 1-100 is rolled. Pick LOW (1-50) or HIGH (51-100). Guess correctly to win!

Win: 1.95x payout (2.5% house edge)

Rock Paper Scissors

Play against the house. Rock beats Scissors, Scissors beats Paper, Paper beats Rock. Ties refund your wager.

Win: 1.90x payout | Tie: 1.00x refund

⚔️ PvP Games (vs Players)

🪙 PvP Coin Flip

Challenge another player! You pick HEADS or TAILS, opponent gets the other side. Provably fair coin flip decides the winner.

Winner takes pot minus 2.5% fee

PvP Rock Paper Scissors

True player vs player! Both players pick their move secretly — picks are revealed simultaneously. Ties refund both players.

Winner takes pot minus 2.5% fee

🎯 How PvP Works

🎁 Referral Program

💸 Earn by Inviting Friends

Share your unique referral link and earn rewards when your friends play!

Example

If 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!

🔐 Provably Fair System

Every bet on GAMBOL is provably fair — you can mathematically verify that we cannot cheat or manipulate results. Here's how it works:

1
Before your bet: We generate a secret server_seed and show you its hash server_seed_hash. This commits us to the outcome before you play.
2
Your input: You have a client_seed (customizable via /seed command). Combined with the bet ID, this ensures unique results.
3
Result calculation: The outcome is determined by: HMAC-SHA256(server_seed, client_seed:bet_id). This is converted to a number for the game result.
4
After your bet: We reveal the actual 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.