How to add liquidity on PancakeSwap for a new BNB Chain token
Short answer: go to pancakeswap.finance, connect MetaMask on BNB Smart Chain, open Liquidity then Add Liquidity, select your token and BNB (or USDT), set the initial price, deposit both sides, and confirm. The pool goes live immediately and Dexscreener picks up the pair within minutes.
What you need
- A deployed BNB Chain BEP-20 token (use the BEP-20 creator if you have not minted yet).
- MetaMask connected to BNB Smart Chain (Chain ID 56), holding your token and some BNB.
- BNB (or USDT) to fund the other side of the pool, plus a small amount of BNB for gas.
Step 1: Open PancakeSwap
Go to pancakeswap.finance and connect MetaMask. Confirm the wallet is on BNB Smart Chain, not Ethereum. PancakeSwap reads your token balances automatically.
Step 2: Add liquidity to a new pool
Open the Liquidity page and choose Add Liquidity. Pick your token on one side and BNB or USDT on the other. Paste your contract address if the token is not listed yet, which is expected for a brand new token, and approve it when prompted.
Step 3: Set the initial price
The amounts you deposit set the starting price. For example, 1,000,000 tokens paired with 5 BNB implies a price of 0.000005 BNB per token. Choose a ratio that reflects how much a meaningful trade should move the market.
Step 4: Approve and deposit
PancakeSwap asks you to enable the token first (one transaction), then to supply the liquidity (a second transaction). Confirm both in MetaMask. BNB Chain gas is low, so this is inexpensive. You receive LP tokens representing your share of the pool.
Step 5: Optionally lock or burn the LP
Lock your LP tokens with a reputable locker or send them to a burn address to prove the liquidity is permanent. This reassures buyers that the pool cannot be pulled.
Step 6: Confirm the listing
Search your contract address on Dexscreener. Within a few minutes the PancakeSwap pair appears with live price and volume.
Need a token first?
If your token is not deployed yet, open the BNB creator and mint a real BEP-20 contract from MetaMask.
Open BNB creatorFrequently asked questions
Why do I need to add liquidity on PancakeSwap?
Until a liquidity pool exists there is no market for your token, so it cannot be bought or sold. Creating a PancakeSwap pool sets the on-chain price and the swap route on BNB Smart Chain.
Should I pair my token with BNB or USDT?
Both work. Pairing with BNB is the most common on BNB Chain and gives the deepest routing. Pairing with a stablecoin like USDT keeps the quote in a steady unit. You can create both pools if you want.
How much should I add to the initial pool?
There is no minimum, but a deeper pool absorbs early trades with less price impact. BNB Chain gas is cheap, so the main cost is whatever you choose to seed the pool with.
What is the difference between PancakeSwap v2 and v3?
v2 spreads liquidity across all prices and is the simplest for a new token. v3 supports concentrated liquidity in a chosen range for better efficiency but needs more management. Most new launches start on v2.
Can I lock or burn my LP tokens?
Yes. Locking LP with a reputable locker or burning it is a common trust signal that proves the liquidity is permanent and cannot be removed.
Does TheTokenLauncher add the liquidity for me?
No. You add liquidity yourself on PancakeSwap with your own wallet and funds. We handle deploying the BEP-20 token and its metadata.