# Token Approval

{% hint style="info" %}
Token Approval: Permission for a dapp to access and move a specific type of token from your wallet.
{% endhint %}

These prompts will often appear in MetaMask if you're a frequent user of decentralized exchanges (DEXs) and DeFi in general. Most platforms rely on you depositing or transferring your tokens to them for one reason or another. However, clicking buttons such as 'Transfer', 'Deposit', or 'Move' won't do anything unless their dapp has your permission—as the wallet owner—to do so.

This is why token approvals are necessary: they enable the dapp to access and move your tokens on your behalf.

For more detailed information, please refer to the following site:

{% embed url="<https://info.etherscan.com/tokenapprovals/>" %}


---

# 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.nambisanctuary.org/whitepaper/metamask-guides/token-approval.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.
