Engine
Private execution
Bundle routing through private relays — Flashbots-style on EVM, Jito-style on Solana.
Broadcasting a transaction to the public mempool exposes it to front runners. Insider avoids that entirely by routing through private relays — Flashbots-style on EVM, Jito-style on Solana, so your bundles land protected.
What the engine submits
The engine executes front-run, back-run, arbitrage, and liquidation bundles, all landing in the same block as the flow they are built around. That same-block guarantee is what makes the edge real.
Atomic bundles
Insider submits transactions as atomic bundles: either the whole bundle executes in order, or none of it does. A bundle that would not clear a profit simply reverts on-chain.
Private relays
Bundles go straight to block builders through private channels, so your intent never sits exposed where it can be copied or sandwiched.
- No public mempool exposure for your transactions.
- All or nothing execution, no partial fills.
- Revert protection, unprofitable bundles never execute.
