What problem does it solve? Developers integrating Flare FAssets (FXRP, FBTC) must coordinate collateral reservation, XRPL payments, FDC attestations, and AssetManager contract calls across two chains, which is error-prone without structured guidance. ## Core Features & Use Cases - Minting and Redemption Guidance: Step-by-step flows for reserving collateral, sending XRP payments with payment references, generating FDC proofs, and executing minting or redemption. - Runtime Contract Resolution: Resolve AssetManager and FXRP token addresses at runtime via the FlareContractsRegistry instead of hardcoding per-network addresses. - Reference Scripts: Read-only scripts (list agents, get settings, get redemption queue) and dry-run-by-default write scripts (reserve collateral, execute minting, redeem, swap USDT0 to FXRP). - Use Case: A developer building a minting dApp uses the skill to select a healthy low-fee agent, reserve collateral, send the XRPL payment with the correct memo reference, and execute minting with an FDC proof. ## Quick Start Ask the assistant to explain how to mint FXRP on Flare Coston2 testnet and walk through the collateral reservation and FDC proof steps.