Jito Bundle Status Monitoring: Pending, Landed, Failed and Invalid
A production guide to tracking Jito bundles after submission without confusing a returned bundle ID with successful on-chain execution.
A production guide to tracking Jito bundles after submission without confusing a returned bundle ID with successful on-chain execution.
A bundle ID is only an acknowledgement
The sendBundle response confirms that the Block Engine received the request. It does not guarantee auction selection, forwarding or landing. Store the bundle ID together with signatures, blockhash, opportunity ID and submission region.
Use the two status surfaces correctly
getInflightBundleStatuses covers recent submissions and reports Pending, Landed, Failed or Invalid. getBundleStatuses provides processed bundle details and confirmation state. Poll with bounded backoff instead of treating a temporary null response as a final failure.
Reconcile transaction signatures
After a bundle lands, verify every expected signature and the economic state change. Confirmation alone does not prove the strategy produced the expected token balances or profit.
Set operational deadlines
A trading opportunity has a shorter business lifetime than the technical blockhash. Mark it expired when the expected edge disappears, while continuing background reconciliation so late evidence cannot create duplicate retries.
Build reliable Solana execution
TierZero develops Solana MEV and arbitrage bots and low-latency infrastructure. See the official Jito transaction-send documentation and send your current execution flow through contact.
Need this in production?
Send your current stack, target chain, data providers and operational requirements through the TierZero contact page.
Building this for production?
We turn this architecture into tested, non-custodial software with monitoring, documentation and deployment support.
Related technical guides
Best Solana RPC for Trading Bots: Reproducible Latency Benchmark
Benchmark Helius, QuickNode, Triton and self-hosted Solana RPC endpoints with a reproducible Node.js harness for p50/p95/p99 latency, errors and slot freshness.
Read articleJupiter Legacy Swap v1/v6 Guide: Quote and Route Migration Notes
Understand legacy Jupiter v6 quote and route responses, then migrate new Solana integrations to the currently supported Jupiter Swap API.
Read articleSanctum and LST Arbitrage: Trading Solana Liquid Staking Tokens
Build a Solana LST arbitrage bot around Sanctum: capture jitoSOL, mSOL and INF peg deviations against SOL via Infinity pool routes and unstake tickets.
Read article