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
Normal token transfers have no tax. Only exact-input swaps through the registered HookPot Uniswap v4 pool invoke the fee logic.
Fixed fee model
The hook constants are immutable after deployment. There is no website switch or admin function that can increase them.
Eligibility and draws
- A wallet must hold at least 100,000 tokens.
- The indexer reads the token’s onchain eligible-holder set in real time.
- Once the one-minute round expires, the keeper requests a draw.
- A future block supplies the randomness input, preventing the keeper from choosing winners in advance.
- The vault pays five unique wallets equal ETH amounts in the fulfillment transaction.
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