meteora-swap

Execute Solana token swaps and liquidity actions on Meteora's DLIMP-aware routes with slippage validation and transaction reporting.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/readtheskill/readtheskill --skill meteora-swap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meteora-swap
Source: https://github.com/readtheskill/readtheskill/tree/main/public/skills/meteora-swap
Command: npx skills add https://github.com/readtheskill/readtheskill --skill meteora-swap

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about meteora-swap

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

FAQPage Schema
How do I execute Solana token swaps on Meteora DLMM pools?

Solana token swaps on Meteora DLMM pools are executed through DLMM-aware route and size planning, pre-trade quote validation, transaction construction, and settlement verification. The process handles on-chain execution, slippage guardrails, and transaction confirmation reporting.

What is DLMM-aware execution planning for Solana swaps?

DLMM-aware execution planning is the process of choosing swap routes and trade sizes on Solana that account for Meteora's dynamic liquidity and price impact. This mechanism prevents stale or harmful trade executions by adapting to rapidly changing slippage conditions in DLMM pools.

How do I validate pre-trade quotes and enforce slippage limits for Meteora swaps?

Pre-trade validation for Meteora swaps involves checking wallet and token account validity, enforcing notional and slippage limits, and rejecting stale quotes. These guardrails ensure that only valid, current quotes proceed to unsigned transaction building and execution.

Can I use an autonomous agent to swap SOL to USDC on Meteora with a strict slippage policy?

Yes, autonomous agents can swap SOL to USDC on Meteora with strict slippage policies, such as a 0.8% maximum. The execution returns the quote, route breakdown, transaction signature, and final settled amount while enforcing notional and slippage guardrails.

Why does my Meteora swap execution fail due to stale quotes or price impact?

Meteora swap executions fail due to stale quotes or price impact when DLMM pool depth changes rapidly. The skill addresses this by applying DLMM-aware route selection, quote freshness checks, and dynamic slippage guardrails to avoid harmful or outdated trade settlements.

Do I need to build unsigned transactions manually for Meteora DLMM swaps?

No, you do not need to build unsigned transactions manually for Meteora DLMM swaps. The process automatically constructs unsigned transactions after validating wallets and enforcing guardrails, which are then signed, submitted, and confirmed with transaction metadata reporting.