The pot
Every swap builds the next jackpot.
A — tax on every buy and sell accrues toward the pot. When fees become payable, the keeper pays one qualifying wallet — of the pot (— dev fee).
Waiting for launch…
Preview mode: the figures below are simulated. Set your token in config.js and switch demoMode to false to show live data.
Every $TOKEN trade fills the pot. Hold at least — tokens at payout time to be eligible for the draw.
Live prize pool
0.0000 ETH
Current draw
One winner · 80% of potThe pot
A — tax on every buy and sell accrues toward the pot. When fees become payable, the keeper pays one qualifying wallet — of the pot (— dev fee).
Waiting for launch…
How it works
Each round runs on a published policy. Anyone can read the rules before the draw happens.
The selected wallet must still hold at least — $TOKEN when the keeper executes the payout.
The keeper computes the result from the sorted list and draw inputs; the vault records the snapshot and payout on-chain.
Proof, not promises
The vault is the creator-fee recipient for the token. It enforces timing, minimum holdings, and the payout split. The keeper supplies the snapshot hash and winner.
—
Verify on Blockscout ↗
The receipts
Every completed draw is read from the vault's DrawExecuted events with payout receipts.
| # | Wallet | Prize | Eligible | Time | Tx |
|---|---|---|---|---|---|
| First draw coming soon… | |||||
FAQ
If a wallet's balance drops below the minimum before execution, it is excluded from that draw's computed winner pool.
The keeper sorts the wallets qualifying under the published round policy, hashes that snapshot, then computes keccak256(snapshot hash + draw number + snapshot block) modulo the list size. Anyone can replay those inputs after the draw. The current vault does not independently recompute this selection, so the keeper remains a trusted component.
The vault pays — to the submitted qualifying winner and — to the dev wallet in the same on-chain transaction.
The vault opens a draw window every —. Execution can be delayed until creator fees are swept and become payable to the vault.
A — creator tax on buys and sells accrues through the launchpad fee system. Once swept, the vault can claim and distribute them.