What problem does it solve? Building on Solana requires juggling many infrastructure concerns: sending transactions reliably, querying NFT and token data, streaming real-time events, monitoring wallets, and managing API keys and billing. This Skill routes each task to the correct Helius product and MCP tool so developers avoid wrong endpoints, wrong parameter names, and wasted credits. ## Core Features & Use Cases - Transaction Sending: Submit transactions via Helius Sender with Jito tips, dynamic priority fees, and compute unit optimization. - Asset & Wallet Queries: Query NFTs, cNFTs, and tokens via the DAS API, and investigate wallets with identity, balances, history, and funding-source tracing. - Real-Time Data & Events: Stream accounts and transactions via Enhanced WebSockets or LaserStream gRPC, and configure webhooks for event-driven backends. - Use Case: A developer building a trading bot asks for help; the Skill reads the Sender and priority-fee references, generates code with skipPreflight, a Jito tip, and a live fee estimate, then sets up a webhook to monitor the bot's wallet. ## Quick Start Ask the assistant to build a Solana feature with Helius, for example: show me the NFTs and token balances for this wallet address using the Helius DAS API.