What Is Meteora? DLMM, Dynamic Vaults and the Bonding-Curve Launchpad
If you trade Solana memecoins, you have already used Meteora whether you noticed it or not. It is one of the deepest liquidity layers on the chain, sitting alongside Raydium and Orca, and a large share of new token launches pass through its pools. But Meteora is not a "normal" AMM. Its flagship design — the DLMM — organizes liquidity in a way that is closer to an order book than to the constant-product math most Solana DEXs use. Here is what Meteora actually is, why its bin-based pools matter for volatile tokens, and how you interact with it as a trader (mostly without ever opening its app).
What Meteora actually is
Meteora is a decentralized liquidity protocol on Solana — a set of on-chain programs that hold token pairs in pools so that anyone can swap against them. In that sense it does the same job as Raydium and Orca: it is a place where liquidity pools live and where swaps settle. What makes it stand out is how it stores that liquidity and how its fees behave.
Meteora actually runs several different pool types rather than one. The team describes its strategy around "3LPs" — Liquidity Pools, Launchpads, and Liquidity Providers — and the product line reflects that: the DLMM (its concentrated, bin-based AMM), the Dynamic AMM (a constant-product AMM, in v1 and v2 flavors), and the Dynamic Bonding Curve (a launchpad engine for creating new tokens). Most traders never pick between these by hand. An aggregator does it for you, which is the part we will come back to.
DLMM explained in plain terms
DLMM stands for Dynamic Liquidity Market Maker. The core idea: instead of spreading a pool's liquidity evenly across every possible price from zero to infinity, DLMM packs it into discrete price "bins." Think of a row of buckets, each one assigned a fixed price. Liquidity providers choose which buckets to fill. A bucket only does work when the market price is sitting on it.
Two consequences fall straight out of that design:
- Concentrated liquidity. Because LPs can pile their capital into the bins right around the current price, the same dollar of liquidity goes much further than it would if it were smeared across the whole curve. Deeper liquidity exactly where trading happens means lower price impact for a given trade size.
- Zero slippage within a bin. Inside a single active bin, the price is fixed — every unit trades at that bin's price with no price impact, until the bin's reserves are used up and the market steps to the next bin. This is the part that looks more like an order book than like a classic AMM.
The second pillar is dynamic fees. A DLMM swap fee is made of a base fee plus a variable fee. The variable component rises when the market gets volatile and prices are jumping across bins quickly, and falls back down when things are calm. In practice that means the fee you pay is not a single fixed number — it reacts to conditions at the moment you trade. For liquidity providers the pitch is more fees during the chaotic periods that would otherwise just be risk; for traders it is one more reason your effective cost on a hot token can be higher than a quoted headline rate.
How a bin differs from a normal AMM
It is worth being precise here, because "concentrated liquidity" gets thrown
around loosely. A standard
automated market maker like Raydium's
classic pools or Uniswap v2 uses the constant-product formula,
x · y = k. Liquidity is spread continuously along a smooth curve,
and every trade moves the price at least a little, because the ratio
of the two reserves changes with each swap. There is no "flat" zone.
DLMM breaks the curve into steps. Each bin is a tiny flat shelf at one price.
Within a shelf there is no price movement; you only get price movement when a
trade is big enough to drain one bin and roll onto the next. So instead of a
smooth slope, you get a staircase. That is why DLMM can offer zero-impact
fills inside a bin and tighter pricing around the active range — and it is
also why LP behaviour on Meteora is more active, since providers have to
decide which bins to occupy as the price moves. If the
x · y = k mechanic is new to you, read
how AMMs work first; DLMM makes more sense
once the baseline is clear.
Dynamic AMM and dynamic vaults
Not everything on Meteora is bin-based. Its Dynamic AMM is a more familiar constant-product AMM — closer to what you would expect from a typical Solana DEX pool — and it exists in two versions. The original (DAMM v1) plugged into Meteora's Dynamic Vaults. The newer one (DAMM v2) is a standalone program with its own design choices.
The dynamic-vault idea is the interesting bit at a high level: when a pool's underlying tokens are sitting idle, a vault layer can route that capital into Solana lending markets to earn extra yield, rebalancing across protocols automatically to chase the best rate. It is essentially a lending aggregator bolted onto the liquidity so LPs earn swap fees and lending yield on the same deposit. A keeper layer rebalances those vault allocations automatically; the exact cadence and the specific lending venues it uses change over time.
DAMM v2 leans in a different direction: it is reported to use position NFTs instead of standard LP tokens to represent a liquidity position, and to include an LP fee scheduler that can start fees high at launch and step them down over time — a deliberate deterrent against snipers piling into a brand-new pool. The exact feature split between the v1 and v2 pool programs is iterated on frequently, so confirm the current details against Meteora's own docs rather than any single third-party write-up. For a trader, the practical point is simpler than the plumbing: different pool types carry different fee behaviour, and you rarely choose which one your order lands in.
The bonding-curve launchpad (DBC)
The third leg is where Meteora touches memecoins most directly. Its Dynamic Bonding Curve (DBC) is a launchpad engine: it lets a project launch a token with fully on-chain price discovery, the same bonding-curve mechanic you know from other launchpads. Buyers purchase along a configurable curve until the token hits a migration threshold, at which point it "graduates" automatically into a Meteora liquidity pool (a DAMM pool) and trades from there as a normal pair.
A few things make DBC notable. It is configurable rather than one-size-fits-all — Meteora has talked about a multi-segment "Universal Curve" that lets the launcher shape the curve in detail. And crucially for traders, tokens launched through DBC are designed to be picked up by Jupiter routing essentially from the start, so they become tradable through any aggregator-backed tool the moment they exist. DBC is the engine behind a number of Solana launch products rather than a single consumer-facing launchpad you visit — several third-party launchpads build on top of it. If you want the wider field, Solana launchpads compared puts DBC next to Pump.fun, LetsBonk and the rest.
The MET token and Comet Points
Meteora has a native token, MET. Its token generation event and airdrop happened on October 23, 2025, with a large slice of supply — on the order of 48% — earmarked for community distribution, and there is a separate points scheme ("Comet Points") tied to staking MET. The exact airdrop size, the claim window, and the precise mechanics of the points program come from launch-period coverage and may have shifted since.
For the purposes of trading tokens on Solana, none of this changes how you swap. A points program or a governance token is an incentive layer for liquidity providers and stakers; it does not make any individual token on Meteora safer or riskier. Do not read "launched on Meteora" or "earning Comet Points" as a quality signal for the token you are about to buy.
How a trader actually touches Meteora
Here is the part that surprises people: as a buyer of memecoins, you almost never interact with Meteora's interface at all. You interact with an aggregator, and the aggregator interacts with Meteora.
When you place a swap through Jupiter — or any bot, terminal, or wallet that routes through Jupiter — the aggregator scans every venue with liquidity for your pair: Raydium, Orca, PumpSwap, Meteora's DLMM and Dynamic AMM pools, and more. It then splits or routes your order to wherever the price is best, which is frequently partly through a Meteora pool without you choosing it. That is the whole point of an aggregator: you paste a contract address, and the routing finds the liquidity. So "using Meteora" usually means nothing more than that some of your fill came from a Meteora bin. You would only open the Meteora app directly if you wanted to provide liquidity, which is a different job with its own risks (impermanent loss, picking bin ranges, active management) that is out of scope for a trader's workflow.
The trader takeaway and the risks
- A permissionless pool is not a safety signal. Anyone can create a Meteora pool or launch a token through DBC, exactly as anyone can on Pump.fun. The presence of a Meteora pool tells you a market exists — nothing about whether the token is a rug. Run your own honeypot checks regardless of where it trades.
- Fees are not a fixed number on Meteora. DLMM's dynamic fee rises with volatility, and DAMM v2's fee scheduler can start high at launch. On a freshly launched, fast-moving token — exactly when you might want in — the swap fee can be meaningfully higher than a calm-market quote. Always check your slippage and price impact before confirming.
- Liquidity can still be thin. Concentrated bins make pricing tighter near the active range, but a small or new token can still be shallow — a large buy walks across bins and the price climbs fast. Size your position to the pool, not your conviction.
- You still verify the token, not the venue. Which DEX a token lives on is a routing detail your aggregator handles. Where your due diligence goes is the token itself: authorities, holders, liquidity lock. Use a chart and analytics tool and a due-diligence pass every time.
How MoonHydra fits
MoonHydra is a non-custodial Solana Telegram trading bot, and it routes every buy and sell through Jupiter. Because it uses no custom contracts of its own, it reaches Meteora's DLMM and Dynamic AMM liquidity automatically — the same way it reaches Raydium, Orca and PumpSwap. You paste a contract address and the routing finds the best fill, whether that is a Meteora bin, a constant-product pool, or a split across several. There is no venue to pick and no Meteora account to connect.
On top of network and DEX fees, MoonHydra charges a flat 1% per trade (buy and sell) with no subscription. Your keys stay encrypted with AES-256-GCM and never leave your control — the bot signs from your own wallet rather than holding your funds. Optional safety checks like RugCheck are available but off by default, so the responsibility to vet a token before you buy stays where it should: with you.
Bottom line
Meteora is one of Solana's major liquidity layers, and its signature DLMM is genuinely different from a standard AMM: liquidity lives in discrete price bins, fills inside a bin have zero price impact, and fees are dynamic — they climb with volatility instead of staying flat. Alongside the DLMM it runs a constant-product Dynamic AMM (with dynamic vaults on the v1 side) and the Dynamic Bonding Curve launchpad that feeds a lot of new tokens into the ecosystem and straight into Jupiter routing. As a trader you mostly meet Meteora indirectly, through an aggregator that routes part of your order through its pools — which means the practical rules do not change: watch your slippage, mind the variable fees, and verify the token, never the venue.
Next: brush up on how AMMs work and what a liquidity pool is, see Solana launchpads compared for where DBC sits, and start trading at t.me/moonhydrabot.
Ready to put this into practice?
MoonHydra is a multi-wallet Solana memecoin trading bot on Telegram. 1% per trade. AES-256-GCM encrypted. Non-custodial.
Open MoonHydra