# Token Approval Tracker

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

Many applications require you to grant approvals so that contracts can interact with tokens in your wallet. This can be a security issue if you have granted unlimited or high allowances, or have granted approvals and forgotten about them. If an application is hacked or misused in some way, this can result in all funds being drained from your wallet address.

Token Approval Tracker lets you manage your approvals from a single interface. You can easily check, update, and revoke token allowances you may have granted to different applications.

## Access the App

The Token Approval Tracker app is located in the apps section of Quaiscan (new version only).

<figure><img src="/files/7X0P0nUXYf5asZ2v6oIg" alt=""><figcaption></figcaption></figure>

To sort through apps easily, you can also search for Token Approval Tracker.

<figure><img src="/files/7gQ9uPQcd5ErMa3vPUwb" alt=""><figcaption></figcaption></figure>

## Check and Revoke

From the app, you can see allowances for any address. In order to revoke allowances, you will need to connect the wallet you want to revoke allowances for.

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

In the following example we check and revoke token approval for an address on the goerli instance <https://eth-goerli.blockscout.com/apps/token-approval-tracker>

{% embed url="<https://scribehow.com/embed/Revoke_Token_Approval__UNrwJjhWSB-AtwEBhkpf7A>" %}


---

# 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://docs.quaiscan.io/using-quaiscan/blockscout-apps/token-approval-tracker.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.
