Skip to main content

What Is Raydium?

Definition

Raydium is the largest automated market maker (AMM) and liquidity protocol on Solana, supporting both CPMM and legacy AmmV4 pool types.

Raydium is Solana's primary decentralized exchange infrastructure. It provides the liquidity pools that enable token trading on the Solana blockchain.

  • CPMM v2 (Concentrated Position Market Maker): The current standard. Create a pool in one transaction — no OpenBook market required. Lower creation cost and simpler setup.
  • AmmV4 (Legacy): The older format that requires an OpenBook Serum v2 market to be created first. Still used by some tokens that need order book integration.

When you launch a new token on Solana, creating a Raydium pool is how you enable trading. The pool pairs your token with SOL (or another base token), and Raydium's AMM algorithm handles pricing.

CoinDevTools supports both Raydium pool types — CPMM for the modern flow and AmmV4 for legacy compatibility.

Try it yourself

No code required. Connect a wallet and get started in minutes.

Create a Raydium Pool

Related Terms