What problem does it solve? Developers building on Flare need accurate, decentralized price data but face a learning curve around FTSO's feed IDs, contract resolution via ContractRegistry, fee calculation, and Merkle-proof verification of anchor feeds. This Skill consolidates that domain knowledge into one reference. ## Core Features & Use Cases - Onchain Feed Consumption: Explains how to read block-latency feeds in Solidity via FtsoV2Interface, resolve contracts through ContractRegistry, and calculate fees with IFeeCalculator. - Offchain and Frontend Integration: Covers reading feeds with web3/ethers and building React frontends using wagmi with the official Flare periphery packages. - Anchor Feed Verification and Volatility Incentives: Documents Merkle-proof verification of Scaling feeds and the offerIncentive flow for faster price convergence. - Use Case: A developer building a DeFi vault on Coston2 needs XRP/USD prices; this Skill shows how to resolve FtsoV2, call getFeedsByIdInWei, and convert the result to a displayable price. ## Quick Start Ask the assistant to show how to read the FLR/USD price feed from FTSO on the Coston2 testnet using Solidity or JavaScript.