# MetaMask Security Measures

This guide will cover how to keep your MetaMask wallet safer than ever through revoking unnecessary token approvals, disconnecting from unused dapps and learning how to lock your wallet when you are no longer utilizing it.

## Revoking Token Approvals

1\) Head to [**https://snowtrace.io/**](https://snowtrace.io) and click on **More** > **Token Approvals**:

![](/files/1aQRqY0DFnZgdbTQwozY)

2\) Enter your wallet address.

![](/files/WprUgRNiWWjq3PMg609R)

3\) Use the **Connect to Web3** button to connect your wallet.

4\) Click on the revoke icon and then the **Revoke** button on any approvals you would like to remove.

![](/files/SFA5ajM4GOb7Is7D54IF)

5\) Confirm the transaction to revoke any given approval:

![Example MetaMask Transaction Confirmation](/files/U4mKkcSOsBk5nhqw2ZWG)

## Disconnecting From Unused Dapps

1\) Select the three dots on the top right and click on **Connected Sites**.

![](/files/MUWi8PpPGTx66P9IsIp7)

2\) Click on the trash icon next to any dapps you no longer interact with, and confirm the disconnection:

![](/files/BCrNMaYUJ7Jd7RhLrBnU)

## Locking Your Wallet

When not using your computer, and especially if you are not accustomed to locking your computer when walking away from it, it is highly advised to lock your wallet to not allow others nearby to make any transactions you are not aware of.

This is as simple as clicking on your account icon on the top right and selecting **Lock**:

![](/files/c8KGVJfDHE9s8Ruoa5vb)

{% hint style="info" %}
By default, MetaMask locks your wallet after a certain amount of time. This value can be changed through MetaMask's advanced settings.
{% endhint %}


---

# 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.snowball.network/resources/guides/metamask-security-measures.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.
