Sequential Nonce Repair Tool
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Sequential Nonce Repair Tool is a wallet-focused tool that detects and repairs stuck transactions and nonce gaps, restoring sequential wallet operation. When transactions get stuck or nonces are skipped, EVM wallets become unable to submit new transactions because the network requires strict sequential nonce ordering. This tool identifies both stuck transactions and nonce gaps, then repairs them with filler transactions and replacements. It reads wallet transaction count, pending transaction nonces, transaction pool state, account nonce sequence, block gas price, and stuck transaction details. The tool supports Ethereum, Polygon, Arbitrum, Optimism, Avalanche, BNB Chain, and Base, providing a unified interface to repair nonce sequences across multiple networks. This is essential for users who have had transactions stuck in the mempool or nonces skipped due to replacement issues, preventing them from sending new transactions.
HOW TO USE
Connect your wallet using WalletConnect or a compatible browser extension. Ensure your wallet is on the network where the issue exists. Enter a gas price in gwei for the repair transactions—use a competitive gas price to ensure repairs are mined quickly. Set a maximum number of nonces to repair (default 10). Click "Detect issues" to scan your wallet's nonce sequence: the tool reads the current mined nonce, checks the pending transaction pool, and identifies stuck transactions and nonce gaps. The tool displays a visual grid showing your nonce sequence, highlighting stuck nonces in red and gaps in amber. If issues are found, the "Repair sequence" button appears. Click it to repair all detected issues—the tool submits filler transactions for gaps and replacement transactions for stuck nonces, sequentially restoring your nonce sequence. The tool displays transaction links to your chain's block explorer and logs the final gas cost for each repair transaction.
ADAPTIVE NONCE DETECTION AND SEQUENTIAL REPAIR ENGINE
The core technical mechanism that distinguishes this tool is its adaptive nonce detection and sequential repair engine. Unlike basic nonce checkers, this tool performs comprehensive analysis of the wallet's transaction history and mempool state. The engine first reads the wallet's transaction count using eth_getTransactionCount with both 'latest' and 'pending' parameters to determine the full nonce state. It then analyzes the gap between the mined nonce and the pending nonce count, identifying stuck transactions that remain in the mempool for extended periods. The engine also detects nonce gaps by checking the sequence: if the pending nonce is more than one ahead of the mined nonce, the engine examines each intermediate nonce to determine if it's truly pending or a gap. When repairing, the engine uses a tiered strategy—first filling gaps with zero-value self-transfers, then replacing stuck transactions with higher gas price transactions. All repairs are executed sequentially, waiting for each transaction to be submitted before moving to the next, ensuring nonce order is preserved. All RPC calls are wrapped with timeout and retry logic, and the tool automatically falls back to a secondary provider if the primary endpoint fails or rate-limits, ensuring detection completes even during network congestion.
WHAT IT CANNOT SEE
The tool cannot guarantee that nonce sequences will be repaired correctly if the network is severely congested, new transactions are submitted during the repair process, the estimated gas prices are insufficient for replacement transactions, or the original stuck transactions are mined before the repair transactions are confirmed. It has no visibility into the exact mempool state across all nodes, nor can it predict how quickly miners will process the repair transactions. The tool cannot detect if new nonce issues arise during the repair process. It does not monitor the wallet after repair—it is a repair tool, not a continuous monitoring service. The tool cannot interact with non-EVM chains, private networks, or wallets that do not support standard transaction nonce handling.
PLEASE NOTE
This tool is designed exclusively for EVM-compatible blockchain networks. It supports Ethereum, Polygon, Arbitrum, Optimism, Avalanche, BNB Chain, Base, and similar chains. Non-EVM networks such as Solana, Cosmos, or Bitcoin are not supported. Always verify the gas price and issue detection before repairing—the tool does not validate wallet safety beyond basic nonce verification. The tool provides estimates only—actual fees and gas costs are determined at the time of transaction execution. Users are responsible for understanding the risks of repairing nonce sequences, including the possibility that repair transactions may increase gas costs.