How memecoin liquidity pools actually work

The Editor·8 min read·Updated 31 Aug 2026

A memecoin liquidity pool decides what you can actually sell for. How depth sets price impact, why market cap does not, and who controls the LP tokens.

A liquidity pool is a pair of token balances held in a contract that quotes every trade against their ratio. There is no buyer on the other side of your sell — the pool is. Its depth, not the token's market cap, determines what you can actually get out, and for most memecoins those two numbers are nowhere near each other.

The constant product rule, in one line

Almost every memecoin pool is a constant-product automated market maker. It holds two reserves, and their product stays fixed across trades. Put quote asset in and you take tokens out; the reserves shift, and the new ratio is the new price.

That single rule produces everything else in this article. The price is the ratio of the reserves. The price impact of a trade is how much that trade moves the ratio. And how much a trade moves the ratio depends entirely on how large the trade is relative to the reserves, which is what "depth" means.

The consequence people miss: price impact is not a percentage fee that scales linearly. It accelerates. Doubling your sell size more than doubles the damage.

Depth, not market cap, decides what you can sell

Market cap is price multiplied by total supply. It is a headline, and on a memecoin it is almost pure fiction, because the price it uses is the marginal price — the price of the very next token, at current reserves — applied to every token in existence, most of which cannot be sold anywhere near it.

Work it through with a token that shows a $2M market cap and $8,000 of pooled liquidity. That is not a contrived pairing; it is an entirely ordinary ratio for a token in the days after graduation.

Split the pool the usual way and the reserves are roughly $4,000 of quote asset against 2,000,000 tokens, with a total supply of 1,000,000,000 and a spot price of $0.002. Market cap: $2M. Now sell.

What you sellNominal value at spotWhat the pool actually paysEffective loss
500,000 tokens (0.05% of supply)$1,000~$800~20%
2,000,000 tokens (0.2% of supply)$4,000~$2,000~50%
10,000,000 tokens (1% of supply)$20,000~$3,333~83%

The last row is the one worth memorising. A holder of 1% of the supply of a "$2M token" realises about $3,333, and in doing so drives the pool price down roughly 97% and the displayed market cap to under $60,000. The $2M was never money. It was a number produced by multiplying a marginal price by a supply nobody could ever sell at it.

This is why any market cap quoted without liquidity depth beside it should be treated as decoration. The relationship between the two numbers is the whole subject of market cap versus fully diluted valuation for memecoins.

It is also the real reason sells fail. A wallet set to 5% slippage attempting a trade that carries 40% price impact will simply revert, repeatedly, while the price keeps falling — the failure mode covered in how to sell a memecoin and why sells fail and in what slippage is and how much to set.

LP tokens, and who is holding the pool

When someone deposits both assets into a pool, the contract issues them LP tokens — a receipt representing a proportional claim on the reserves. Burn the LP tokens and the claim is gone forever. Hold them and you can withdraw the reserves at any time.

That is the entire mechanism behind the hard rug. A deployer who holds the LP tokens can remove the pool in one transaction, leaving holders with tokens and no market. Nothing about the token contract prevents it; the LP position is a separate asset.

There are three states worth distinguishing, and the difference matters more than most safety checklists suggest:

Unlocked — the LP tokens sit in a wallet the deployer controls. The pool can be withdrawn at any moment.

Burned — the LP tokens are sent to an unrecoverable address. Nobody can withdraw the pool, ever, including the deployer. Irreversible and unconditional.

Locked — the LP tokens are held by a time-locked contract that releases them on a stated date. Verifiable, but temporary, and the release date is the thing to check.

Which of burning and locking is actually safer is a genuine argument rather than a settled one, and it depends on whether the project needs to migrate liquidity later. We take both sides in LP burning versus LP locking, and cover what a lock does and does not cover in what a liquidity lock is.

Note also that some venues remove the question entirely. Pools.trade pools on Robinhood Chain are standard Uniswap v4 pools with permanently locked, creator-unremovable liquidity, and the 0.25% LP fee autocompounds back into that locked position rather than being paid out. hood.fun migrates to a locked Uniswap v3 pool. Where liquidity is structurally unremovable, LP-token custody stops being a risk.

Where the pool comes from in the first place

On a bonding-curve launchpad, there is no pool during the curve phase — the contract prices trades against virtual reserves, and a real pool only exists after graduation, when accumulated value is moved into one. That mechanism is set out in what a bonding curve is.

On a curveless venue there is a pool from block one. Pons.family pairs a fixed 1B supply against a pool that goes live immediately and never migrates; Clanker deploys straight into Uniswap v4.

Either way, the pool that exists after launch is usually the only one. A memecoin typically trades in a single pool on a single venue, which is why depth is so thin and why the arithmetic above bites so hard. Larger assets are quoted across dozens of venues; a memecoin is quoted by one contract.

Fees, and who is paying for the depth

Every trade pays a fee, and on most pools that fee goes to whoever supplied the liquidity. Standard memecoin venues charge around 1% — Pons and Four.meme both do. Pools.trade charges 0.25%. pump.fun's curve carries a 1.25% total trading fee split between creator and protocol.

That fee is the compensation for holding a position that is, in this asset class, almost always a losing one. Providing liquidity to a token that goes to zero means holding the token all the way down while the quote asset is bought out from under you. This is why very few people voluntarily provide liquidity to memecoins, why pools stay thin, and why the venues that autocompound fees into locked liquidity are doing something structurally different from the ones that pay fees out.

What a deep pool does not tell you

Depth is a fact about exit capacity, not about honesty. A token can have a large, permanently locked pool and still be a honeypot with sells disabled at the contract level, or have 90% of its supply held by wallets funded from a single source in the same block.

Depth is also not stable. Where liquidity is unlocked it can leave in one transaction, and even where it is locked, the token side of the pool grows as people sell, which means the quote side shrinks — a pool that showed $50,000 of depth last week may show $6,000 today without anyone having withdrawn anything.

And nothing here tells you what a token is worth. The pool tells you what you can get out and at what cost. It has no opinion on whether you should have been in.

Frequently asked questions

Why does liquidity matter more than market cap for a memecoin?

Because market cap multiplies a marginal price by a supply that cannot be sold at it, while liquidity is the money actually available to pay you. A token showing a $2M market cap with $8,000 of pooled liquidity returns roughly $3,333 to a holder selling 1% of supply, and collapses the price by around 97% in the process.

What are LP tokens and why do they matter?

LP tokens are a receipt for depositing assets into a pool, representing a withdrawable claim on the reserves. Whoever holds them can remove the liquidity. That is the mechanism behind a hard rug, which is why checking whether LP tokens are unlocked, burned or time-locked is a standard pre-purchase check.

Can a liquidity pool be removed?

Only by whoever holds the LP tokens. If they are burned, nobody can remove the pool. If they are held in a time-lock contract, nobody can until the unlock date. If they sit in the deployer's wallet, the pool can be withdrawn in a single transaction with no warning.

How much liquidity is enough?

There is no threshold that makes a memecoin safe, but the useful test is proportional rather than absolute: compare the pool's quote-side depth to the position you intend to take. If your intended sell is a meaningful fraction of the reserve, the pool will pay you materially less than the screen says.


The pool is the part a stranger can verify

Everything in this article comes down to who controls the liquidity, and that is one of the few things about a token a buyer can confirm without trusting anyone. Team Finance — built by TrustSwap, which also builds Meme Central — locks LP tokens for a fixed term across Ethereum, Robinhood Chain, Polygon, Base and BNB, and the lock appears as a verified badge on the token's page in the Meme Central feed. It does not deepen the pool, it does not stop a deployer selling their own allocation, and it expires — check the unlock date, not just the badge.


Nothing here is financial, legal or tax advice. Memecoins are extremely high-risk: most lose most of their value, and the majority of tokens launched never reach a decentralised exchange at all. Never spend money you cannot afford to lose entirely. Meme Central does not recommend any specific token. Data described as Meme Central's own reflects tokens indexed by Meme Central and is not whole-market data.

Not financial advice. Memecoins are extremely high risk.

·Community RulesMeme Central aggregates public launchpad data.