Token Launchpad: What It Is and How It Works

A token launchpad is a smart contract that mints your token, gives it a live market, and locks the liquidity in one transaction, so a launchpad token trades from second zero.

Updated July 20, 2026

What Is a Token Launchpad?

A token launchpad is a smart contract that takes a token from nothing to fully tradeable in a single step. You give it a name, a ticker, and a starting valuation. It mints the supply, opens a market on a decentralized exchange, funds that market with liquidity, and hands you back a token that people can buy the moment the transaction confirms.

Think of it as the difference between writing code and shipping a product. Deploying an ERC-20 by hand gives you a token that does nothing. Nobody can buy it, there is no price, and there is no pool. A launchpad token is the finished version: minted, paired, priced, and liquid, with the liquidity locked so the person who launched it cannot pull the rug.

The key idea is that all the fiddly, dangerous parts (creating the pool, choosing the fee tier, seeding liquidity, setting the start price, and locking the position) happen atomically inside one call. There is no window between steps for a founder to front-run buyers, drain the pool, or quietly keep half the supply.

Bubblepad is a permissionless token launchpad live on Base, with a multi-chain rollout planned. Anyone can use it, there is no gatekeeper, and the launch is immutable once it lands on-chain.

The Problems a Launchpad Solves

Launching a token the manual way is a minefield. A good launchpad exists to remove three specific failure modes that have burned buyers for years.

  • Fair distribution. On a traditional launch the team decides who gets tokens first: insiders, a presale whitelist, a private round at a fraction of the public price. By the time you buy, someone is already sitting on a massive allocation. A fair-launch launchpad puts 100% of the supply into the public market at once, so everyone starts from the same tick on the same curve.
  • Instant liquidity. A token with no pool is just a database entry. Buyers need a market that already has depth on the day of launch, not a promise to add liquidity later. A launchpad creates and funds the pool inside the launch itself, so trading is live immediately.
  • Rug resistance. The classic rug is the founder yanking the liquidity out of the pool and dumping the price to zero. A launchpad closes this by locking the liquidity position for a long, fixed term the moment it is created. The founder cannot withdraw it, because they never held the keys to it in the first place.

None of this requires trusting the founder's word. The contract enforces it, and anyone can read the on-chain result before they buy.

How a Launchpad Works, End to End

Under the hood, a modern one-transaction launch runs a fixed sequence and either all of it succeeds or none of it does.

First, the token itself. Rather than deploying a fresh, unaudited contract every time, a good launchpad mints a minimal-proxy clone of a single locked template. Bubblepad does exactly this: every launch is a clone of the same reviewed ERC-20 template, so the token behaves predictably and cannot hide a secret mint function or a hidden owner.

Second, the market. The launchpad creates a Uniswap v3 pool pairing your new token against WETH and picks a fee tier. Everything is denominated in ETH, which is the pair asset. Your chosen starting valuation (the fully diluted value in ETH) determines the v3 start tick, meaning it sets the opening price mathematically. There is no USD oracle involved.

Third, the seed. The launchpad deposits liquidity so the pool is not empty. This is where a pump-style launchpad differs from an old-school one, and it is worth its own section below.

Fourth, the lock. The pool hands back a Uniswap v3 liquidity position as an NFT. That NFT is the deed to the liquidity. The launchpad sends it straight into a locker contract for a fixed term, so it is provably out of the founder's reach.

Because all four steps live in one transaction, there is no MEV window, no half-finished state, and no moment where someone could snipe the pool before liquidity lands.

How Bubblepad Launches a Token

Bubblepad runs that whole sequence in a single call on Base. Here is the exact path your launch takes:

  • Mint. A brand-new ERC-20 is created as a minimal-proxy clone of the locked template. No pre-allocation, no team wallet, no admin key.
  • Pool. A Uniswap v3 pool is created pairing the token with WETH, using a 0.3% or 1% fee tier on Base (0.25% on PancakeSwap v3 when Bubblepad reaches BSC).
  • Seed. 100% of the token supply is deposited single-sided into the pool. The pool starts with only your token and zero ETH, so you never have to put up ETH to launch.
  • Lock. The Uniswap v3 position NFT that the pool returns is locked in the locker contract for 10 years. It is a real, custodied position, not a screenshot or a promise.

The result is a token that is 100% fair by construction: every unit of supply is in the locked public pool, there is nothing held back, and the launch is immutable once it confirms.

One nice detail: the original launcher stays the pool's fee receiver. The liquidity is locked for a decade, but you can still collect the trading fees the pool earns the entire time. Locking the deposit does not mean giving up the yield.

Single-Sided Seeding and Why the Price Starts Low

Old launches needed you to supply both sides of the pool: your token and a pile of ETH to match it. That is expensive and it front-loads risk onto the founder.

Bubblepad uses single-sided seeding instead. The pool is funded with 100% of the token and no ETH at all. On a Uniswap v3 curve, a pool holding only the token starts the price at the bottom of your chosen range. As ETH buyers arrive, they move along the curve and the price rises. This is the pump-style dynamic: the price discovers itself upward from a low start, funded entirely by real buy pressure rather than by the founder's wallet.

Because you do not need to bring ETH, the barrier to launching drops to essentially zero. You pay gas, you pick a starting valuation, and the market does the rest.

If you do want skin in the game from the first block, Bubblepad offers an optional first buy: you can ape a little ETH into your own launch inside the same transaction. You snipe your own token before anyone else can, with no MEV window for bots to jump the line. There is also an existing-token mode, which seeds and locks a v3 pool for a token you already hold.

The 10-Year LP Lock and the Fair Launch Guarantee

The lock is the part that turns a launch from a leap of faith into something a stranger can verify. When Bubblepad seeds the pool, the Uniswap v3 position comes back as an NFT. That NFT is the only thing that can withdraw the underlying liquidity. Bubblepad routes it directly into a locker contract for 10 years.

So the founder never controls the liquidity. There is no approve-and-drain, no timelock they can shorten, no owner function to yank funds. Anyone can check the locker on-chain and confirm the position is there and dated a decade out before they buy a single token.

Combine that with 100% of supply going into the pool and you get a genuine fair launch: no presale, no private round, no team allocation, no admin key, and nothing that vests later to dump on holders. The contract is immutable after launch, so the rules cannot change after you have committed.

This is the whole pitch of a rug-resistant launchpad. Trust is replaced with proof, and the proof is public.

How to Launch a Token on Bubblepad

Launching is deliberately simple, because the launchpad handles the dangerous parts for you. Head to bubblepad.fun and start a launch at /launch.

  • Connect a wallet with enough ETH on Base to cover gas. You do not need ETH for liquidity itself, since the seed is single-sided.
  • Enter your token's name and ticker, and set the starting valuation in ETH. That number sets the opening price by choosing the v3 start tick.
  • Choose the fee tier, 0.3% or 1% on Base, depending on how you want trading fees to accrue.
  • Optionally add a first buy so you snipe your own launch in the same transaction with no MEV window.
  • Confirm one transaction. Bubblepad mints the token, creates the WETH pool, seeds it with 100% of supply, and locks the position NFT for 10 years, all atomically.

When the transaction confirms, your token is live, tradeable, and rug-resistant, and you remain the fee receiver on the pool.

Frequently asked questions

How does a token launchpad work?

A launchpad mints your token, creates a decentralized exchange pool, seeds that pool with liquidity, and locks the liquidity, all inside one transaction. On Bubblepad it mints an ERC-20 clone, opens a Uniswap v3 pool against WETH, seeds it single-sided with 100% of supply, and locks the position NFT for 10 years.

How do I launch a token with no ETH for liquidity?

Use a single-sided launchpad. Bubblepad seeds the pool with 100% of the token and zero ETH, so the price starts low and rises as buyers arrive. You only need enough ETH to pay gas, not to fund the pool.

What is a launchpad token?

A launchpad token is a token that was created through a launchpad, so it ships fully minted, paired against WETH, priced, and liquid, with its liquidity locked. Unlike a hand-deployed ERC-20, it is tradeable the moment the launch transaction confirms.

Are token launchpads rug-proof?

No launch is risk-free, but a fair-launch launchpad removes the rug pull specifically. Bubblepad locks the Uniswap v3 liquidity position for 10 years and puts 100% of supply in the pool with no admin key, so the founder cannot withdraw the liquidity or dump a hidden allocation.

How much does it cost to launch a token on Bubblepad?

You pay network gas on Base to run the single launch transaction. Because the pool is seeded single-sided, you do not need to supply any ETH liquidity, which keeps the cost close to gas alone.

Ready to launch your own token?
Mint, pool, seed and lock the LP in one transaction on Bubblepad.
🫧 Launch a token

Keep reading

Bubblepad · permissionless token launcher
Experimental, immutable contracts. No admin, no insurance, no refunds. You can lose everything. Not financial advice.