speed_up_transaction
Resubmit a pending transaction with a higher gas price to speed it up. Supports Ethereum, BSC, and other EVM networks.
Instructions
Speed up a pending transaction by resubmitting it with higher gas price. Only works for pending transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| originalTxHash | Yes | The hash of the pending transaction to speed up | |
| gasPriceMultiplier | No | Multiplier for gas price (1.5 = 50% more gas, range: 1.1-10) |