Mint Transaction Speed-Up 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
Mint Transaction Speed-Up Tool watches the current page for pending mint transactions, reads the transaction status and current gas price via eth_getTransactionReceipt and eth_gasPrice, and provides a speed-up function that allows the user to replace a pending transaction with a higher gas price, with options to set custom gas price multipliers and automatic speed-up when gas prices drop. It helps you get your mint transactions confirmed faster during network congestion.
WHERE IT RUNS
This tool operates as a userscript within the BotGentz extension framework, running directly in your browser on any website. It works on any EVM-compatible blockchain page—Ethereum, Polygon, Arbitrum, Optimism, and more—where mint transactions are submitted. The tool integrates seamlessly into your workflow, appearing as a draggable panel that stays accessible as you manage your mint transactions.
HOW TO USE
Configure your speed-up settings: choose a gas price multiplier (1.1x, 1.2x, 1.5x, or 2.0x), set a maximum gas price cap, set the refresh interval, and toggle auto-speed-up and notifications on or off. Click "Connect & Monitor" to connect your real wallet extension, which will begin monitoring pending transactions. Add a pending transaction by clicking "Add Pending Transaction" and entering the transaction hash. The panel displays the current gas price, pending transactions, and their status. Use "Speed Up Selected" to manually replace a pending transaction with a higher gas price, or enable auto-speed-up for automatic replacement when gas prices increase. Use "Clear Completed" to remove confirmed transactions from the list, or "Stop Monitoring" to disconnect.
TECHNICAL OPERATION
Mint Transaction Speed-Up Tool uses raw JSON-RPC calls via window.ethereum.request() to interact with the blockchain. It loads ethers at runtime using a simple script tag injection for ABI encoding and contract interactions. The tool reads transaction receipts using eth_getTransactionReceipt to check the status of pending transactions. It reads the current gas price using eth_gasPrice. When a speed-up is triggered, the tool creates a replacement transaction with a higher gas price (multiplied by the user-defined multiplier) and submits it using eth_sendTransaction. The tool tracks the wallet's nonce using eth_getTransactionCount to ensure the replacement transaction has the correct nonce. The tool monitors pending transactions at the user-defined interval and automatically triggers speed-ups when enabled. The tool also enforces a maximum gas price cap to prevent overpaying.
THE PANEL
The Mint Transaction Speed-Up Tool panel is fully draggable and remembers its position between sessions using GM_setValue. It snaps to the edge of the viewport for a clean interface and can be collapsed to a small icon when not in use. The panel is resizable to accommodate longer content. Press Escape to quickly close or collapse the panel. The design is optimized for productivity with a dark theme, clear visual hierarchy, and responsive controls that adapt to your workflow.
PLEASE NOTE
This tool requires the free BotGentz extension installed in your browser and a real EVM wallet extension (MetaMask, Rabby, etc.) already installed. EVM chains only—this does not work on non-EVM blockchains. The tool cannot speed up transactions that are already confirmed or dropped, cannot speed up transactions if the wallet extension does not support replacement transactions, cannot guarantee the replacement will be mined faster, and cannot speed up transactions with a nonce gap. No private keys are stored or transmitted—all signing happens directly through your wallet extension. Always verify the gas price multiplier and max gas price cap before enabling auto-speed-up.