# Stuck Transactions

Occasionally transactions within browser wallets like [Metamask](https://metamask.io/), can become stuck. The status on the transaction will show as 'pending', however, it seems that the transaction is not going to go through. Subsequent transactions will be queued in the wallet until the original 'pending' transaction either goes through or is cleared.

There are a number of reasons why transactions may become stuck, things like gas fee spikes and particularly when using a hardware wallet can cause pending transactions to stall.

Below we show you the steps for clearing those pending transactions.

## Reset Metamask

Although this may sound daunting because of the word 'reset'. Performing this action only clears the pending transactions. None of your settings or configurations will be affected or lost.

Step 1: Click the circle in the top right hand corner of Metamask

![Pending transaction showing as stuck in Metamask](/files/lnxnpYtvWnRAz6V8fwpE)

Step 2: Click on settings, scroll down to 'Advanced' settings and click the button 'Reset Account'

![Advanced Settings within Metamask](/files/k3WvyPTJCHM6VKYsr2R1)

Step 3: Confirm by pressing 'Rest account' again

![Resetting Metamask account](/files/okGytnSndQ3Enly6YHGy)

## Clear browser cache or DNS

Occasionally issues arise with the browser that cause transactions to not go through, Metamask to not open or the page will simply not load properly.

If the above method of resetting your Metamask did not give the desired result, we also suggest clearing your browser cache and/or flush your DNS.

Here are links to clear the cache for most popular browsers:

* [Chrome](https://support.google.com/accounts/answer/32050?hl=en\&co=GENIE.Platform%3DDesktop)
* [Brave](https://brave.com/learn/how-to-delete-search-history/)
* [Firefox](https://support.mozilla.org/en-US/kb/how-clear-firefox-cache)
* [Safari](https://support.apple.com/en-gb/guide/safari/sfri47acf5d6/mac)
* [Edge](https://support.microsoft.com/en-us/microsoft-edge/view-and-delete-browser-history-in-microsoft-edge-00cf7943-a9e1-975a-a33d-ac10ce454ca4)

Occasionally flushing your DNS can help with browser issues. Below are links on how to flush DNS:

* [Windows](https://support.pearson.com/getsupport/s/article/Reset-an-Internet-Connection-Flush-DNS)
* [Mac](https://mackeeper.com/blog/flush-dns-cache-on-mac/)


---

# 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.yieldyak.com/for-farmers/support/stuck-transactions.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.
