What is liquidity? A definition that holds up

Published September 2, 20263 min readGlossary

What liquidity means on Solana, why a bonding curve and a pool provide it differently, how to check depth, and why it decides your slippage.

Liquidity is how much you can trade without moving the price.

Deep liquidity means a 10 SOL order barely registers. Thin liquidity means the same order swings the chart 40%, and every trader who arrives after you inherits that swing.

The word gets used loosely, so it's worth pinning down what it means in the two places your coin will live.

Two ways a coin gets it

Bonding curve. Before graduation, the curve contract is your counterparty. It holds a fixed allocation and always quotes a price from a known formula, so your coin is tradeable from the moment it exists without anybody committing capital to make a market.

AMM pool. After migration, liquidity is whatever sits in the pool. Two assets, a ratio, and price impact that depends entirely on how deep the reserves are.

Same word, genuinely different mechanisms. Bonding curve vs AMM covers why a 5 SOL order behaves differently on each.

Why it decides your slippage

Here's the practical connection.

Slippage exists because your own trade changes the price while it fills. In a pool holding 400 SOL, a 5 SOL buy moves things fractionally. In a pool holding 25 SOL, the same order is 20% of the reserve and the price moves enormously.

So a slippage setting isn't a preference. It's a response to depth, which means the number that worked on your coin last month can be wrong today if liquidity changed. What is slippage covers picking one.

Checking it on any coin

Thirty seconds on DexScreener.

Look for the liquidity figure, usually shown in dollars next to volume and market cap. Then compare it against the market cap. A coin showing a 900,000 dollar market cap against 12,000 dollars of liquidity is telling you something important: almost nobody could exit at anything near the quoted price.

That ratio is one of the more useful things you can read quickly, and most people never look at it. DexScreener vs Birdeye covers where the numbers sit.

Why market cap misleads

Because it's price times supply, and price comes from the last trade.

One small buy at a high price sets the price for the entire supply on paper. A coin can display a large market cap while holding almost nothing tradeable behind it, and the gap between those two numbers is where most disappointment on Solana comes from.

Ask yourself what would happen if 10% of holders sold at once. On deep liquidity, the price drops. On thin liquidity, there's effectively no bid at all.

What it means for a creator

Three practical consequences.

Thin liquidity makes your chart look violent. Every ordinary trade produces a large candle, and volatility that comes from thinness reads to strangers as instability rather than as a small market.

It also makes your coin a better target for extraction. Attacks that push a price around are cheaper to execute when depth is low, which sandwich attacks explained covers directly.

And it caps who can participate. Somebody willing to put in 30 SOL looks at a 15,000 dollar pool, does the arithmetic, and moves on. Not because they dislike the coin. Because they'd move the price against themselves on entry and again on exit.

What actually builds it

Trading, mostly.

Before graduation, liquidity is fixed by the curve, so what you're building is progress toward migration. After graduation, liquidity comes from providers who add to the pool, and providers show up where there are fees to earn, which means where there's volume.

So the chain runs backwards from where people expect. Activity draws liquidity, liquidity supports larger participants, larger participants produce more activity. Getting the first link started is the hard part, and it's a distribution problem rather than a mechanical one.

The console prices sustained activity against a specific window, with the full cost shown before anything is signed.

Frequently asked

Is liquidity the same as market cap?

No, and confusing them is expensive. Market cap is price times supply. Liquidity is how much can actually be traded without moving the price much.

Does my coin have liquidity before graduation?

Yes, provided by the bonding curve contract itself. That is what makes a brand new mint tradeable from the first second.

Who provides liquidity after migration?

Anybody can. Migration seeds a pool, and after that liquidity providers add or remove at will.

How to check this yourself

Everything in this guide describes mechanics that settle on Solana mainnet, so you can check any of it yourself. Mint addresses, swap signatures, curve progress and wallet counts are all public, and an explorer will disagree with us if we are wrong.

Curvegrad sells a volume service, and guides that touch on what a campaign does say so in the text rather than in a footnote.

what this is based on
  • Solana mainnet transaction history, read through the standard RPC methods
  • Pump.fun bonding curve and PumpSwap pool accounts as they appear on-chain
  • Public block explorers, where every claim here can be verified against a real mint
  • Campaigns run through our own engine, which is where the operational detail comes from