Front-Running Protection, Revert Protection, & Transaction Bundling
Trader API provides advanced transaction submission features: Front-Running Protection and Revert Protection.
Features
Front-Running Protection
Our infrastructure scores current and upcoming slot leaders in real time, identifying validators with an elevated risk of malicious ordering.
High-risk leaders (identified through sandwich correlations and validator behaviour analytics) are delayed or skipped.
Low-risk leaders receive accelerated submission through staked connections, improving both protection and time-to-land.
Revert Protection
Prevent your transactions from landing as failed to save priority fee when calling the Submit endpoint. Useful for atomic or conditional strategies, though it introduces latency.
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.
➡️ Next Steps: Submit a transaction or submit a bundle of transactions
Last updated