What problem does it solve? Solana developers struggle with unreliable RPC endpoints, unparsed transaction data, unpredictable priority fees, and fragmented NFT/token indexing. This Skill provides accurate, up-to-date guidance for integrating Helius infrastructure so agents avoid hallucinated endpoints, deprecated SDK patterns, and mispriced transactions. ## Core Features & Use Cases - RPC & Enhanced APIs: Covers standard Solana RPC plus Helius-exclusive methods like getProgramAccountsV2, getTransactionsForAddress, Enhanced Transactions parsing, and the Priority Fee API for landing transactions. - DAS API & ZK Compression: Query NFTs, fungible tokens, and compressed assets by owner, creator, or collection, including merkle proofs for cNFTs. - Real-Time Data: Configure webhooks, WebSocket subscriptions, and LaserStream gRPC streaming for event-driven monitoring. - Use Case: Build a wallet portfolio tracker that fetches all tokens and NFTs via getAssetsByOwner, monitors new swaps via an enhanced webhook, and sends transactions with dynamically estimated priority fees. ## Quick Start Ask the agent to set up a Helius client with your API key and fetch all NFTs and token balances for a given Solana wallet address.