ENGINE
Private execution
Bundle routing through private relays and Flashbots-style submission.
Broadcasting a transaction to the public mempool exposes it to front-runners. Insider avoids that entirely by routing through private relays.
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, it never lands at a loss.
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.