What problem does it solve? Developers integrating Flare FAssets (FXRP, FBTC) face complex multi-step protocols—Core Vault minting, MintingTagManager destination tags, FDC payment proofs, redemption queues, and rate limits—scattered across official documentation. This Skill consolidates that domain knowledge, contract API references, and runnable TypeScript scripts into one place. ## Core Features & Use Cases - Minting & Redemption Guidance: Explains the standard single-XRPL-payment Core Vault minting flow (memo and destination-tag encoding), the legacy collateral-reservation flow, and redemption variants including redeemAmount and redeemWithTag for exchange addresses. - Contract Integration Reference: Documents IAssetManager and IMintingTagManager APIs, runtime address resolution via FlareContractsRegistry, rate-limit parameters, and gasless EIP-712 FXRP payments. - Runnable Scripts: Provides ethers/xrpl TypeScript scripts for resolving the FXRP address, reading FAssets settings, listing agents, direct minting, and redeeming—write scripts are dry-run by default. - Use Case: A developer building an XRPL-to-Flare vault integration uses the Skill to encode a 32-byte direct-minting memo, pre-flight check hourly/daily minting limits, and implement redeemWithTag for an exchange payout address. ## Quick Start Ask the assistant to explain how to mint FXRP with a single XRPL payment to the Core Vault and show the memo encoding format.