BAGSLOTTO
$100,000 LOTTERY
CA: 3hYAvLUn8rPdSmJkQDNC8GRhdK4add1H44rHivPDBAGS
Rules
- Every 10,000 tokens = 1 ticket
- Maximum 20,000,000 tokens = 2,000 tickets (cap)
- LP wallets and programs are excluded
Verifiable Randomness
The winner selection is provably fair and verifiable by anyone. Here's how it works:
- Snapshot: At selection time, we take a snapshot of all eligible holders and their ticket counts
- Future Block: We announce a future Solana block number (e.g., current block + 100)
- Block Hash as Seed: Once that block is mined, its hash becomes our random seed - this cannot be predicted or manipulated
- Deterministic Selection: The block hash is converted to a number, then modulo total tickets gives us the winning ticket number
- Verify Yourself: Anyone can verify the result using the published snapshot, block hash, and our open-source algorithm
winningTicket = BigInt('0x' + blockHash) % totalTickets + 1
Check Your Eligibility
BAGSLOTTO