> For the complete documentation index, see [llms.txt](https://help.tpwallet.io/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tpwallet.io/cn/security-knowledge/protective-measures/revoke.cash.md).

# revoke.cash授权管理工具使用

1、打开TokenPocket，点击【发现】，App Store版本的用户需要在顶部的地址栏中填入[<mark style="color:blue;">https://revoke.cash</mark>](https://revoke.cash)链接打开，如果是安卓用户可以直接搜索revoke.cash打开使用。

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

2、工具打开后点击标记1处选择需要管理授权的公链，然后点击【Connect Wallet】连接钱包，如果是App Store用户，建议您点击右上角的【...】菜单收藏日常使用的DApp链接到发现界面中。

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

3、连接钱包后，可以看出自动扫描的代币历史授权记录，revoke.cash可以查询Token和NFT的授权信息。

界面中看到显示0的信息说明是可以更新授权数量的记录，只需要点击【Update】在钱包中会弹出【即将执行授权管理】的提示，因为我们操作的授权管理原理上就是重新调用授权过的合约地址，然后对它的授权数量进行清零或者自定义数量设置，达到管理授权的目的。

<mark style="color:red;">**如果是访问第三方的DApp看到执行授权的提示就一定要谨慎，往往恶意授权链接都会通过授权USDT代币来达到盗币的目的。**</mark>

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

4、在弹出的【交易详情】界面中可以看到，授权地址就是我们已经授权过的合约地址，代币的数量为0（也可以自定义数量），确认信息后点击【确认支付】这个过程会消耗一定Gas（矿工费），完成授权后可以看到顶部的成功提示信息，这时候授权列表里的操作清零的授权记录会消失，授权管理操作完成。

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


---

# 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://help.tpwallet.io/cn/security-knowledge/protective-measures/revoke.cash.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.
