# What are Fluid Assets?

At the core of Fluidity lies Fluid Assets, which pay yield when you use them.

A Fluid Asset is a wrapped standard (ERC-20, SPL) token that represents an underlying principal token.

A novel property of Fluid Assets is that they expose users to randomly paid rewards or yield when they are used (sent or received).

For example, one Fluid USDC (ƒUSDC) would simply be a USDC token deposited into the Fluidity Protocol. It is worth the same as the underlying principal and can always be redeemed for the underlying collateral.

**A Fluid Asset is different than a yield-bearing asset. A yield-bearing asset such as cUSDC or aUSDC would pay yield when you hold onto it, whereas a Fluid Asset pays yield when you use it.**

**This creates an incentive to utilise your cryptocurrencies instead of holding on to them.**

{% content-ref url="/pages/A2Ng9wSsE40aCkmCPgxq" %}
[How do you get a Fluid Asset?](/docs/learning-and-getting-started/how-do-you-get-a-fluid-asset.md)
{% endcontent-ref %}

{% content-ref url="/pages/23HVa3BkTtSy0VGSvuHA" %}
[The Economics of a Fluid Asset](/docs/learning-and-getting-started/the-economics-of-a-fluid-asset.md)
{% endcontent-ref %}


---

# 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/what-are-fluid-assets.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.
