What problem does it solve? Building trading applications on Solana requires coordinating DEX aggregation, transaction submission, fee optimization, real-time data streaming, and KYC compliance across multiple APIs, which is error-prone without structured guidance. ## Core Features & Use Cases - Spot Swaps & Prediction Markets: Implement imperative and declarative token swaps, prediction market trading with Proof KYC gating, and order status polling via DFlow APIs. - Transaction Submission & Fees: Submit transactions through Helius Sender with dynamic priority fee estimation and Jito tips for optimal landing rates. - Real-Time Data & Autonomous Agents: Stream market and on-chain data via DFlow WebSockets, Helius WebSockets, or LaserStream, and configure the DFlow Agent CLI with guardrails for autonomous trading. - Use Case: Build a trading bot that streams prices via DFlow WebSockets, executes swaps through the DFlow order API, submits transactions via Helius Sender, and detects fills at shred-level latency with LaserStream. ## Quick Start Ask the assistant to build a Solana token swap flow using DFlow for quotes and Helius Sender for transaction submission.