HyperPotDocs Back to draw

GETTING STARTED

How HyperPot works

HyperPot turns 75% of collected trading fees into recurring HYPE reward pots. Every five minutes, 10% of eligible wallets win an equal share. The remaining 25% accumulates for one separate daily winner.

The short versionHold at least $20 of $HYPOT when the snapshot is taken. Every $20 gives the wallet one entry, up to 100 entries. The snapshot shown during the countdown is used for the next draw.

Dashboard

The first four dashboard metrics describe the same upcoming draw. They remain unchanged after the timer reaches zero until the backend publishes the result. The animation does not choose winners in the browser. The fifth metric tracks the separate daily prize.

  • Next Draw counts down to the draw that will use the snapshot currently shown.
  • $HYPE Pot shows the HYPE currently allocated to the upcoming draw, with its recorded USD value.
  • Eligible Holders shows wallets entered in the next draw. The grey text shows total wallets in that snapshot and when it was taken.
  • Winners shows how many wallets will be selected from the upcoming draw's snapshot.
  • Daily Prize shows the creator wallet's current HYPE balance, valued in HYPE and USD.
  • Check my tickets checks a wallet against the snapshot for the upcoming draw.

Hover or focus the header prices for market details. Draw history uses the visitor's local time and automatically loads older draws when the expanded list reaches the bottom.

Entries

Entries are calculated from the USD value of a wallet's $HYPOT balance when the snapshot is taken.

entries = floor(holding value / $20)
maximum entries = 100
  • Balances below $20 receive no entries.
  • Every additional $20 adds one entry, up to 100.
  • Token accounts owned by the same wallet are combined.
  • Configured liquidity, protocol, and operational wallets are excluded.
  • A wallet can win only once in a draw.

Holder snapshots

Snapshot is taken one cycle before each draw. At the start of a cycle, HyperPot reads confirmed Solana token accounts, combines balances by wallet, calculates entries, and saves the resulting holder list.

That snapshot stays unchanged throughout the countdown. At zero, winners are selected from it and a new snapshot is taken for the following draw. Buying after a snapshot is taken affects the next cycle, not the draw already counting down.

Every observed wallet is indexed over time, including when it first and last appeared, how many snapshots it joined, how often it qualified, how many draws it won, and its cumulative rewards. The dashboard leaderboard ranks wallets by wins, then total rewards.

One snapshot per drawThe first service cycle only creates the initial snapshot. Each later cycle uses the previous snapshot once, then replaces it with a newly taken snapshot.

Winner selection

HyperPot selects 10% of eligible wallets, rounded up. Selection is weighted by entries and performed without replacement.

random = SHA-256(solana blockhash + wallet)
rank = -ln(random) / entries

More entries improve a wallet's odds, while the 100-entry cap limits how much weight one wallet can receive. Selected wallets split the distributable pot equally, regardless of how many entries they had.

Fees and pot

HyperPot is designed around a 1% trading fee collected in HYPE.

  • 75% of collected trading fees funds draw pots. This corresponds to 0.75% of trading volume.
  • 25% accumulates as a separate daily HYPE prize for one lucky holder. This corresponds to 0.25% of trading volume.

The upcoming pot is calculated by the backend from the reward account and displayed during the countdown. It freezes at zero. The frozen HYPE amount and USD value become the completed draw record and do not change afterward, even if HYPE's market price changes.

Each confirmed creator-fee claim is recorded by transaction signature with its exact 75/25 split. The daily prize metric reads the creator wallet's actual HYPE token-account balance over Solana RPC, so deposits and manual payouts are reflected automatically. Daily winner selection and payment are handled separately from the automated five-minute draw service.

HYPE payouts

Before selecting winners, HyperPot checks every destination HYPE account, current account-creation rent, transaction fees, and the distributor's SOL balance. A draw runs only when the HYPE pot is worth at least $5 and the distributor can cover every missing account while retaining its operating reserve.

If a safeguard does not pass, no winners are selected. The full HYPE balance rolls into the next draw and the dashboard shows the reason. Nothing is deducted from the reward pot for a skipped cycle.

Winners and exact payout amounts are stored before transfers begin. Each transfer includes an idempotent token-account check, and recipients are packed into as many transactions as fit safely. A payout is marked complete only after every Solana transaction is confirmed.

The winner table shows tickets, the wallet's recorded $HYPOT and USD holding at snapshot time, and both the USD value and HYPE amount paid. Wallet addresses link to Solscan. A single payout transaction opens directly; multi-batch payouts expose every transaction in a list. Unconfirmed batches remain pending and are reconciled by signature before retrying, preventing a timeout from causing an automatic double payment.

Verification

Every draw stores its snapshot, Solana blockhash seed, ticket counts, and selected winners. The winner verifier recalculates the latest result in the browser and checks it against the published winner list.

A successful check shows that the saved snapshot and seed reproduce the published winners. It verifies the recorded calculation after the draw; it does not prove that an operator could never have requested a different blockhash before storing the draw.

Draw timing

01Countdown runsThe current snapshot and entries remain unchanged while HYPE fees accrue.
02Winners are selectedAt zero, winners are calculated from the snapshot shown during the countdown.
03Next snapshot is takenCurrent confirmed balances become the participant list for the following draw.
04Results appearThe confirmed result is revealed and the grid advances to the new snapshot.

Important risks

Holding $HYPOT does not guarantee a reward. Token prices, trading activity, collected fees, transaction costs, RPC availability, and Solana network conditions can affect draw timing and payout size.

HyperPot rewards are promotional token distributions, not yield, interest, or a promise of profit. NFA.