Front-Running Protection & Transaction Bundle
Trader API provides two advanced features: Front-Running Protection and Transaction Bundling.
Features
Front-Running Protection
Protects your transactions from MEV attacks when calling the Submit endpoint.
Two modes:
Fast Best Effort: Sends transactions to Jito and low-risk validators for a balance of protection and speed.
Jito Only: Uses Jito exclusively for maximum protection.
Transaction Bundling
Executes multiple transactions together as a single, atomic bundle when calling the Batch Submit endpoint:
Sequential: Transactions execute in the provided order.
Atomic: All transactions succeed or none are included.
All-or-Nothing: If one transaction fails, the entire bundle is rejected.
Fees
Front-Running Protection: 2–5% of the tip (based on your account tier).
Transaction Bundles: 5% of the total tip per transaction in the bundle.
Example: A bundle with 2 transactions incurs a 10% tip fee (Introductory tier).
Maximum of 4 transactions in a bundle.
Minimum Tip: 0.001 SOL (1,000,000 lamports).
Ultra
2%
Enterprise-Elite
2%
Enterprise
4%
Professional
5%
Introductory
5%
Setting a higher tip
will yield a faster inclusion.
Custom Transaction Construction
If you’re not using Trader API endpoints, include a tip instruction manually in your transactions to enable these features.
If your language of choice is not included above, you can create an instruction referencing our tip-receiving addresses:
bloxroute.sol
HWEoBxYs7ssKuudEjzjmpfJVX7Dvi7wescFsVx2L5yoY
bloxroute1.sol
95cfoy472fcQHaw4tPGBTKpn6ZQnfEPfBgDQx6gcRmRg
-
3UQUKjhMKaY2S6bjcQD6yHB7utcZt5bfarRCmctpRtUd
-
FogxVNs6Mm2w9rnGL1vkARSwJxvLE8mujTv3LK8RnUhF
➡️ Next Steps: Submit a transaction or submit a bundle of transactions
Last updated