Transparency
The entire jackpot mechanic is verifiable. No admin can take the pot: funds leave the distributor contract only through Merkle-proof claims by holders, and unclaimed remainders roll into future draws.
Contracts
| JackpotDistributor | … |
| $PONSBALL token | … |
| Reward token ($PONSBALL — fee buybacks) | … |
| Fee currency (WETH) | … |
| Liquidity pool (excluded) | … |
| Keeper | … |
The payout formula
Each draw, the keeper snapshots every holder at a block inside the round window and computes, for each eligible holder:
payout = balance ÷ eligibleSupply × roundPot
The pool, the distributor, and team wallets are excluded, and balances below the eligibility minimum are skipped. The full snapshot (every address, balance, share, and Merkle proof) is published below, so anyone can rebuild the tree and check the root that went on-chain.
Why this is not a lottery
A lottery needs prize, consideration, and chance. There is no chance here: nobody is picked, and every holder receives their proportional share every draw. The randomized snapshot timing only prevents last-second buying around draws. It never changes who gets paid or how much per token.
Snapshot archive
No draws posted yet.