> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mpcvault.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pending Transactions

> Diagnose and resolve stuck or pending transactions.

## Common Causes

### EVM Chains

| Issue                | How to Check                                |
| -------------------- | ------------------------------------------- |
| Low gas fees         | Compare to current fees on a block explorer |
| Incorrect nonce      | Verify nonce is sequential (no gaps)        |
| Insufficient balance | Confirm balance covers amount + gas         |
| Network congestion   | Check network status                        |

### Non-EVM Chains

| Issue              | How to Check                    |
| ------------------ | ------------------------------- |
| Low fees           | Compare to current network fees |
| Network congestion | Check blockchain status         |

## Solutions

### EVM Chains

| Problem            | Solution                                |
| ------------------ | --------------------------------------- |
| Low gas fees       | Resend with higher gas                  |
| Nonce gap          | Send missing nonce transactions first   |
| Insufficient funds | Reduce amount or add funds              |
| Hash not found     | Use **Re-broadcast** in signing request |
| Congestion         | Wait or rebroadcast                     |

To stop a pending transaction, [cancel it](/guides/12-how-to-cancel-a-transaction/index). Transactions with nonce gaps must be resolved in order.

### Non-EVM Chains

Use **Re-broadcast** in the signing request details. For minor congestion, waiting may be sufficient.

## Dropped Transactions

If a transaction shows "dropped" status, click the transaction hash to verify its final status on the block explorer.
