> For the complete documentation index, see [llms.txt](https://help.pandatool.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pandatool.org/ton/jetton.md).

# TON代币权限管理教程

TON链发出来的币，默认是带有权限的，这些权限包括：修改代币名称、logo、简介、增发代币数量等。你可以选择使用这些权限修改代币参数，也可以放弃权限，操作的过程大概是这样的：

首先，我们在代币管理页面：<https://ton.pandatool.org/zh-CN/jetton>，输入你的代币合约地址或者直接查找代币

<figure><img src="/files/1kiwDJLa8bUFQpKmckOo" alt=""><figcaption></figcaption></figure>

然后直接点击你要修改的代币，就能进入管理页面

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

**增发：**&#x76F4;接增发代币数量到权限地址

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

**销毁：**&#x5C06;钱包内的代币数量销毁

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

**转账：**&#x5C06;代币转账给目标地址

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

**修改代币信息：**&#x53EF;以根据自己的需要修改代币的logo、名称、简称、简介等等

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

**放弃权限：**&#x653E;弃代币的所有权，之后将无法使用修改资料、增发等功能

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

如您有任何关于TON代币权限的问题，都可以加入官方电报群咨询：<https://t.me/PandaTool>


---

# 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://help.pandatool.org/ton/jetton.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.
