> For the complete documentation index, see [llms.txt](https://fusiondev.gitbook.io/fusion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fusiondev.gitbook.io/fusion/learn/fusion-features/fusion-assets.md).

# Fusion assets and tokens

## What are the Fusion assets and tokens?

On Fusion network there are (in addition to FSN) currently two types of fungible assets being used, fusion assets and FRC20 tokens.

## Assets

Fusion assets are easy to create by anyone, with the very simple "Create Asset function". They are immediately compatible with [Time Lock](/fusion/learn/fusion-features/time-lock.md) feature and the [Swap Market](/fusion/learn/fusion-features/quantum-swap.md). The drawback of them is that they have not been adopted readily by the cryptocurrency market. Thus the path to making them market available is much tougher than for an FRC20, which can easily be brought to the DeFi market by anyone willing to provide some liquidity.

To create your own Fusion asset is extremely easy. It can currently be done through [MyFusionWallet](https://www.myfusionwallet.com/) and [Dopamine](http://dopamineapp.com/).

{% embed url="<https://www.youtube.com/watch?v=7p9r8Q7zSZ0>" %}
Guide on how to create you own asset
{% endembed %}

## FRC20 tokens

FRC20 is the native Fusion assets protocol. It is very similar to the ERC20 protocol running on the Ethereum network. Digital assets and tokens can be created and managed on the Fusion's FRC20 protocol.&#x20;

​FRC20 - This is the same contract type as ERC20 on Ethereum. It is useful due to the fact that this token format is what the cryptocurrency market has adopted as a standard.&#x20;

To create your own FRC20 token please refer to the guide on "[How to create your own FRC20 token](/fusion/build/create-your-own-frc20.md)".

## Cross-chain tokens&#x20;

Through [AnySwap](https://anyswap.exchange) any ERC20 or compatible coin can be bridged into an FRC20 running on Fusion and at the same time become available on the Fusion version of the [AnySwap DEX](https://anyswap.exchange). In time TL and QS functionality will also be fully available to FRC20s.


---

# 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://fusiondev.gitbook.io/fusion/learn/fusion-features/fusion-assets.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.
