TL;DR: A liquidity pool is a giant pile of two tokens locked in a smart contract. People trade against the pile. You can add your own tokens to the pile and earn fees — but you can also lose money if prices move hard. This post is everything I wish I knew before touching one.
Covered above. Even on a healthy token, big price moves in either direction mean you end up with less than if you just held. The math is always against you when prices swing.
If someone else created the pool and didn't lock the liquidity → the dev burns their LP token and drains all the SOL → you're holding tokens with zero buyers. Your bag goes to zero in one block.
This is why the Trust Trifecta above matters so much.
Most people lump these into one vague idea of "is this token safe?" They're actually three separate trust signals, and a scam can pass one while failing the others. Check all three.
What it is: When someone adds liquidity to a pool, they get an LP token (a receipt). Whoever holds that LP token can withdraw all the liquidity whenever they want. "Locking" = sending that LP token to a time-locked smart contract (like PinkLock or Streamflow) or burning it entirely.
What it prevents: The dev pulling all the money out of the pool (classic rug pull).
What it does NOT prevent: The dev printing more tokens, or freezing your wallet.
What it is: Every Solana token has a mint authority — the wallet that can create new tokens. "Renouncing" means setting it to null, so no new tokens can ever be minted.
What it prevents: The dev printing infinite new supply and dumping it on holders (= your tokens get diluted to zero).
What it does NOT prevent: A rug pull of the existing liquidity, or a honeypot freeze.
What it is: Solana tokens also have a freeze authority — a wallet that can freeze tokens in your wallet, so you can't sell them. Scammers use this to run "honeypots" (you can buy but never sell). Renouncing = this power is destroyed forever.
What it prevents: The dev freezing your tokens so you're stuck holding.
What it does NOT prevent: Rugs or infinite minting.
Liquidity pools are the most underrated concept in crypto. Every swap, every memecoin launch, every "yield farm," every DEX aggregator — all of it runs on pools.
If you don't get LPs, you don't get DeFi.
Start tiny. Pick a stable pool. Watch it. Then decide if the yield is worth the impermanent loss risk for you.