raydium-pools_addLiquidity
Add liquidity to a Raydium pool (CPMM, CLMM, or AMM v4) by providing wallet, pool ID, token amounts, and optional CLMM price range.
Instructions
Add liquidity to a Raydium pool (CPMM, CLMM, or AMM v4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolId | Yes | Raydium pool ID | |
| wallet | Yes | Solana public key (base58) | |
| amountA | No | Raw token amount (smallest unit) | |
| amountB | No | Raw token amount (smallest unit) | |
| fixedSide | No | Fixed side for single-sided liquidity | |
| priceLower | No | Lower price for CLMM range | |
| priceUpper | No | Upper price for CLMM range |