> For the complete documentation index, see [llms.txt](https://docs.shardspace.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shardspace.app/developer/how-to-use-the-token-manager.md).

# How to use the Token Manager

If you have created a token that is mintable or burnable then you can use the Token Manager to mint or burn more of those tokens.

<figure><img src="/files/ZhA6fal7he9ZI5FALE7r" alt=""><figcaption></figcaption></figure>

It can also be used to&#x20;

* Change the token metadata if that option was allowed when initially creating the token
* Lock the token metadata so it can't ever be changed again.
* Lock individual items of metadata like just the Ticker. This may be useful if you want to be able to update the logo or description at a later date.

<figure><img src="/files/lSJtRMu8TDH9QdRA4hJx" alt=""><figcaption></figcaption></figure>

* Change one of the token behaviours if that was allowed when creating the token. eg. change the ability to mint tokens from Yes to No.
* Lock the ability to change a behaviour. eg. change the ability to update the mintable behaviour from Yes to No.

<figure><img src="/files/PmnIcYyXMoLYJ9JVroTc" alt=""><figcaption></figcaption></figure>

Note: There is a 50 XRD fee for using the features of the Token Manager


---

# 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.shardspace.app/developer/how-to-use-the-token-manager.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.
