Fireblocks rebuilds transaction handling to prevent queue stalls
Key Takeaways
- •Fireblocks said the overhaul is designed for EVM-compatible blockchains, including Ethereum, where transactions must be processed in nonce order.
- •The new system lets institutions set custom timeouts at the workspace and transaction levels, and overdue transactions are automatically marked as failed.
- •Account Traffic Control monitors for stuck transactions and sends alerts within minutes.
- •Wallet Pools distribute transactions across multiple vaults to reduce the chance that one jammed nonce sequence will halt the full pipeline.
- •The announcement did not name specific cryptocurrencies or tokens, and it noted that non-EVM chains such as Solana and Bitcoin use different transaction models.

If you’ve ever been stuck behind someone paying with exact change at a toll booth, you understand the core problem Fireblocks says it has solved. On EVM-compatible blockchains such as Ethereum, transactions must be processed in strict numerical order using a nonce. When one transaction stalls, every transaction queued behind it waits. For an institution moving billions of dollars in digital assets, that is more than a minor inconvenience; it is an operational problem, especially when treasury workflows, exchange transfers, and settlement activity depend on transactions clearing in sequence.
Fireblocks, the infrastructure platform that says it supports thousands of institutional clients processing trillions of dollars in digital asset transactions across more than 150 blockchains, has rebuilt its transaction-handling system from the ground up. The company said the objective is to ensure that a single stuck transaction can no longer freeze an entire queue, which matters because institutions often need predictable handling rather than manual cleanup when activity spikes or a network slows down.
What changed
The overhaul introduces three main features designed to keep transaction pipelines moving.
First, Fireblocks added user-configurable timeouts. Institutions can now set custom timeout windows at both the workspace level and the individual transaction level. If a transaction remains unconfirmed past its deadline, the system automatically marks it as “FAILED” instead of leaving it in limbo indefinitely.
Second, Fireblocks introduced Account Traffic Control, a real-time monitoring layer that watches for stuck transactions and sends alerts within minutes.
Third, the company added Wallet Pools. This feature groups transactions across multiple vaults and uses health-aware routing to distribute work. Rather than sending every transaction through a single address tied to one nonce sequence, the system spreads activity across multiple vaults. If one vault becomes jammed, the others can continue processing.
Why nonce sequencing matters
Nonce sequencing is one of the more frustrating design constraints in EVM blockchains.
Every Ethereum account maintains a transaction counter called a nonce. Transaction number 5 cannot be confirmed until transaction number 4 is confirmed. If transaction 4 gets stuck, whether because gas prices spike or network congestion increases, transactions 5 through 500 are frozen behind it. They may be valid, signed, and ready to go, but they cannot execute until the earlier transaction clears.
Fireblocks’ previous system, like much of institutional crypto infrastructure, handled nonce management centrally. The rebuild is designed to reduce that risk by distributing transactions across multiple independent nonce sequences through Wallet Pools, while adding automated circuit breakers through configurable timeouts. That kind of workflow change is most relevant for organizations that move assets continuously and need to limit the operational blast radius of a single failed or delayed transfer.
Operational impact
For institutions already using Fireblocks, the practical effect is reduced operational risk. Configurable timeouts allow treasury teams to set policies that match their risk tolerance. Real-time alerting through Account Traffic Control gives operations teams a chance to intervene before a minor stuck transaction becomes a larger incident. Wallet Pools are meant to limit the impact of any intervention to a single vault rather than the entire transaction pipeline.
The announcement focused exclusively on EVM-compatible blockchains, and it did not single out any specific cryptocurrencies or tokens. Non-EVM chains such as Solana and Bitcoin use different transaction models and do not face the same nonce sequencing bottleneck.