raydium

Execute swaps, quotes, and CLMM position management on Raydium via Solana scripts.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill raydium-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raydium
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/raydium
Command: npx skills add https://github.com/nirholas/agenti --skill raydium-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Raydium DEX automation: automate swaps, quotes, pool discovery, and CLMM liquidity management to streamline DeFi trading workflows.

Core Features & Use Cases

  • Swap, quote, and discover Raydium pools programmatically to execute trades and monitor liquidity.
  • Manage CLMM positions: open, add, remove, harvest, and close positions from scripts or AI prompts.
  • Integrate with Solana wallets and RPC access to run end-to-end DeFi operations in automated scenarios.

Quick Start

Execute a swap on Raydium using /ray swap 1 SOL to USDC to begin trading with your configured Solana keypair.

Frequently Asked Questions about raydium

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

FAQPage Schema
How do I automate Raydium swaps and CLMM liquidity management on Solana?

To automate Raydium swaps and CLMM liquidity management, you need a configured Solana keypair and RPC access. The Skill uses included scripts to execute swaps, quote prices, and manage CLMM positions across Raydium pools programmatically.

Can I open and close CLMM positions on Raydium programmatically?

Yes, you can manage CLMM positions programmatically by running scripts that open, add, remove, harvest, and close positions. The Skill automates these actions on Raydium using your configured Solana keypair and RPC access.

What do I need to execute Raydium swaps from a script?

Executing Raydium swaps from a script requires a Solana keypair and RPC access configured in your environment. With these set up, you can run commands to swap tokens, quote prices, and discover pools programmatically.

How does pool discovery work for Raydium AMM and CLMM pools?

Pool discovery works by programmatically querying Raydium to identify available AMM and CLMM pools for trading. You can monitor liquidity and find suitable pools before executing swaps or managing CLMM positions.