# Revoke Permissions

Revoking permissions will remove approvals that you have made for your wallet to interact with contracts and dApp. Revoking permissions is usually good practice to help ensure the safety of your funds. Revoking permissions can sometimes be helpful if you are experiencing issues interacting and depositing with the dApp.&#x20;

## **Revoking approvals vs. disconnecting apps: what's the difference?**

* **Disconnecting your wallet** from a dapp involves canceling permission for it to see your public address and your token balances, and, depending on what you originally consented to, stopping it from initiating transactions (although *not* executing them) and viewing past activity.
* **Revoking an approval/allowance** means a dapp can no longer access the contents of your wallet and move them around.

## **How do I revoke approvals?**

* **Head to the 'approval checker' section of the block explorer** for the network you're using. For example, [Etherscan](https://etherscan.io/tokenapprovalchecker), [BscScan](https://bscscan.com/tokenapprovalchecker) and [Polygonscan](https://polygonscan.com/tokenapprovalchecker) all have a token approval checker function.
* Use a platform such as:
  * [Revoke](https://revoke.cash/) (Many networks)
  * [Unrekt](https://app.unrekt.net/) (multiple networks)
  * [Cointool](https://cointool.app/approve/eth) (multiple networks)
  * [EverRevoke](https://everrise.com/everrevoke/) (multiple networks).

{% hint style="info" %}
Since token approvals are conducted on-chain, revoking the approval must also be on-chain. This means you need to pay gas fees for each revocation.
{% endhint %}

*Source:* [*Metamask,* How to revoke smart contract allowances/token approvals](https://support.metamask.io/hc/en-us/articles/4446106184731-How-to-revoke-smart-contract-allowances-token-approvals)


---

# 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://whitepaper.steakhut.finance/guides/troubleshooting/revoke-permissions.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.
