What problem does it solve? AI agents and developers often lack accurate, current knowledge of Switchboard's on-demand oracle SDK on Solana, leading to wrong program IDs, deprecated API patterns, and broken feed integrations that can cost real funds. ## Core Features & Use Cases - Oracle Quotes Integration: Implement the recommended stateless quote approach with sub-second latency and 90% cost reduction, including Rust Anchor account validation. - Pull Feeds & Surge Streaming: Fetch and update traditional pull feeds via TypeScript SDK, or stream real-time prices over WebSocket with sub-100ms latency. - VRF Randomness: Request and consume cryptographically secure verifiable randomness in both TypeScript clients and Rust programs. - Use Case: Build a Solana DeFi lending program that reads SOL/USD prices via Oracle Quotes with staleness checks, using the provided Rust reference and verified program IDs for mainnet and devnet. ## 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.