What problem does it solve? Bringing reliable off-chain data on-chain is hard: developers need low-latency price feeds, verifiable randomness, and real-time streaming without building oracle infrastructure themselves. This Skill provides complete integration guidance for the Switchboard permissionless oracle protocol on Solana. ## Core Features & Use Cases - Price Feeds & Oracle Quotes: Fetch and update pull-based feeds or use stateless Oracle Quotes for sub-second latency and reduced on-chain costs, in both TypeScript and Rust. - Surge Real-Time Streaming: Subscribe to WebSocket price streams with sub-100ms latency for trading interfaces and high-frequency applications. - VRF Randomness: Request and consume cryptographically secure verifiable random values on-chain. - Use Case: A DeFi developer building a lending protocol uses the Oracle Quote pattern to read SOL/USD prices inside an Anchor program with staleness checks, while the frontend streams live prices via Surge. ## Quick Start Ask the AI to set up a Switchboard client on Solana devnet and fetch a price update for a given feed public key using the TypeScript SDK.