> For the complete documentation index, see [llms.txt](https://docs.vrumble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vrumble.io/vrumble-or-battle-and-earn-w-multichain-nfts/game-guides/fixing-metamask-issues..md).

# Fixing MetaMask issues.

## Clear the account history

1. Go to Settings

2\. From Advanced Tab, Reset account

![](/files/tBKzCQDK3qkeynUYCc4V)

3\. Find your account in <https://snowtrace.io/>&#x20;

If there are no pending transactions, then you are all done! **If you see pending transactions, go to step&#x20;*****4*****.**

4\. Check the oldest pending transaction for the nonce. If can't find it, check the latest transaction made by your address and add (+1) to the nonce.&#x20;

Eg, if latest transaction nonce is 5, then the new nonce should be 6. Remember this number.&#x20;

5\. Turn on Customized transaction nonce under the same Advanced Tab in Step 2

![](/files/vKuONcLtk7KakY9hkzY1)

6\. Make a new transaction to your own address, sending 0 AVAX and use the same nonce that you got from step 4. Use the exact same nonce as the pending transaction, with a higher gas fee than the transaction that is pending.&#x20;

![](/files/wttVtXF4GVzcATERo5g2)

7\. If there still other pending transactions, repeat step 6 with the nonce for the next oldest pending transaction&#x20;


---

# 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://docs.vrumble.io/vrumble-or-battle-and-earn-w-multichain-nfts/game-guides/fixing-metamask-issues..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.
