Hotpot

on flap ↗
reconnecting…
hotpot / x / @HotpotRH
live from x.com/HotpotRH

connecting to @HotpotRH

market cap
price
holders
1h volume
0 ETH
bonding curve
hotpot / cooks / round —
nobody at the pot yet
hotpot / pot / round
The pot
ETH
--:--
cold pot — drop the first log…
last to stoke
hotpot / payouts / history
no payouts yet
hotpot / trades / tail -f
no trades yet
hotpot / vault / read-only
  1. 1every trade — buy or sell, on flap.sh or through any aggregator/router — pays a 3% tax in ETH straight to this contract; the token has no owner, no pause, no upgrade path
  2. 2incoming ETH splits automatically on-chain: 75% into the prize pool, 25% to an immutable ops address, fixed at deploy — every split is publicly verifiable via the PotFunded event
  3. 3Flap's Portal never calls this contract directly, so an off-chain keeper watches real buys and calls recordBuy() — the named address is checked against the token's own balance on-chain, so the keeper can't name a non-holder, and the call moves zero funds
  4. 4each recorded buy resets a 60-second deadline; when it lapses, settle() is permissionless — anyone, including the winner, can trigger it, and it pays the full pool to the last recorded buyer in one transaction
  5. 5if a payout push fails (e.g. a contract wallet that reverts), the amount queues in pendingPayouts for pull-withdrawal instead of blocking settlement — no single winner can stall the game
  6. 6there's no admin key anywhere: ops funds only ever reach the fixed ops address, round funds only ever reach that round's winner
verify the tax-beneficiary mechanism on docs.flap.sh ↗