# Token

## WHAT IS

Tokens are cryptocurrency assets issued and used by FirmaChain. Generally, tokens are issued for the purpose of using on DApps and can also be used for receiving rewards, enhancing security and as assets. FirmaChain supports both module based tokens and CW20 based tokens (to be supported in the future). This page details the module based tokens.

&#x20;

## Feature Guide

<table><thead><tr><th width="230">Name</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/xV4XzpoJLxNXxn8WEmt4#1.-token.createtoken">Token.createToken</a></td><td>Allows users to create tokens on the blockchain network.</td></tr><tr><td><a href="/pages/xV4XzpoJLxNXxn8WEmt4#2.-token.mint">Token.mint</a></td><td>Allows users to issue additional tokens.</td></tr><tr><td><a href="/pages/xV4XzpoJLxNXxn8WEmt4#3.-token.burn">Token.burn</a></td><td>Allows users to burn tokens created on the blockchain network.</td></tr><tr><td><a href="/pages/xV4XzpoJLxNXxn8WEmt4#4.-token.updatetokenuri">Token.updateTokenURI</a></td><td>Allows users to modify the URL that provides a description of the tokens.</td></tr><tr><td><a href="/pages/xV4XzpoJLxNXxn8WEmt4#5.-bank.sendtoken">Bank.sendToken</a></td><td>Allows users to transfer tokens to a different wallet.</td></tr><tr><td><a href="/pages/pnUbVx70nGzGeZsUZnMV">Utils</a></td><td>Provides additional features required in order to use the token module.</td></tr></tbody></table>


---

# 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.firmachain.org/master/developer/modules/token.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.
