raydium

Integrate Solana DeFi by accessing Raydium SDK pools, swaps, and LaunchLab features.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill raydium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raydium
Source: https://github.com/sendaifun/skills/tree/main/skills/raydium
Command: npx skills add https://github.com/sendaifun/skills --skill raydium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill exposes a unified way to use the Raydium SDK v2 to access Solana-based DeFi primitives, enabling developers to build, swap, and manage liquidity with minimal boilerplate.

Core Features & Use Cases

  • Full SDK coverage: CLMM, CPMM, and AMM V4 support for pool creation, management, and swaps.
  • Liquidity & Farm workflows: Open positions, add/remove liquidity, stake LP, harvest rewards, and LaunchLab integration.
  • LaunchLab integration: Create bonding-curve tokens, monitor graduation, migrate liquidity to Raydium pools.
  • Sample workflows: Starter templates, examples, and API references to accelerate integration.

Quick Start

Install the Raydium SDK and initialize Raydium, then fetch a pool and execute a swap example to get started.

Frequently Asked Questions about raydium

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Solana DeFi swaps and pool management into my application?

You can integrate Solana DeFi swaps and pool management by installing and initializing the Raydium SDK v2, which provides interfaces for CLMM, CPMM, and AMM V4 pools with minimal boilerplate. The SDK supports mainnet and devnet workflows.

Can I manage liquidity and stake LP tokens on Raydium pools programmatically?

Yes, you can manage liquidity and stake LP tokens programmatically. The SDK supports opening positions, adding or removing liquidity, staking LP tokens, and harvesting farm rewards across supported pool types.

What's the best way to create bonding-curve tokens on Solana and migrate liquidity to Raydium?

The best way to create bonding-curve tokens and migrate liquidity is through LaunchLab integration. It enables creating bonding-curve tokens, monitoring graduation status, and automatically migrating liquidity to Raydium pools.

Does the Raydium SDK support both mainnet and devnet environments?

Yes, the Raydium SDK supports both mainnet and devnet environments. This allows developers to build and test DeFi functionality including swaps, pool creation, and liquidity management across different network workflows.

How do I fetch pool data and execute a token swap on Solana?

To fetch pool data and execute a token swap, initialize the Raydium SDK, then use the provided API access methods to retrieve pool information and call the swap functions with starter templates and sample code examples.

What Solana DeFi pool types are supported for swap and liquidity operations?

Supported Solana DeFi pool types include CLMM, CPMM, and AMM V4 pools. Each pool type supports pool creation, management, and swap operations through the unified Raydium SDK v2 interface.