What problem does it solve? Integrating with Solana blockchain infrastructure requires juggling RPC nodes, NFT indexing, transaction parsing, and real-time event monitoring. This Skill provides a complete reference for the Helius platform so you can query assets, send optimized transactions, and stream on-chain events without reading scattered documentation. ## Core Features & Use Cases - DAS API & RPC Access: Query NFTs, tokens, and compressed assets by owner, creator, or collection, plus Helius-exclusive RPC methods like getProgramAccountsV2 with cursor pagination. - Transaction Optimization: Get real-time priority fee estimates, send smart transactions with retry logic, and parse human-readable transaction history via the Enhanced Transactions API. - Real-Time Monitoring: Create webhooks for on-chain events, subscribe via WebSockets, and stream data through LaserStream gRPC endpoints. - Use Case: Build a wallet portfolio tracker that fetches all NFTs and token balances for an address, monitors incoming transfers via webhook, and displays parsed swap history from Jupiter. ## Quick Start Set your HELIUS_API_KEY environment variable and ask the assistant to fetch all NFTs owned by a wallet address using the Helius DAS API.