# How to Speed up Pending Transactions

## :eyes: How to Identify Pending Transactions

Transaction typically confirm quickly on the source chain. If your transaction is taking longer than expected, it's likely due to an insufficient gas price. To expedite the confirmation, consider [increasing the gas fee](#how-to-speed-up-transactions).&#x20;

The following image illustrates a typical pending transaction.

<figure><img src="/files/I4FNprhi1gMdAalP8Nql" alt=""><figcaption><p>These are examples of how a pending transaction appears on our platform.</p></figcaption></figure>

When you click the link provided in **STEP 01**, you might encounter the message **'unable to locate this TxnHash'** on the blockchain explorer page.

<figure><img src="/files/p1SBIsUmZIvf65AavrBr" alt=""><figcaption><p>This is an example of how a pending transaction appears on the blockchain explorer.</p></figcaption></figure>

You might also find that the transaction appears similar to the screenshot below when viewed on the blockchain explore page (e.g., Scroll explorer).

<figure><img src="/files/rcParQyozEuWWJXRebwG" alt=""><figcaption><p>This is an example of how a pending transaction appears on the blockchain explorer.</p></figcaption></figure>

## :fast\_forward: **How to Speed up Transactions**

<details>

<summary>How to Speed Up Transactions with Metamask</summary>

Please refer to the tutorial provided by MetaMask: [How to speed up or cancel a pending transaction](https://support.metamask.io/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction/).

</details>

<details>

<summary>How to Speed Up Transactions with Rabby Wallet</summary>

To speed up your transaction using Rabby Wallet, follow these steps:

1. Check the pending transaction and click the "Speed up" button.\ <br>

   <figure><img src="/files/tQ81CraQn6TOXGfjbMr1" alt=""><figcaption></figcaption></figure>
2. Speed up the transaction by increasing the gas price.<br>

   <figure><img src="/files/Dx61VvWSFpmVHGuoonyh" alt=""><figcaption></figcaption></figure>
3. Click "Sign" to speed up the transaction.<br>

   <figure><img src="/files/ZsQrjHwJXOHZc019zFWe" alt=""><figcaption></figcaption></figure>

</details>

{% hint style="info" %}
Each wallet has its own unique process for speeding up transactions. Please refer to the specific documentation of the wallet you're using for detailed instructions.
{% endhint %}

## :information\_source: <mark style="background-color:orange;">Important: Please read</mark>

Please note that the new sped-up transaction will have a different transaction hash and will automatically appear on XY Finance. **You can safely disregard the previous transaction, which will remain pending.**


---

# 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.xy.finance/faq/how-to-speed-up-pending-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.
