HOOKPOT DOCUMENTATION

How HookPot works

HookPot is a Uniswap v4 hook protocol on Robinhood Chain. It turns part of each pool swap fee into automatic, recurring ETH prizes for qualifying holders while sending an equal fee share to the token creator.

The simple version

Trade → split fee → fill pot → draw five wallets → pay ETH automatically.

Normal token transfers have no tax. Only exact-input swaps through the registered HookPot Uniswap v4 pool invoke the fee logic.

Fixed fee model

ActionTotal feeHolder potCreator
Buy2%1%1%
Sell1.5%0.75%0.75%
Transfer0%0%0%

The hook constants are immutable after deployment. There is no website switch or admin function that can increase them.

Eligibility and draws

  1. A wallet must hold at least 100,000 tokens.
  2. The indexer reads the token’s onchain eligible-holder set in real time.
  3. Once the one-minute round expires, the keeper requests a draw.
  4. A future block supplies the randomness input, preventing the keeper from choosing winners in advance.
  5. The vault pays five unique wallets equal ETH amounts in the fulfillment transaction.
If fewer than five wallets qualify, the round is closed and its pot becomes creator-claimable under the current contract design.

Security and verification

Anyone can verify the vault balance, holder payouts and round transaction from Blockscout. The public website never requests wallet access and never receives deployer keys.

Chance-based real-money products may be regulated as gambling, lotteries, promotions, securities or other financial products. Obtain jurisdiction-specific legal advice and an independent smart-contract audit before public promotion.

Uniswap v4 documentation