> For the complete documentation index, see [llms.txt](https://docs.firmachain.org/master/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firmachain.org/master/developer/modules/token.md).

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