Web3 · Base · Provably fair
Gaambl
Decentralized gaming platform on Base: token-based lotteries (Gaambl Lotto) and NFT raffles (Gaambl Raafl). All games use Pyth Network Entropy for provably fair randomness.
Platform overview
-
Provably fair
Pyth Network Entropy for secure randomness
-
Multi-token
ETH and whitelisted ERC-20 support
-
Transparent fees
2% platform fee, clear and locked-in
-
Two-phase completion
Randomness and finalization separated for reliability
Contract addresses
Deployed on Base Sepolia (testnet). Mainnet coming soon.
Getting started
Connect wallet
Connect to Base Sepolia. RPC: https://sepolia.base.org, Chain ID: 84532.
Get test tokens
Use the Base Sepolia faucet for test ETH. Games may use ETH or whitelisted ERC-20s.
Choose a game
Play Gaambl Lotto (token lottery) or Gaambl Raafl (NFT raffles). Join or create games at gaambl.lol.
Gaambl Lotto
Token-based lottery: multiple players contribute to a prize pool; winners are selected by provably fair randomness. Creator auto-joins as first player. Risk modes set win rate (5%–25%).
- Risk modes
- Moderate (25%), Aggressive (15%), High Risk (10%), Extreme (5%)
- Players & duration
- 10–500 players, 24h–30 days
- Fees
- Creation: 0.001 ETH · Platform: 2%
- Flow
- Create/join → randomness requested → finalize → winners claim prizes
Gaambl Raafl
NFT-based raffles: players pay an entry fee for a chance to win a specific NFT (ERC-721 or ERC-1155). NFT owners often earn 110–150% of floor; players get affordable shots at high-value NFTs. Creator does not auto-join.
- NFT types
- ERC-721, ERC-1155 (collections must be whitelisted)
- Players & duration
- 2–100 players, 24h–30 days
- Fees
- Creation: 0.001 ETH · Platform: 2%
- Outcome
- Winner receives NFT automatically; creator claims payout from entry fees
Contract integration
Use these addresses to integrate Gaambl into your app. Contracts are verified on BaseScan; ABI and source are available.
const LOTTO_ADDRESS = "0xC8B0d87C551C6De5158Ef96d5e06F76D2A81E541";
const RAFFLE_ADDRESS = "0xcB5428869b91b27798e2acD51cf7E63527F6F4D6"; Key Lotto functions: createGame, joinGame, finalizeGameCompletion, claimPrize. Raafl: createRaffle, joinRaffle, finalizeRaffleCompletion, claimPrize.
Built on Base with Pyth Entropy. By Zaunzi.
Enter Gaambl →