What problem does it solve? Building Solana trading and token intelligence apps requires stitching together two separate ecosystems — OKX for DEX aggregation, market data, and smart money signals, and Helius for transaction submission, on-chain data, and streaming. This Skill provides the integration layer that tells you exactly when and how to combine them, with safety rules and ready-made patterns. ## Core Features & Use Cases - Swap Execution Pipeline: Get quotes and routing from OKX, then submit signed transactions via Helius Sender with priority fee optimization for reliable block inclusion. - Token Intelligence: Combine OKX trending tokens, risk tags, and meme token analysis (dev reputation, bundle detection) with Helius DAS metadata verification and wallet investigation. - Six Integration Patterns: Ready-to-use TypeScript patterns covering swap apps, token screeners, copy-trading bots, meme token scanners, portfolio dashboards, and LaserStream-based HFT systems. - Use Case: Build a meme token scanner that checks OKX dev reputation and bundle data, verifies on-chain metadata via Helius DAS, investigates the dev wallet's funding source, and executes approved swaps through Helius Sender. ## Quick Start Ask the assistant to build a Solana token swap flow that gets a quote from OKX and submits the signed transaction through Helius Sender with safety checks.