What problem does it solve? Building on Solana requires choosing the right APIs for transaction sending, asset queries, real-time data, and event pipelines, and mistakes like wrong parameter names or inefficient polling waste credits and cause silent bugs. This Skill routes every Solana development task to the correct Helius API, SDK method, or MCP tool with verified patterns and pitfalls. ## Core Features & Use Cases - Transaction Sending & Swaps: Submit transactions via Helius Sender with Jito tips and priority fee estimates instead of raw RPC calls. - Asset & NFT Queries: Query NFTs, compressed NFTs, and fungible tokens through the DAS API with batch lookups and Merkle proofs. - Real-Time Data & Events: Stream accounts and transactions via Enhanced WebSockets or Laserstream gRPC, and build event pipelines with webhooks. - Use Case: A developer building a wallet portfolio dashboard uses getAssetsByOwner with showFungible: true for balances, getTransactionHistory for parsed activity, and a webhook to receive transfer notifications. ## Quick Start Ask the agent to fetch the parsed transaction history and token balances for a Solana wallet address using Helius.