What problem does it solve? Integrating with Raydium's decentralized exchange on Solana requires navigating multiple pool types (CLMM, CPMM, AMM V4), program IDs, SDK modules, and HTTP APIs, which is error-prone and time-consuming without a consolidated reference. ## Core Features & Use Cases - Swap Integration: Execute token swaps via the TypeScript SDK or the HTTP Trade API with routing, slippage control, and priority fee configuration. - Liquidity & Pool Management: Create pools, open and manage CLMM concentrated liquidity positions, and add or remove CPMM/AMM liquidity with complete code examples. - LaunchLab Token Launches: Launch tokens with bonding curves, track graduation progress, and claim creator fees after migration to Raydium pools. - Use Case: A developer building a Solana DeFi app can use this Skill to get the correct program IDs, initialize the SDK, compute a swap quote, and submit a versioned transaction in minutes. ## Quick Start Use the raydium skill to show me how to swap 1 SOL for USDC using the Raydium SDK on Solana mainnet.