What problem does it solve?
This skill enables agents and developers to execute and prepare Solana token swaps and liquidity actions on Meteora, handling DLMM pool depth and rapidly changing slippage to avoid stale or harmful trade executions.
Core Features & Use Cases
- DLMM-aware execution planning: Choose routes and trade sizes that account for Meteora's dynamic liquidity and price impact.
- Pre-trade validation & guardrails: Validate wallets and token accounts, enforce notional and slippage limits, and reject stale quotes.
- Transaction lifecycle & reporting: Build unsigned transactions, sign and submit via an execution stack, confirm settlement, and emit tx metadata and reporting.
- Use Case: An autonomous agent needs to swap SOL to USDC on Meteora with a strict 0.8% slippage policy and must return quote, route breakdown, tx signature, and final settled amount.
Quick Start
Swap 1 SOL to USDC on Meteora with a maximum 0.8% slippage and return quote, route details, transaction signature, and final received amount.