flare-fassets

Implement Flare FAssets minting, redemption, and direct minting workflows.

1|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/Thanasimos/Thanas-flare-builders-toolkit --skill flare-fassets-thanasimos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flare-fassets
Source: https://github.com/Thanasimos/Thanas-flare-builders-toolkit/tree/main/flare-fassets
Command: npx skills add https://github.com/Thanasimos/Thanas-flare-builders-toolkit --skill flare-fassets-thanasimos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ethers, xrpl, and includes scripts (resource) components.

What problem does it solve?

Provides domain knowledge and integration guidance for Flare FAssets—FXRP and related tokens.

Core Features & Use Cases

  • In-depth coverage of minting, redemption, direct minting (tag and memo), collateral management, and Core Vault interactions across Flare and XRPL networks.
  • Reference scripts and guides for common tasks like obtaining FXRP addresses, reading settings, reserving collateral, submitting XRP payments, and executing minting or redemption.
  • Security-first guidance emphasizing read-only patterns, dry-run behavior, and safe handling of private keys and attestation data.

Quick Start

Study the get-fxrp-address.ts and get-fassets-settings.ts scripts to understand current FXRP addresses and FAssets settings, then review the minting and redemption guidance to plan integration.

Frequently Asked Questions about flare-fassets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mint Flare FAssets like FXRP using collateral on the XRPL network?

Flare FAssets minting requires reserving collateral, submitting XRP payments to a specific FXRP address on the XRPL network, and executing the minting workflow via AssetManager. This Skill provides reference scripts and integration guidance for the entire end-to-end minting flow.

What is direct minting in Flare FAssets and how do I use MintingTagManager?

Direct minting in Flare FAssets is a workflow utilizing specific tags and memos to process minting via the MintingTagManager. This Skill details the on-chain interactions and script-based patterns needed to execute direct minting safely across Flare and XRPL networks.

Can I dry-run FAssets redemption and minting scripts before executing real transactions?

You can perform read-only parameter queries and script-based dry-run patterns to simulate execution before real transactions. This Skill emphasizes a security-first approach, providing safe handling of private keys and attestation data during FAssets redemption and minting simulations.

How do I obtain an FXRP address and read current FAssets settings?

You obtain an FXRP address and read current FAssets settings by executing the get-fxrp-address.ts and get-fassets-settings.ts scripts. These scripts interact with the Core Vault and AssetManager to retrieve necessary on-chain parameters for integration.

Does this Skill support agent and collateral management for Flare FAssets?

This Skill supports agent and collateral management for Flare FAssets by specifying key on-chain interactions and workflows across XRPL and Flare networks. It guides developers through integrating with the AssetManager to manage collateral effectively.