> For the complete documentation index, see [llms.txt](https://docs.luminite.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luminite.app/technical-architecture/fassets.md).

# FAssets

## The Launch of FAssets on Flare Network&#x20;

The Flare Network introduces a breakthrough in DeFi interoperability with the introduction of FAssets.

<mark style="background-color:$info;">What are FAssets?:</mark>&#x20;

<mark style="background-color:$info;">FAssets are Decentralized, overcollateralized representations of non-smart contract tokens like XRP, BTC, and DOGE.</mark>&#x20;

These assets, such as FXRP, FBTC, and FDOGE, enable traditionally non-programmable assets to securely and trustlessly enter the world of smart contracts. The FAsset system leverages a multi-agent, multi-collateral mechanism, combined with Flare’s Core Vault infrastructure, to ensure that assets are minted and redeemed in a decentralized manner. This structure enables users to maintain full custody of their base assets while interacting with DeFi utilities natively on the Flare Network.

Luminite integrates directly with the FAsset system, making it simple for users to bridge their non-EVM assets into Flare. Within the wallet interface, users can mint FAssets by locking their native assets through the agent model, without the need for wrapping or relying on centralized exchanges. Once minted, FAssets can be used across DeFi utilities available in Luminite, including yield vaults, swaps, and staking protocols, though they remain subject to the inherent limitations of their underlying assets.

By supporting the minting, management, and full lifecycle use of FAssets, Luminite enables users to unlock the yield-generating potential of assets like XRP and BTC without relinquishing control or navigating technical complexity. This seamless integration positions Luminite as a core gateway into the emerging XRPFi economy and the broader cross-chain DeFi ecosystem powered by Flare.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.luminite.app/technical-architecture/fassets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
