What problem does it solve? Solana developers struggle with stale RPC knowledge, unreliable transaction landing, and fragmented APIs for NFTs, tokens, and real-time events. This Skill provides current, accurate guidance for the full Helius infrastructure stack so agents generate working integration code instead of hallucinated endpoints. ## Core Features & Use Cases - RPC & DAS API: Query accounts, assets, and compressed NFTs with cursor-based pagination and batch methods. - Transaction Optimization: Estimate priority fees, set compute budgets, and send transactions with automatic retry via sendSmartTransaction. - Real-Time Data: Configure webhooks, WebSocket subscriptions, and LaserStream gRPC for event-driven monitoring. - Use Case: Build a wallet portfolio tracker that fetches all NFTs and fungible tokens for an address, subscribes to account changes via WebSocket, and sends optimized transactions with dynamic priority fees. ## Quick Start Set your HELIUS_API_KEY environment variable and ask the agent to fetch all NFTs owned by a wallet address using the Helius DAS API.