What problem does it solve? Developers building on Flare 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 @flarenetwork/flare-wagmi-periphery-package. - 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 concepts. - Use Case: A developer building a DeFi app on Flare uses this Skill to resolve the FtsoV2 contract via ContractRegistry, read BTC/USD and ETH/USD feeds in a single call, and compute a cross-pair BTC/ETH price. ## Quick Start Ask the assistant to show how to read the FLR/USD price feed from the Flare FTSO in a Solidity contract on Coston2 testnet.