LiveSolanaLiquidityDLMM
M

Meteora

Meteora is a Solana liquidity infrastructure platform for dynamic liquidity pools, DLMM pools, launch liquidity, vaults, and liquidity tooling for DeFi market participants

Open App
Overall Score8.3/10
Security
8.1
Liquidity
8.7
Developer Access
8.3
Usability
7.9

Core Features

  • DLMM Pools

    DLMM pools let LPs concentrate liquidity in defined price bins for targeted fee capture on Solana trading pairs

  • Dynamic Liquidity Pools

    Dynamic pools rebalance liquidity automatically based on market activity, reducing impermanent loss for passive providers

  • Solana Native

    Built on Solana, Meteora leverages high throughput and low fees for efficient on-chain liquidity market making

  • Liquidity Vaults

    Automated vaults route idle liquidity to yield-generating protocols on Solana for passive holders

  • Developer SDK

    Open-source SDK and API for integrating Meteora pools, vaults, and DLMM into Solana applications and protocols

  • Security Audits

    Meteora publishes audit reports covering its core liquidity contracts, available in the official audits repository

Meteora — Solana Liquidity Infrastructure: Full Review

What Is Meteora?

Meteora is a liquidity infrastructure protocol built natively on Solana, designed to provide market participants with advanced liquidity pool types, automated vaults, and tooling for deploying capital efficiently in on-chain markets. Unlike conventional automated market makers that apply a single uniform liquidity curve, Meteora offers a range of pool architectures — including Discrete Liquidity Market Maker (DLMM) pools, dynamic AMM pools, and permissionless vault strategies — each tailored to different risk profiles and liquidity management goals

Core Technology: DLMM Architecture

The Discrete Liquidity Market Maker (DLMM) model is Meteora's primary pool type and the design that distinguishes it from standard AMM protocols. DLMM divides the price range into discrete bins, each containing liquidity at a fixed price point rather than a continuous curve. Liquidity providers can select a specific bin width and a set of price ranges in which to deploy capital, allowing them to target high-activity price zones and maximise fee capture relative to capital deployed

Each DLMM pool supports multiple bin step configurations that determine the spread between adjacent price bins and the associated fee tier. A narrow bin step concentrates liquidity closer to the current market price and captures more fees in low-volatility conditions, while a wider step provides coverage across a broader range and is more suitable for assets with higher price variance. This granularity mirrors the concentrated liquidity model introduced by Uniswap v3, adapted for Solana's account-based architecture and transaction throughput

DLMM pools on Meteora are permissionless: any developer or protocol team can deploy a new pool for any SPL token pair, set initial bin parameters, and open it for public liquidity provision. The pool program is open-source and the on-chain state is verifiable, meaning that liquidity positions, fee accumulation, and bin configurations can be audited by third parties at any time without relying on Meteora's off-chain infrastructure

Fee revenue in DLMM pools is distributed proportionally to the liquidity concentration within the active bin at the time of each swap. Providers outside the active price range do not receive fees for that trade, which creates a direct incentive for active position management. Meteora's SDK exposes the bin state and fee accrual data, allowing integrators to build automated rebalancing strategies or LP management tools on top of the base pool program

Dynamic Pools and AMM Vaults

Alongside DLMM, Meteora supports dynamic AMM pools, which use a constant product formula similar to Uniswap v2 but augment it with an idle capital recycling mechanism. When liquidity in a dynamic pool is not actively being used for swaps, a portion of it can be automatically routed to lending protocols on Solana to generate additional yield. This two-layer design improves capital efficiency for passive liquidity providers who prefer broad price coverage without active management

Meteora's vault system is a standalone component that allows depositors to provide liquidity to a lending strategy independently of any specific pool. Vaults aggregate capital from multiple depositors and route it to Solana lending protocols based on on-chain rate signals, rebalancing automatically over time. The vault contracts are audited and their logic is publicly available in the MeteoraAg GitHub organization, making them inspectable by any protocol that wishes to integrate vault positions as collateral or treasury assets

How Does Meteora Work?

A liquidity provider on Meteora begins by selecting a pool type — DLMM, dynamic AMM, or vault — and connecting a Solana-compatible wallet such as Phantom, Backpack, or Solflare. For DLMM positions, the provider selects a token pair, a bin step, and a price range, then deposits both tokens in the proportion required by the current bin configuration. The on-chain program issues a position account that represents the provider's liquidity stake and tracks accumulated fees; the position can be closed or adjusted at any time by submitting the corresponding Solana transaction

Meteora Use Cases: Launch Liquidity and Protocol Tooling

One of Meteora's documented use cases is providing initial liquidity infrastructure for new token launches on Solana. A project team or launchpad can deploy a DLMM pool seeded with initial liquidity, configure launch-specific bin parameters to control price discovery, and use Meteora's open-source tooling to manage the pool through the token's early trading period. This workflow serves as an on-chain alternative to centralised exchange listings for initial price discovery, allowing capital formation without relying on an off-chain order book

Security and Audits

Meteora maintains a public audits page at docs.meteora.ag and a dedicated audits repository at github.com/MeteoraAg/audits where audit reports for its core contracts are published. The documentation references security reviews of the DLMM program and vault contracts, providing transparency about the scope of each review. The MeteoraAg GitHub organization hosts the open-source pool and vault programs, making the source code available for independent inspection by developers, integrators, and security researchers who wish to assess the protocol's security posture before deploying capital

Who Is Meteora For?

Meteora is primarily suited for liquidity providers who want access to concentrated liquidity mechanics on Solana without switching to a CEX-adjacent order book model. Professional market makers, DAO treasuries, and yield-seeking DeFi participants can use DLMM pools to deploy capital with precision, while passive providers who prefer a set-and-monitor approach can rely on dynamic pools or vaults for automated yield generation

Protocol teams building on Solana can also use Meteora as an infrastructure layer — embedding DLMM pools into their own products via the open-source SDK, bootstrapping token liquidity at launch, or integrating vault positions into treasury management workflows. The availability of permissionless pool deployment and a public developer SDK, documented at docs.meteora.ag, makes Meteora a composable building block for the broader Solana DeFi ecosystem rather than a standalone trading venue