# TokenPocket授权管理工具使用教程

一、打开TokenPocket，点击\[更多工具]打开\[授权检测]功能。

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

二、工具打开后会根据当前的钱包公链进行识别和连接，也可以通过地址栏查询其他的地址授权数据。\
授权信息显示的内容如下：\
1、授权的合约地址，可以点击查看链上数据；\
2、授权的数量通常会默认无限制；\
3、授权合约的时间；\
4、授权合约的哈希值信息，点击查看链上数据。

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

三、点击【取消授权】会弹出执行授权操作的提示，授权管理的原理就是二次调用这个授权过的合约地址，将授权数量修改为0就达到了权限清理的目的。

\
如果使用其他第三方链接访问时出现这个授权提示窗口就一定要谨慎，因为很可能会是有风险的授权，只有在你确认操作的链接是安全的，授权的合约也是正常调用后，才可以记录执行，否则遇到恶意授权链接，将会导致你授权过的代币全部被盗。

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

执行签名后，会看到界面中【正在取消中】的提示，当完成数据执行后这条数据就会自动清理。通常可以多刷新几次。


---

# 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://help.tokenpocket.pro/cn/security-knowledge/protective-measures/tp-approve.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.
