MEV Protection Modes Explained for Memecoin Traders
Off, Reduced, Secure — what each Axiom MEV mode actually does to your transaction, and when to pick which.
The invisible tax most Solana traders never measure
If you have ever bought a memecoin and watched the next block fill 8% higher than your quoted price, you have paid MEV tax. Maximal Extractable Value — sandwiches, frontruns, backruns — is the largest unmeasured cost in on-chain trading. On Solana it routinely exceeds platform fees by an order of magnitude.
Axiom ships three MEV protection modes. None of them is universally "best." The right one depends on the trade.
How a sandwich actually works on Solana
A searcher watches the mempool (or a leader-aligned RPC), sees your buy, front-runs it with a larger buy that pushes price up, lets your transaction execute at the new worse price, then immediately sells. They keep the spread; you eat the slippage and the platform's fee on top.
Solana's leader schedule makes this *more* extractable than Ethereum in some cases, because a single validator controls a 400ms slot and can deterministically order transactions inside it. Jito's block engine and private bundle routes are the two main defenses, and Axiom uses both.
Mode 1 — Off
Your transaction is broadcast through Axiom's public RPC with no special routing. Inclusion is as fast as Solana physically allows.
Use when:
- The pool is so illiquid that bots will not bother sandwiching ($5k TVL meme launches, for example).
- Speed is the entire trade thesis — you are racing a migration or a token unlock.
- Trade size is small enough that the sandwich isn't profitable for the searcher.
Skip when: trade size is above ~$2k on any pool a bot is watching.
Mode 2 — Reduced
Your transaction is bundled via Jito with a small tip (typically $0.01–$0.05). It enters the block atomically, which makes it much harder to sandwich without significant extra cost to the searcher.
Use when: most of the time. This is the default for a reason — it eliminates the majority of sandwich risk for a cost that's typically smaller than the platform fee.
Skip when: you are trading something so illiquid that the extra bundle latency could move you off the desired price, or so large that you want the full private-mempool treatment.
Mode 3 — Secure
Your transaction routes through a private mempool relay that only exposes it to a vetted set of block builders, plus a higher Jito tip. Sandwich risk drops to near zero. The cost is typically $0.05–$0.20 and adds ~100–300ms of latency.
Use when:
- Trade size is large (rule of thumb: anything over $5k on a meme).
- The token is a known sandwich target (high-volume, mid-cap memes are favourites).
- You're entering a position you plan to hold; the entry quality matters more than the entry speed.
A concrete framework
| Trade type | Recommended mode |
|---|---|
| Pump.fun snipes under $500 | Off |
| Standard memecoin entries $500–$5k | Reduced |
| Large entries, blue-chip memes, perp hedges | Secure |
| Stop losses (always) | Secure |
That last row is non-obvious. Stop losses are the *easiest* transactions to sandwich because the trigger is public and predictable. Use Secure mode on every stop, no exceptions.
Measuring your own MEV tax
Open Portfolio → Fills, and the slippage column shows realized price vs. expected price for every trade. Filter to the last 7 days and sum the negative side: that's your MEV tax. Most traders see a 30–60% reduction in this number when they switch their default from Off to Reduced.
You cannot eliminate MEV on Solana. You can refuse to be the easy mark.
Next, read the Security architecture deep dive for what happens upstream of the bundle.
Put the playbook to work
Open Axiom Trade and run your next setup with MEV-aware execution.
Launch Axiom Trade