flare-fassets

Guide Flare FAssets minting, redemption, and integration workflows for developers.

19|5|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/flare-foundation/flare-ai-skills --skill flare-fassets-flare-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flare-fassets
Source: https://github.com/flare-foundation/flare-ai-skills/tree/main/skills/flare-fassets-skill
Command: npx skills add https://github.com/flare-foundation/flare-ai-skills --skill flare-fassets-flare-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides domain knowledge and guidance for Flare FAssets—FXRP minting, redemption, and integration, enabling developers to understand flows and patterns end-to-end.

Core Features & Use Cases

  • Explains FAssets components (FXRP, FAssets, collateral, agents, Core Vault) and how they interact with AssetManager, FDC, and MintingTagManager.
  • Documents standards for direct minting, minting with tags, redemption flows, and gasless payments; includes safety and governance considerations.
  • Supplies developer scripts and references to official Flare Developer Hub docs to implement, test, and debug FAssets workflows.

Quick Start

Review the included scripts to explore minting, direct minting, redemption, and agent-management workflows in a safe, isolated environment.

Frequently Asked Questions about flare-fassets

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

FAQPage Schema
How do I mint FXRP on Flare using direct minting workflows?

FXRP direct minting on Flare involves interacting with the AssetManager to provide collateral and generate FXRP tokens. The Skill provides ready-made scripts and API references to securely execute standard and direct minting flows.

What is the difference between standard minting and tag-based minting for Flare FAssets?

Flare FAssets standard minting interacts directly with the AssetManager, while tag-based minting uses the MintingTagManager to route or categorize minting operations. The Skill documents both patterns and provides scripts to implement either workflow.

How does FXRP redemption work on the Flare network?

FXRP redemption on Flare burns the FXRP tokens and releases the underlying collateral through the AssetManager. The Skill outlines the end-to-end redemption flow, including safety considerations and rate limits for secure processing.

Do I need ethers and xrpl libraries to integrate Flare FAssets?

Yes, integrating Flare FAssets requires the ethers and xrpl libraries to interact with both the Flare blockchain and the XRP Ledger. The Skill utilizes these dependencies within its scripts for AssetManager and Core Vault integrations.

What are the limitations and safety guardrails when building FAssets workflows?

FAssets workflows have deployment guardrails, rate limits, and safety considerations to ensure user-controlled environments. The Skill highlights these constraints and recommends testing minting and redemption in an isolated environment first.