What problem does it solve? Developers integrating the Flare Data Connector must understand attestation types, verifier request flows, Merkle proof retrieval, and on-chain verification, which are spread across many docs and starter repos. This Skill consolidates that knowledge into one reference for building FDC-powered contracts and scripts. ## Core Features & Use Cases - Attestation Type Guidance: Covers EVMTransaction, Web2Json, Payment, AddressValidity, XRPPayment, XRPPaymentNonexistence, and FAssets-oriented types with request/response field references. - End-to-End Workflow Patterns: Documents the prepare → submit → wait for finalization → fetch proof → verify in contract flow for both Hardhat and Foundry setups. - Contract Integration Patterns: Shows how to resolve FdcVerification via ContractRegistry, verify proofs, and decode response data with Solidity structs. - Use Case: A developer building a proof-of-reserves dApp can follow the documented Web2Json plus EVMTransaction patterns and starter repo pointers to implement verification without searching scattered documentation. ## Quick Start Ask how to verify an XRPL payment proof in a Solidity contract on Flare using FDC.