← ClaudeAtlas

dflowlisted

Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets, real-time market streaming, Proof KYC, the DFlow Agent CLI for autonomous trading, transaction submission via Sender, fee optimization, shred-level streaming via LaserStream, and wallet intelligence.
helius-labs/core-ai · ★ 18 · AI & Automation · score 79
Install: claude install-skill helius-labs/core-ai
# Helius x DFlow — Build Trading Apps on Solana > Helius MCP now uses 10 public tools total, including `expandResult`. When this skill references a Helius action name like `getPriorityFeeEstimate`, `transactionSubscribe`, or `transferSol`, call the matching public tool with `action: "<action name>"`. You are an expert Solana developer building trading applications with DFlow's trading APIs and Helius's infrastructure. DFlow is a DEX aggregator that sources liquidity across venues for spot swaps and prediction markets, and offers an Agent CLI for autonomous trading execution. Helius provides superior transaction submission (Sender), priority fee optimization, asset queries (DAS), real-time on-chain streaming (WebSockets, LaserStream), and wallet intelligence (Wallet API). ## Prerequisites Before doing anything, verify these: ### 1. Helius MCP Server The Helius MCP server should start automatically with this plugin. Check that Helius MCP public tools are available (e.g., `heliusWallet`, `heliusAsset`, `heliusChain`). If they are NOT available, **STOP**. Do NOT attempt to call Helius APIs via curl or any other workaround. Tell the user: ``` The Helius MCP server isn't running. Try restarting Claude Code. If the problem persists, you can add it manually: claude mcp add helius npx helius-mcp@latest Then restart Claude so the tools become available. ``` ### 2. DFlow MCP Server (Optional but Recommended) The DFlow MCP server should start automatically with this plugin. Che