PowerGambaPowerGamba
Documentation

How PowerGamba works

PowerGamba turns trading fees into graded collectible cards and raffles them to token holders on a fixed schedule. Holding $GAMBA is the only requirement to enter — everything downstream is automated and verifiable on-chain.

01Summary

Hold $GAMBA in your wallet and you are automatically entered into every draw, weighted by your balance. Every 1 hour, one holder wins a graded Pokémon card, delivered straight to their wallet by smart contract. No tickets, no claim flow, no KYC.

02The loop

The protocol runs a continuous, four-stage loop. Stages one and two fund and stock the prize pool; stages three and four run each draw window:

01
Fees accrue

$GAMBA trades on its launch venue and a creator fee accrues in BNB. The fee funds the prize supply — there is no team allocation or presale skimming the pool.

02
Packs are opened

Those fees buy and open Renaiss packs — vaulted, PSA/BGS/CGC-graded cards backed by real physical assets. Every card opened goes into the prize pool.

03
A card is escrowed

Each window, one card from the pool is escrowed in the prize-vault smart contract, visible on-chain. It is locked there until the draw resolves.

04
A holder is drawn

At the close block, a snapshot of holders is taken and the winner is selected by a seedless, weighted on-chain draw. The contract transfers the card to the winner automatically.

03Fairness

The draw is seedless: there is no secret the operator could grind or withhold. The random value comes from the hash of a block committed before it was mined, and the winner is proven on-chain against a published snapshot of holder balances.

roll   = keccak256( closeBlockHash ‖ drawId )
winner = the holder whose weight interval covers
         ( roll mod totalWeight )

Settlement is permissionless and verifies a Merkle proof of the winner, so the contract pays exactly the holder the public roll selects. The full construction is documented on the raffle algorithm page, and any draw can be recomputed in your browser with the verifier.

04On-chain proof

You never have to take our word for any of this. Every draw leaves a permanent public record that anyone can look up — that is what “on-chain” means. A blockchain is a shared record book copied across thousands of computers: once something is written it cannot be quietly edited or deleted, and anyone can read it without an account or our permission. You read those records on BscScan, BNB Chain’s free public explorer — and every winner on the home page links straight to its transaction there.

The whole machine runs on three on-chain addresses. Here is what each one does:

Operational wallet
0x4435…Eef0

Collects the trading fees, buys and opens the Renaiss packs, and tops up each draw. It is the only address a human operates — and by design it can never reach into a draw that is already running or claw a prize back out.

The smart-contract safe that holds the prize. Before a draw opens, the card is locked in here; when the draw settles, the contract itself hands the card to the winner. No person can move it out by hand.

Draw registry
0xDAEb…59e6

The public logbook of every draw — when it opened, the block it closes on, and the wallet that won. This is the record each winner is proven against, and what anyone can audit.

Put together: the operational wallet funds the prizes, the prize vault locks each card and releases it only to the winner, and the draw registry records who won — all in the open. Nobody, including us, can fake or change a result after the fact. Want to go further? The verifier re-runs the draw math right in your browser and confirms the contract picked exactly the holder the public roll points to.

05Prizes

Prizes are graded slabs from Renaiss packs, sorted into four value tiers — from everyday graded cards up to grails worth four figures. The full pool, by tier, is on the prizes page. Because the cards are vaulted real-world assets, a winner can keep the NFT, sell it, or redeem the physical card through Renaiss.

The vault is built to compound. We start with a solid everyday vault, and fees flow straight back into it — so the prize pool isn't fixed. The longer $GAMBA lives, the more the vault accrues, and the bigger the prizes get: from everyday graded cards now toward larger headline grails over time.

06The game

Holding is the whole entry to the raffle — but there's also a full on-chain game on top of it. It's a second way to land real graded cards, and it runs on the same trustless prize infrastructure: cards you win are delivered to your wallet on-chain.

🗺️
Explore the world

Roam a Pokemon-style town and Route 1, customize your trainer, and play alongside other holders in real time.

🃏
Catch wild slabs

Graded cards appear in the tall grass. Throw an Orb to try to capture one — and if you do, the real graded card is delivered straight to your wallet.

🔮
Stock up on Orbs

Buy Orbs at the Poke Mart with BNB. Four tiers with escalating odds — the exact catch math is published on the transparency page.

🎁
Earn a free card

Just by playing you collect shards toward a free graded card — no purchase needed. Gather a full set and claim it to your wallet.

Every capture is server-authoritative and provably fair — the same seedless, verifiable approach as the raffle, so an Orb throw can never be quietly rigged. Orbs are paid for in BNB sent to a dedicated payment wallet, and the server confirms that transfer on-chain before granting them — so every purchase is a public, auditable transaction.

See the open catch odds and the game's economics on the transparency page, then jump in from the game page.

07Why hold

  • Every wallet holding $GAMBA is entered in every draw automatically — no action per window.
  • Your odds equal your share of the eligible supply; a larger balance is more entries.
  • Prizes are escrowed on-chain and paid by contract — they cannot be withheld or redirected.
  • The entire prize supply is funded by trading fees, not by selling tokens.

08Get started

  • Acquire $GAMBA on its launch venue and hold it in a self-custody wallet on BNB Smart Chain.
  • That is the only step — you are now entered in every 60-minute draw.
  • Watch live draws on the home page, and verify any result yourself on the verifier.

09FAQ

How do I enter?

Just hold $GAMBA. Every wallet holding it is automatically entered in every draw, weighted by balance — no tickets, no claim, no sign-up.

What are my odds?

Your share of the eligible supply at the draw's close block. A bigger balance is more entries; LP, burn, and system wallets are excluded.

Is the draw actually fair?

Yes — it is seedless. The roll is keccak256 of a close block committed before it was mined, and the winner is proven on-chain by a Merkle proof you can recompute yourself on the verifier.

What does “on-chain proof” mean for me?

It means every draw leaves public receipts on the blockchain — the card being escrowed, the winner, and the delivery — that anyone can look up on BscScan and that no one can fake or edit after the fact. Each winner links straight to its transaction, so you can verify a result yourself without trusting us.

What do I get if I win?

The graded card NFT is airdropped to your wallet. Keep it, sell it on Renaiss instantly, or burn it to have the physical slab shipped to you.

How often are draws?

Every 1 hour, one card goes up for a draw — around the clock.

Do I need to do anything each draw?

No. Holding $GAMBA is the only requirement — entry and payout are fully automatic and on-chain.

Is there more to do than hold?

Yes — there's a full on-chain game. Explore the world, catch wild graded cards with Orbs, and earn a free card just by playing. It's a second way to win, on top of the raffle you're already in by holding.

Do I have to pay to win in the game?

No. You can earn a free graded card just by playing. Orbs (bought with BNB) improve your catch odds, but they're optional — and the catch math is published openly on the transparency page.