Jito Bundle Simulation
Jito-enabled bundle simulation through OrbitFlare Dedicated Nodes
Introduction
OrbitFlare offers access to Jito’s powerful transaction bundling and simulation capabilities through our Dedicated Nodes. Our nodes are equipped with the Jito RPC client, allowing you to leverage Jito’s MEV (Maximal Extractable Value) infrastructure to simulate and submit transaction bundles.
What is Jito Bundle Simulation?
The Jito client on OrbitFlare nodes enables you to:
- Simulate transaction bundles before submission
- Verify atomic execution of multiple transactions in a bundle
- Test complex transaction sequences without committing them to the blockchain
- Optimize MEV strategies through bundle testing
Accessing the Service
OrbitFlare provides the Jito RPC client on our dedicated nodes. No special endpoint is needed - simply use your standard Solana RPC URL:
Key Methods
simulateBundle
The primary method for simulating bundles:
Parameters
encodedTransactions
: An array of base64-encoded transactions to simulate as a bundleconfig
: (Optional) Simulation configuration options:skipSigVerify
: Skip signature verification for faster simulationreplaceRecentBlockhash
: Replace blockhash for simulating older transactionssimulationBank
: Bank configuration for simulationaccounts
: Configuration for account data retrievalpreExecutionAccountsConfigs
: Account states to monitor before executionpostExecutionAccountsConfigs
: Account states to monitor after execution
Response
The API returns detailed simulation results including:
- Overall simulation success or failure status
- Individual transaction results
- Account states before and after execution (if requested)
- Execution logs
- Consumed compute units
- Return data from program execution
Configuration Examples
Simulation Bank Options
Specify which bank to simulate against:
Account State Monitoring
Track specific accounts through the simulation:
Bundle Requirements and Limitations
- Maximum of 5 transactions per bundle
- Last transaction must include a tip to Jito (minimum 1,000 lamports)
- All transactions must use a recent blockhash
- Bundles are only processed when a Jito-Solana leader is producing blocks
Requirements
Jito bundle simulation is available exclusively through OrbitFlare’s Dedicated Nodes plans. Please contact our sales team or refer to our Products page for more information.
Additional Resources
For more information on Jito’s MEV infrastructure: