Skip to content

phamnguyenthieny3-afk/ETH-bundler-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ETH Bundler Bot

Launch your ERC-20 token on Ethereum the right way — with bundled buys, anti-snipe protection, and full control over liquidity, taxes, and trading from one terminal.

Built for serious token deployers who want a clean launch, fair distribution across their own wallets, and zero exposure to sniper bots.


Watch It In Action

Click here to watch the demo (eth-bundler.mp4)

(GitHub will render the video inline once you click through. The clip walks through deploying, adding liquidity, opening trading, and bundling buys.)


Why This Bot

Most token launches die in the first block. A sniper sees your openTrading call, front-runs your buys, and walks away with the supply you wanted to seed across your own wallets. By the time you check the chart, the chart is already a rug.

This bot solves that by treating every launch as a single atomic event:

  • Trading is opened and your wallets buy in the SAME block — through a private Flashbots / MEV-Share bundle.
  • Public mempool is bypassed entirely for the launch transaction.
  • Snipers literally cannot get in front of your buys, because your buys and the trading-enable call are submitted as one indivisible package.

If the bundle can't land cleanly, it doesn't land at all. No partial fills, no front-running, no surprise.


What You Get

One-Click Token Launch

  • Deploys the token contract with your name, symbol, supply, and tax settings.
  • Adds initial liquidity to Uniswap V2 in a separate confirmed step.
  • Keeps trading closed until you say go — so you control the exact block your launch happens.

Atomic Buy Bundling

  • Generate as many buyer wallets as you want (10, 30, 50+).
  • Auto-fund them from your funder wallet.
  • The bot signs openTrading + every wallet's buy as one Flashbots bundle.
  • All buys execute in the same block, before any sniper can see them.

Anti-Snipe Architecture

  • Liquidity is added with trading disabled at the contract level.
  • Trading flips on only inside the bundle, alongside your own buys.
  • Snipers monitoring the mempool see nothing actionable until it's too late.

Volume & Wallet Management

  • Bulk approve all wallets in one batch.
  • Sell from all wallets, a specific wallet, or a percentage group at any time.
  • Check token + ETH balances across the full wallet set.
  • Remove liquidity, remove token limits, or renounce ownership — all bundled through MEV-Share for privacy.

Smart Gas

  • Live base-fee reading from the latest block (no inflated feeData padding).
  • Tunable buffer on every transaction class — keep launch costs predictable.
  • Gas estimation on every owner action so you never overpay or underprovision.

Built On Real Infrastructure

  • ethers v6 — current, audited, well-maintained.
  • Flashbots MEV-Share — the same private mempool used by serious operators.
  • Uniswap V2 router — battle-tested, deepest liquidity, most compatible.
  • Runs locally on your own machine. Your private keys never leave your computer.

How It Works (User Flow)

  1. Configure — fill in config.json with your token name, symbol, supply, tax %, liquidity ETH amount, and how many buyer wallets you want.
  2. Generate Wallets — the bot creates the buyer wallets and saves an encrypted backup.
  3. Fund Wallets — one command splits ETH from your funder wallet across every buyer wallet, in your chosen distribution.
  4. Deploy Token — the contract goes live with trading off.
  5. Add Liquidity — your tokens + ETH go into the Uniswap pool. Still no public trading.
  6. Bundle Launch — the bot signs openTrading + every buyer wallet's swap as one private bundle. Submitted to Flashbots, lands in one block, snipers blocked.
  7. Operate — sell, rebalance, remove limits, renounce, or pull liquidity whenever you want, all from the same menu.

You never touch a block explorer for the launch itself. You never paste calldata into MetaMask. You watch the menu, type a number, confirm, done.


Who This Is For

  • Token deployers who've been sniped before and never want it again.
  • Operators running multiple launches a week who need a repeatable, scriptable flow.
  • Anyone who values privacy + atomicity over hoping the public mempool plays nice.

This is not a "click one button and get rich" tool. It's professional infrastructure for people who already know what they're doing and want to stop losing alpha to bots that move faster than they do.


Pricing & Access

The bot is sold as a licensed copy with full source, lifetime updates, and direct support during launches.

To buy, see a live demo, or ask questions before purchasing — message me on Telegram.

Telegram @Lucasseth
Website volume-bot.online

I'm online during EU + US trading hours and can walk you through a launch on a testnet before you buy, so you can see exactly how the bundle behaves in real conditions.


What's Included On Purchase

  • Full bot source (Node.js, ethers v6).
  • Pre-audited token contract template.
  • Setup walkthrough — get from zero to first launch in under 30 minutes.
  • Direct Telegram support for your first live launch.
  • Updates whenever Uniswap, Flashbots, or the Ethereum gas market changes.

Frequently Asked

Is it custodial? Do you ever see my keys? No. The bot runs on your machine. Keys live in your local .env and wallets.json. I never touch them.

Does it work on testnets first? Yes — it's pointed at mainnet by default but takes a different RPC and chain ID for Sepolia / Goerli testing. I'll help you set that up before your real launch.

What if Flashbots rejects my bundle? The bot retries across multiple target blocks (block + 1 through block + 5) and surfaces the failure reason if it still doesn't land. Keys never leak in this case — bundles that don't land never hit the public mempool.

Can I add my own logic / customize the contract? Yes. You get full source. The token contract is a clean, readable Solidity file you can extend.


Contact

Ready to launch without getting sniped?

Message me with the project you're launching and I'll get back same day.

About

Launch your ERC-20 token on Ethereum the right way — with bundled buys, anti-snipe protection, and full control over liquidity, taxes, and trading from one terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors