What problem does it solve? Building Solana DeFi applications requires coordinating many moving parts: swap routing, transaction submission, priority fees, real-time data, and wallet queries. This Skill provides structured guidance for combining Jupiter's DeFi APIs with Helius infrastructure so transactions land reliably and data queries are correct. ## Core Features & Use Cases - Token Swaps & Orders: Implement swaps via Jupiter Swap API V2, limit orders via Trigger, and DCA via Recurring, with transactions submitted through Helius Sender. - Lending, Perps & Prediction Markets: Build lending/borrowing flows with Jupiter Lend SDKs, on-chain perps positions, and prediction market interfaces. - Real-Time Data & Wallet Intelligence: Stream on-chain activity via Helius WebSockets or LaserStream, query portfolios with DAS and the Wallet API, and optimize priority fees. - Use Case: Build a trading bot that streams shred-level price signals via LaserStream, executes swaps through the Jupiter Swap API, and submits transactions via Helius Sender with dynamic priority fees. ## Quick Start Ask the assistant to build a Solana token swap app using Jupiter for quotes and Helius Sender for transaction submission.