Under the hood · 08/08

How the engine works

You don't need to read this page to use HoodTech. Everything in here is handled for you. But people ask "what's actually happening behind the button?" — so here's a light look under the hood, without the parts we keep to ourselves.


The pieces

HoodTech is really two things working together:

The contracts — the on-chain code that deploys your token, builds the pool, locks the liquidity, and holds the fees. This is public and permanent. Once it's out there, it runs by itself; nobody can reach in and change how a launched token behaves. This is what makes "rug-proof" and "fixed 50/50 fees" true facts rather than promises — they're baked into code anyone can read on the explorer.

The bot — the friendly layer you actually talk to. It manages your wallets, walks you through a launch, and translates "tap this button" into the right on-chain transactions. It never has the power to change your token's rules — it just drives the same public contracts you could call yourself, if you wanted to do it the hard way.


Your wallets and keys

When you create a wallet in the bot, its private key is encrypted before it's ever stored — using strong, modern encryption (AES-256-GCM, if you like acronyms) — and kept in a secure database. The bot only ever decrypts a key for the split second it needs to sign a transaction you asked for.

A few things that follow from that:

  • Your key is shown to you once, in a message that self-destructs, so it isn't left lying around your chat history.
  • Export it and back it up. It's your wallet — you should hold your own copy.
  • Only paste keys in a direct message with the bot, never in a group.

The launch, as one motion

When you tap LAUNCH, a lot happens in a single, tidy sequence:

  1. Deploy your token contract (the fixed 10M supply) — with the WETH pair address already computed and flagged inside it, so taxes and MEV protection are armed before the pool even exists.
  2. Create the Uniswap V2 pair, seed the liquidity at the 1 ETH starting valuation, and lock the LP.
  3. Open trading — the sniper tax (20% melting to 2% over ~30 minutes) and same-block anti-MEV go live with the very first trade.
  4. If you asked for a dev buy, make your buy in that same motion.

Because it's one motion, there's no awkward gap where the pool exists but the liquidity isn't locked yet, no window where anyone trades at 0% tax, and no room for someone to jump in ahead of your own first buy.


The priority launch lane

Here's the part that makes bundles actually land instead of just "trying to buy fast."

The hard problem with any multi-wallet opening buy isn't sending the buys — anyone can spam transactions. It's getting them in cleanly, in the right order, at the right instant, without your own wallets tripping over each other or getting shoved to the back of the line by outside bots watching the network.

HoodTech runs its launches through a priority access lane — a premium, direct route into the network that most tools simply don't have. We've invested in that access specifically so that when your token goes live, your bundle's buys are sequenced right behind the launch and settled together, as a group, ahead of the noise. It's not just "fast." It's positioned.

That's about as much as we'll say. The exact plumbing — who we route through, how the ordering is handled, the timing tricks that keep it tight — is the part that makes HoodTech worth using instead of rolling your own, so we keep it in the kitchen. What matters to you is the result:

  • Your bundle wallets buy together, the moment the pool is live.
  • They're sequenced to land in order, not scattered and racing each other.
  • Your side gets its position before the wider market and the watchers pile in.

Anyone can send transactions. Getting them in first, clean, and together is the edge — and it's the reason a HoodTech bundle behaves like a coordinated team instead of twenty wallets fighting for a seat.


Reliability, built in

Batch actions — funding, bundle buys, sells, sweeps — all run with a few things quietly looking after you:

  • Live progress. Every batch shows a 🔴→🟢 board so you always know where things stand, wallet by wallet.
  • Nothing fails silently. A wallet that couldn't act (out of gas, empty, rejected) is reported with the reason, not swept under the rug.
  • Easy recovery. Out-of-gas wallets get the one-tap ⛽ Top up → 🔁 Retry loop. Underfunded bundles get a 💧 Fund shortcut. You're never stuck.
  • Sell protection. A slippage floor keeps a sell from going through at a nonsense price.

The short version

The contracts make your token fair and permanent. The bot makes all of it a chat. And a premium, priority launch lane — the part we keep close — is what makes your bundle land like a team instead of a scramble.

Say Less · Launch More · Feed The Hood.


Back to: Docs home →