> For the complete documentation index, see [llms.txt](https://wp.gotmlabz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.gotmlabz.io/token/manage.md).

# Manage

Connect Wallet to view tokens **created by the connected wallet**.\
checking if the user has/had any of these authorities

1. **Mint Authority** - The ability to mint new tokens
2. **Freeze Authority** - The ability to freeze token accounts
3. **Update Authority** - The ability to update token metadata

After searching any relevant tokens will appear.

Select the specific token to manage.

{% embed url="<https://www.gotmlabz.io/solutions/token-manage>" %}

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

### <mark style="color:purple;">Feature Management</mark>

#### Mint Tokens

Issue new tokens to an address.

#### Freeze/Thaw Account

Freeze/Thaw an address to prevent transactions.

#### Modify Metadata

Modify token metadata.

#### Distribute Mint

Distribute mint to an address.

#### Burn Token

Burn tokens from the token account.

### <mark style="color:purple;">Authority Management</mark>

#### Update Freeze Authority

Transfer or revoke freeze account authority.

#### Update Mint Authority

Transfer or revoke token mint authority.

#### Update Metadata Authority

Transfer or revoke metadata authority.


---

# 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:

```
GET https://wp.gotmlabz.io/token/manage.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.
