What problem does it solve? Developers building on Flare need accurate, up-to-date guidance on the FAssets protocol—minting FXRP via the Core Vault, redeeming wrapped tokens, resolving contract addresses, and handling agents, collateral, and rate limits—without digging through scattered documentation. ## Core Features & Use Cases - Minting & Redemption Guidance: Explains the standard Core Vault minting flow (destination tag or memo encoding, MintingTagManager, executor rules, rate limits) and redemption variants including redeemAmount and redeemWithTag for exchange addresses. - Contract Integration Reference: Documents IAssetManager and IMintingTagManager APIs, runtime address resolution via FlareContractsRegistry, and FAssets settings reads in Solidity and TypeScript/viem. - Ready-to-Run Scripts: Provides dry-run-by-default TypeScript scripts for minting, redeeming, listing agents, reading settings, and resolving the FXRP address. - Use Case: A developer building a dApp that lets users mint FXRP from XRP can follow the direct minting guide, use the tag reservation script, and preflight rate limits before submitting an XRPL payment. ## Quick Start Ask the assistant to explain how to mint FXRP with a single XRPL payment to the Core Vault and show the required memo encoding and fee parameters.