# Manage standard token

To use the token editing features, go to the [Jetton Minter](https://tonraffles.app/jetton/mint) page via the site menu and find the **Edit Token** section.&#x20;

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

Click **Select token**, then enter your token address or choose it from the list of recently edited tokens.

<figure><img src="/files/4W1eKtmYb6uvRXJsbiO9" alt="" width="563"><figcaption></figcaption></figure>

#### Token Management Capabilities

On the editing page, you can flexibly manage your token settings — modify them, burn tokens, and mint new ones. Below are the main actions available on this page.

#### Editing Basic Token Information

<figure><img src="/files/X8mDVk03hSzVIkdSEPDH" alt="" width="563"><figcaption></figcaption></figure>

You can change the core information of your token (name, symbol, logo, and description) that was specified during its creation. To do this, click **Edit token** and enter the updated data.

#### Admin Rights Management

<figure><img src="/files/t7k8tnTWUkOuZxmyxKlF" alt="" width="563"><figcaption></figcaption></figure>

By default, the administrator of the token is the wallet used to deploy it. If you connect to Ton Raffles with that same wallet, you will be able to:

* **Change the token owner** — click **Change owner** and enter the new owner’s wallet address in the modal window.
* **Revoke ownership** — this operation removes your admin rights. After revocation, you will NOT be able to:
  * change the token logo
  * mint more tokens
  * change the token name, decimals, or description

{% hint style="info" %}
Be extremely careful when changing or revoking token ownership.
{% endhint %}

#### Changing Decimals

<figure><img src="/files/5iWcGH5HBx2Ue9f6fHe5" alt="" width="563"><figcaption></figcaption></figure>

You may modify the number of decimal places, but proceed with caution — **the total supply will be recalculated based on the new decimal value.**

#### Minting New Tokens

<figure><img src="/files/uGtss5oYiHvkRKeuHfkb" alt="" width="563"><figcaption></figcaption></figure>

You can increase your token’s total supply by minting new tokens. Only the token owner can perform this action.

#### Burning Tokens & Withdrawing Assets

<figure><img src="/files/nepwcRokWTFKLeETBMUh" alt="" width="563"><figcaption></figcaption></figure>

Burning tokens is an essential part of the tokenomics of many projects. Any token holder can burn their tokens by clicking **Burn** next to their balance.

{% hint style="info" %}
Do not burn tokens unless necessary — this action is irreversible.
{% endhint %}

From time to time, unrelated tokens may be sent to your token contract. You can withdraw them using the **Withdraw assets** function — simply select the token you want to withdraw and confirm.

<figure><img src="/files/fq1GI80KMcGbE9vC6tKl" alt="" width="563"><figcaption></figcaption></figure>

#### Token Transfers

<figure><img src="/files/61mjcd99bbPvcDAKpLvM" alt="" width="563"><figcaption></figcaption></figure>

Every holder can transfer their tokens to another wallet directly from the editing page. Just enter the recipient’s address and the amount to send.

> If you need to send tokens to multiple wallets at once, you can use the [Token Massender](https://tonraffles.app/jetton/sender) иtool to do this quickly and easily.


---

# 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://gitbook.tonraffles.org/ton-raffles/modules/token-minter/standard-token/manage-standard-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.
