Create a Liquidity Pool for Your Ethereum Token
Create a liquidity pool on Ethereum and open trading for your ERC-20 in one transaction. Choose Uniswap v2, v3 or v4, pair against ETH or USDC, and let the ratio you deposit set the opening price. Buy first inside the same transaction, then keep, burn or lock the position. 0.002 ETH plus gas.
0.002 ETH service fee plus network gas, first buy and lock free
How to Create a Liquidity Pool on Ethereum
Connect the wallet holding your token
MetaMask, Rabby, or a hardware wallet through WalletConnect. The wallet you connect provides both sides of the pool, pays the fee, and receives the LP tokens or the position NFT.
Choose the Uniswap version
v2 is one curve across every price. v3 concentrates your deposit into a range you pick. v4 registers the pool inside Uniswap's shared PoolManager and is the only version whose permanent lock still pays you fees.
Enter your token and both deposit amounts
Paste the ERC-20 address or pick a token you created here, then type how much of it and how much ETH or USDC to deposit. The ratio between them is the price the first buyer pays, shown live as you type.
Set a first buy and decide on the liquidity
Optionally spend ETH on your own token inside the creation transaction. Then choose whether the position stays in your wallet, goes to the dead address, or on v4 locks forever while its fees keep coming to you.
Check the simulation, then sign once
The exact transaction runs against live mainnet state first, so the review shows what reaches the pool, the opening price, the first-buy output and the gas. One signature creates, funds and buys.
No Code Required
Create and launch tokens without writing any code. Visual configuration for all features.
Fully Transparent
All token data is publicly visible and verifiable on block explorers.
Multi-Chain
Available on Solana, Ethereum, Base, Arbitrum, Polygon, and BNB Chain.
Full Ownership
You have full control. We never hold your keys, tokens, or authority.
Frequently Asked Questions
What a Liquidity Pool Is and Why Your Token Needs One
A liquidity pool is a smart contract holding two tokens that lets anyone trade between them without needing someone on the other side. Decentralized exchanges work this way instead of matching buyers and sellers in an order book: you deposit two tokens into a smart contract, the pool quotes a market price from the ratio of what it holds, and every swap moves that ratio. There is no intermediary and no third-party approval, so anyone can trade against the pool from the block it exists.
Until your ERC-20 token sits in a pool it has no price and cannot be bought. Creating the pool is the moment a minted token becomes tradable, and the two amounts you deposit decide what the first buyer pays. Do not have a token yet? Create an ERC-20 on Ethereum first, then come back here.
The Ratio You Deposit Is the Opening Price
You never type a price into this tool, because your initial deposit sets the initial price on its own. Deposit 5,000,000 tokens against 4 ETH and the pool opens at 0.0000008 ETH per token, which multiplied by your total supply is the implied market cap. The figure updates live as you type, so to open at a price you have in mind, work backwards: the ETH amount divided by the token amount is the opening price. Pairing against USDC instead prices the token directly in a stablecoin.
Getting it wrong is not fatal but it is expensive. Ethereum has the densest population of arbitrage bots of any chain, so a pool opened far from the market price of your token is an arbitrage opportunity that gets taken within blocks. That correction comes out of your liquidity. It is the main reason to set the ratio deliberately rather than depositing round numbers.
Which Uniswap Version, and What Changed in v4
All three live versions sit side by side on Ethereum, and this tool creates on any of them. v2 spreads your deposit across every possible price, needs no maintenance, and issues LP tokens that can be burned. v3 concentrates the same money into a price range, earning more per trade inside it and nothing outside it, which suits a project that will actively manage the position rather than set it and leave.
Uniswap v4 has been live on Ethereum mainnet since 31 January 2025, shipped after nine audits and a bug bounty of 15.5 million dollars. Its change that matters for a launch is architectural: every pool lives inside one shared PoolManager rather than as its own deployed contract, which is why creating a v4 pool costs the least gas of the three. It is also the only version where a permanent lock and claimable fees can coexist.
Buy First, Then Burn or Lock
Mainnet is where sniper bots are most active, because it is where the pools worth sniping are. They watch for pool creation and buy in the same block, then sell to the buyers arriving minutes later. The first buy here is not a race against them: it executes inside the creation transaction itself, before the pool is visible as a finished thing, so there is no gap for a bot to fill.
What happens to the position afterwards is the decision buyers judge you on. Burning is permanent and provable. The v4 lock is equally permanent while a fee forwarder contract, deployed for your pool alone, keeps sending you the trading fees. Keeping the position is the third option and it is legible on-chain to anyone who checks. Every lock and burn here is off by default and needs an explicit acknowledgement, because neither can be reversed.
After the Pool Is Live
The success screen links the pool on Uniswap, the chart on DexScreener and the transaction on Etherscan. Trackers pick the pool up once trades happen, which a first buy provides immediately. From there you can deepen it with add liquidity, take part of it back with remove liquidity, or settle the token's own permissions from the Ethereum token manager, since an unrenounced owner is the next thing a careful buyer looks at.
One honest caveat: a pool makes a token tradeable, it does not make anyone want to trade it. Liquidity is the floor of a market rather than its ceiling, and no opening deposit substitutes for people who actually want to buy.