What problem does it solve? AI agents and developers often lack accurate, current knowledge of Pyth Network's Solana integration — correct program IDs, price feed IDs, SDK method signatures, and safe price-validation patterns — leading to hallucinated addresses, stale-price bugs, and unsafe oracle consumption in DeFi programs. ## Core Features & Use Cases - Off-Chain Price Fetching: Fetch latest prices and stream real-time updates via the Hermes API using @pythnetwork/hermes-client, with confidence intervals and EMA prices. - On-Chain Anchor Integration: Consume PriceUpdateV2 accounts in Anchor programs with staleness checks, feed ID verification, and confidence validation using pyth-solana-receiver-sdk. - Price Posting to Solana: Build and send transactions that post price updates and consume them atomically with PythSolanaReceiver transaction builders. - Use Case: Build a Solana lending program that values SOL collateral using a verified Pyth SOL/USD price no older than 60 seconds, rejecting prices with confidence wider than 2%. ## Quick Start Use the pyth skill to write an Anchor instruction that reads the SOL/USD price from a Pyth price update account with staleness and confidence validation.