Atomic, or nothing
The swap and the fee live in one transaction. They land together or fail together.
No public fallback
A protected trade that cannot land protected fails. It is never retried in the open.
Honest confirmation
Watched until the chain answers. Nothing is declared dead early.
Hard spend ceiling
Auto mode never spends past the Max auto fee you set. No matter what the network does.
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.
- 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.