Atomic, or nothing
A primal. transaction is all-or-nothing. The swap, the platform fee, and any recovery step live in the same transaction: if it fails, everything in it fails together. There is no state where you paid a fee for a trade that did not happen, and no state where a partial action left your wallet somewhere in between.Protected submission
Anti-MEV modes Red and Sec route your transaction through a protected lane instead of the public mempool, where sandwich bots watch for victims. The guarantee behind both modes:- No public fallback. If the protected lane cannot land the transaction, it fails. The terminal never silently downgrades a protected trade to a public one. A failed transaction costs nothing; a sandwich does.
- Sec bundles are atomic. The strongest mode lands your trade as an all-or-nothing bundle, and it is the default on every shipped preset.