$HOT & fees · 05 / 13

Supply, fees & the lock

Every HoodTech token is built from the same blueprint — the same contract, deployed fresh for every launch. Nothing here is adjustable per-launch behind your back, and nothing is hidden. This page lays out exactly what happens to the supply, exactly how the launch tax and fees work, and exactly why the liquidity can't be pulled.

If you want to check any of it yourself, everything is on-chain and viewable on the Robinhood Chain explorer.


The supply

  • 10,000,000 tokens. Fixed. This is the total that will ever exist.
  • No minting. The supply is minted once, at deploy — there's no function to create more later.
  • No dev allocation. Not one token is set aside for the team at deploy time.
  • Starting market cap: 1 ETH. Every launch opens at the same 1 ETH valuation, so there's a level, predictable starting line.

The whole 10M goes straight into the liquidity pool at launch. Nobody starts holding a pile of tokens the rest of you don't know about.


The lock — why it can't be rugged

When your token launches, the launchpad creates the Uniswap V2 pair against WETH and seeds the liquidity in the same launch flow — then that LP is locked.

Here's the part that matters: there is no path in the token's code that can pull liquidity out. Read the contract yourself — the only thing it can ever do to the pool is add tokens to it (a portion of fees can be donated to the pair to raise the floor). There's no "remove liquidity," no emergency exit, and the built-in rescue function explicitly refuses to touch the token itself, so accrued fee tokens can't be pulled and dumped either.

  • The creator can't rug it.
  • HoodTech can't rug it.
  • There's no admin lever that can drain the pool.

And one more anti-trick baked in: the pair's address is computed and flagged inside the token at deploy time, before the pool even exists. The moment trading opens, taxes and MEV protection are already live on that pair — there is no window where a sniper trades a not-yet-flagged pool at 0% tax.


The sniper shield — a launch tax that melts away

For roughly the first 30 minutes after launch, trades pay a decaying launch tax:

  • Starts at 20% on buys and sells at the moment trading opens.
  • Decays linearly down to 2% over 18,000 blocks (Robinhood Chain produces a block about every 100ms, so that's ~30 minutes).
  • Once it reaches 2%, the schedule switches itself off and the tax is locked at 2%.

This is what makes block-zero sniping pointless: a bot that buys in the first seconds pays a fee that eats the whole trick, while a human who shows up a few minutes later pays a few percent and falling. The decay is written into the contract — and the one function that can end the schedule early always snaps the tax down to the final 2%. It can never be used to freeze a high tax on you.

On top of that, same-block sandwich protection (anti-MEV) is on by default: the same wallet can't buy and sell in the same block, which is exactly the move sandwich bots need.


The fees — flat, fixed, and split with the community

After the launch window, every buy and sell pays a flat 2% fee. The contract collects it in tokens, automatically converts to ETH once a small threshold accrues (0.025% of supply), and splits it exactly 50/50 — half to the creator, half to the community:

Slice Who gets it On every trade
1% You, the creator Forever. Paid in ETH.
1% $HOT holders The community share. Paid in ETH.

So on every $1,000 of volume your token does, $20 is fee — $10 is yours, and $10 goes to $HOT holders in ETH. There's no treasury skim on the trade fee: the other half is community money. Your creator share shows up in the bot (see claiming fees); the holder share is why people hold $HOT — full story here.

Guardrails written into the code, not into a promise:

  • No honeypot, ever. The fee conversion is wrapped so it can never revert a sell. If the swap route hiccups, your sell still goes through and the fees just retry later.
  • The tax is hard-capped at 10% in the contract. It can be lowered, but no one — not even us — can push it above that line.
  • No max wallet. No max transaction. No transfer delay. No blacklist. Buys and sells are unrestricted.

The launch fee

Launching costs a flat 0.0005 ETH, paid once, at launch. It goes to the HoodTech treasury. That's the only up-front cost besides network gas (which on Robinhood Chain is a few cents).

A couple of guardrails worth knowing:

  • The launch fee can be adjusted by HoodTech over time, but it's capped at 0.01 ETH — it can never quietly balloon past that.
  • Any ETH you send above the launch fee during a launch isn't lost — it's used for your optional dev buy (your own first buy of the token, done in the same transaction). See the dev buy.

Two ways to launch, two token models

Everything above is the Telegram-bot model — a 10M-supply, fee-on-transfer token with the melting sniper tax. The newer HoodFUN web launchpad (fun.hood.tech) uses a lighter, pump-style model built for one-tap browser launches. Same chain, same locked liquidity, and — importantly — the same community fee split.

🤖 Telegram bot

@HoodTechBot
  • 10,000,000 fixed supply
  • Sniper tax 20% → 2% over ~30 min
  • Flat 2% trade fee after
  • Split: 1% creator · 1% $HOT holders

🪶 HoodFUN (web)

fun.hood.tech
  • 1,000,000,000 fixed supply
  • Zero transfer tax
  • 1% LP fee on trades
  • Split: 0.5% creator · 0.5% $HOT holders

Both deploy a real token with a live, liquidity-locked pool, and both send half of every trade fee to $HOT holders in ETH. Pick the bot for the full sniper-shield launch flow with bundles; pick HoodFUN for a one-tap browser launch and a live trading board. Full HoodFUN details are in What is HoodFUN.


All of it on one card

Thing Bot model HoodFUN model
Total supply 10,000,000 1,000,000,000
Dev/team allocation 0 0
Transfer tax 20% → 2% over ~30 min, then locked at 2% None (zero tax)
Trade fee 2% per swap 1% LP fee per swap
Creator's share Half the fee (≈1% of volume), in ETH Half the fee (≈0.5%), in ETH
$HOT holders' share The other half, in ETH The other half, in ETH
Liquidity Seeded at launch, locked forever Seeded at launch, locked forever
Launch fee 0.0005 ETH (capped 0.01) 0.0005 ETH
Anti-MEV Same-block sandwich blocking

No hidden allocations, no secret mint, no rug lever, and no treasury skimming the trade fee. That's the deal on both, every token, every time.