What problem does it solve? Integrating with Meteora's liquidity protocols on Solana requires navigating nine separate SDKs with different APIs, program addresses, and transaction patterns. This Skill consolidates complete usage guides and API references so developers can implement swaps, liquidity positions, token launches, and yield vaults without hunting through scattered documentation. ## Core Features & Use Cases - AMM Integration: Implement swaps, liquidity provision, and fee claiming for DLMM concentrated liquidity, DAMM v2 position-NFT pools, and legacy DAMM v1 stable/weighted pools. - Token Launch Infrastructure: Build Dynamic Bonding Curve launches with auto-graduation to DAMM, plus Alpha Vault anti-bot protection for fair distribution. - Yield & Utility SDKs: Integrate Dynamic Vaults for yield optimization, Stake-for-Fee (M3M3) for fee-based staking rewards, and Zap for single-token position entry via Jupiter routing. - Use Case: A developer building a memecoin launchpad uses the bonding curve SDK to create the launch pool, configures a fee scheduler to deter snipers, and lets the pool auto-graduate to DAMM v2 once the market cap threshold is reached. ## Quick Start Ask the assistant to show how to create a DAMM v2 pool and execute a swap using the Meteora cp-amm-sdk on Solana mainnet.