What problem does it solve? AI agents and developers often lack accurate, up-to-date knowledge of Switchboard's on-demand oracle SDK on Solana, leading to wrong program IDs, deprecated API patterns, and broken feed integrations. ## Core Features & Use Cases - Price Feeds & Oracle Quotes: Fetch and update pull-based feeds or use stateless Oracle Quotes with sub-second latency and 90% cost reduction. - Surge Real-Time Streaming: Subscribe to WebSocket price streams with sub-100ms latency for trading interfaces. - VRF Randomness: Request and consume cryptographically secure verifiable randomness in TypeScript and Rust/Anchor programs. - Use Case: Build a Solana lending program that reads SOL/USD prices via a canonical Oracle Quote account, validates staleness in Rust, and falls back to pull-feed updates from the TypeScript client. ## Quick Start Ask the agent to set up a Switchboard client on Solana devnet and read the current value of a given feed pubkey using the on-demand TypeScript SDK.