What problem does it solve? Developers integrating the Flare Data Connector (FDC) 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 domain knowledge into one reference. ## 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 Hardhat and Foundry scripts. - Contract Integration Patterns: Shows how to resolve FdcVerification via ContractRegistry and verify proofs before decoding data. - Use Case: When building a cross-chain payment dApp that must prove an XRPL payment occurred, use this Skill to construct the XRPPayment attestation request, retrieve the DA Layer proof, and verify it in a Solidity contract. ## Quick Start Ask how to verify an XRPL payment on Flare using an FDC attestation and get the full request, proof retrieval, and contract verification flow.