What problem does it solve? Developers building on Flare Network need accurate, up-to-date knowledge of the FTSO oracle's feed IDs, contract interfaces, fee mechanics, and verification patterns to integrate decentralized price feeds without hardcoding addresses or misusing payable methods. ## Core Features & Use Cases - Feed Consumption Patterns: Explains how to read block-latency and Scaling anchor feeds via FtsoV2Interface in Solidity, offchain with web3/ethers, and in React frontends using wagmi and the Flare periphery packages. - Feed IDs and Fee Calculation: Documents the 21-byte feed ID encoding, common crypto/USD feed IDs, and fee calculation via IFeeCalculator for payable calls. - Anchor Feed Verification: Covers Merkle proof verification of Scaling feeds with verifyFeedData, plus volatility incentives and delegation mechanics. - Use Case: A developer building a DeFi vault on Flare needs the XRP/USD price onchain; this Skill explains resolving FtsoV2 via ContractRegistry, calling getFeedByIdInWei with the correct feed ID, and converting the result to a human-readable price. ## Quick Start Ask the AI to show how to read the FLR/USD price feed from the Flare FTSO in a Solidity contract on Coston2 testnet.