Common Causes
EVM Chains
Non-EVM Chains
Solutions
EVM Chains
To stop a pending transaction, cancel it. Transactions with nonce gaps must be resolved in order.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Diagnose and resolve stuck or pending transactions.
| 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 |
| Issue | How to Check |
|---|---|
| Low fees | Compare to current network fees |
| Network congestion | Check blockchain status |
| 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 |
Was this page helpful?