phoenix-dex

Place and manage on-chain limit orders on the Phoenix DEX.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables programmatic placement and management of limit orders on the Phoenix decentralized exchange so traders and bots can execute deterministic, on-chain order-book trades without manual wallet interactions for each order.

Core Features & Use Cases

  • Limit Orders on Phoenix: Create and manage on-chain limit orders using Phoenix's order book.
  • Order-Book Trading: Interact directly with the Phoenix program to post, fill, and monitor orders on Solana.
  • Use Case: Automate a trading bot that places limit orders on the SOL/USDC market for arbitrage, market making, or scheduled buys.

Quick Start

Use the phoenix-dex skill to place a signed on-chain limit buy order for 1 SOL at your target price on the Phoenix SOL/USDC order book.

Frequently Asked Questions about phoenix-dex

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

FAQPage Schema
How do I place on-chain limit orders on Solana programmatically?

To place on-chain limit orders on Solana, this skill automates transaction construction and submission to the Phoenix order book, requiring wallet signing to execute deterministic, bot-driven trades without manual wallet interactions for each order.

What is on-chain order-book trading on the Phoenix DEX?

On-chain order-book trading on the Phoenix DEX is the process of interacting directly with the Phoenix program on Solana to post, fill, and monitor limit orders deterministically for automated trading workflows like arbitrage and market making.

Can I automate a Solana trading bot to post limit orders on Phoenix?

Yes, you can automate a Solana trading bot to post limit orders on Phoenix by applying this skill to programmatic order placement workflows, enabling scheduled buys or market making on the SOL/USDC market without manual intervention.

Does placing limit orders on the Phoenix order book require wallet signing?

Yes, placing limit orders on the Phoenix order book requires wallet signing, as the skill performs transaction construction and interacts with Phoenix program endpoints to provide on-chain order confirmation for DeFi integrations.

What are the limitations of using Phoenix for automated on-chain trading?

The primary limitation of using Phoenix for automated on-chain trading is that while it constructs and submits transactions programmatically, every order still requires wallet signing, meaning fully trustless bot execution depends on your wallet's automated signing capabilities.