# How do you get a Fluid Asset?

To mint a Fluid asset, you can go to the [Fluidity Webapp](https://fluidity.money) and swap a supported principal token for a Fluid counterpart. Initially, we will be supporting stablecoins but any asset can be wrapped into a Fluid Asset, as long it has a Money Market with sufficient liquidity available.

**For example, converting 1 USDC will allow you to mint 1 ƒUSDC.**

**You can always redeem 1 ƒUSDC back for 1 USDC coin at any time.**

As the project matures, you will be able to get Fluid assets from multiple sources, such as AMMs or DEXs like (Uniswap, Sushiswap, 0x), NFT marketplaces, and practically any other application where you would be exchanging assets.


---

# Agent Instructions: 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:

```
GET https://docs.fluidity.money/docs/learning-and-getting-started/how-do-you-get-a-fluid-asset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
