Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

Raydium is a set of product surfaces built around independent Solana programs and integrations. Start here to choose the right product, then use the product pages for accounts, math, instructions, fees, and code examples.

Product comparison

ProductMarket typeToken-2022OpenBook dependencyWhen to use
AMM v4Constant-product (xy=k)NoInert (originally yes; OpenBook integration deactivated)Existing pools and integrations that depend on the v4 market layout. New pools default to CPMM.
CPMMConstant-product (xy=k)YesNoNew constant-product pools. Supports transfer-fee tokens. Lower gas than v4.
CLMMConcentrated liquidity (sqrt price, ticks)YesNoStable pairs, tight-range market making, capital-efficient LP positions.
Farm / StakingReward distributionPartialNoIncentivizing LP positions or single-asset staking.
PerpsPerpetual futuresN/ANoLeveraged trading through Raydium Perps, powered by Orderly Network.
Stable AMMStablecoin-correlated AMMNoInert AMM v4-style wiringExisting stable pools and integrations; not the default for new pools.
AMM RoutingMulti-pool routingDepends on routed poolDepends on routed poolComposing multiple Raydium AMM pools in one route.
LaunchLab has its own Launch tools tab because token launches need a dedicated user and builder flow.

Product references

AMM v4

The original Raydium constant-product AMM. Originally hybrid against OpenBook; that integration has been deactivated, so it operates today as a pure AMM.

CPMM (Standard AMM)

Pure constant-product AMM, no orderbook. Supports Token-2022 transfer fees. Recommended for new constant-product pools.

CLMM

Concentrated-liquidity AMM. Liquidity is provided into price ranges; positions earn fees only when price is in range.

Farm / Staking

Reward distribution program for LP tokens and single-asset staking. Supports multiple reward mints and custom schedules.

Perps

Perpetual futures: leverage, order types, collateral, funding, and API integration notes.

Stable AMM

Stablecoin-correlated pools and legacy Stable AMM account/instruction references.

AMM Routing

Multi-pool routing account, math, instruction, fee, and code references.