Among the many Solana transaction acceleration service providers, 0slot stands out as the best, minimizing the probability of transactions being targeted by sandwich attacks.
When submitting transactions through 0slot, to maximize protection against sandwich attacks, we strongly recommend taking the following two steps:
In your Solana transaction, add any valid Solana public key that starts with
jitodontfrontto any of the instructions. For example:jitodontfront111111111111111111111111111111orjitodontfront111111111111111111111111111123Any bundle containing a transaction with the
jitodontfrontaccount will be rejected by the block engine unless that transaction appears first (at index 0) in the bundle. Transactions and bundles that do not contain this account are not impacted by this change.
For details, see Jito’s official documentation: Jito's Sandwich Mitigation →
💡 Note: Using Jito’s Sandwich Mitigation feature does not affect your transaction's landing speed.
anti-mev Parameter When SubmittingWhen submitting a transaction, you can enable Anti-MEV simply by adding the parameter anti-mev=true to your submission URL.
For example, change your endpoint from:
https://ny.0slot.trade?api-key=YOUR_API_KEY
to:
https://ny.0slot.trade?api-key=YOUR_API_KEY&anti-mev=true
anti-mev must be true — values such as "1" or "yes" are not valid.By performing both of the above steps on 0slot, you can achieve the best industry-level protection against sandwich attacks. However, 0slot does not guarantee 100% immunity, and therefore does not offer compensation for sandwich losses.
We also recommend:
In simple terms, a Sandwich Attack is a tactic where an attacker deliberately “sandwiches” a user's normal transaction.
Here’s how it works:
This allows the attacker to buy low and sell high, profiting from the price movement caused by the user’s order. Meanwhile, the user ends up buying at a higher price or selling at a lower price, resulting in a financial loss.
Basic Method: Using a Jito Bundle
Advanced Method: Using Normal Transactions to Front- and Back-Run
0slot's protection mechanisms are based on these two insights:
Any bundle containing a transaction with the
jitodontfrontaccount will be rejected by the block engine unless it is the first transaction in the bundle.
This means that Jito only accepts bundle containing a transaction with the jitodontfront account if it is the first transaction, ensuring it can never be front-run and never be sandwiched.
anti-mev=true parameter helps defend against attacks using standard transaction ordering.
As a leading Solana transaction accelerator, 0slot runs a large number of validators and handles one of the highest transaction volumes in the Solana ecosystem.Thanks to extensive data analysis and proprietary tech, 0slot can intelligently detect malicious validators.
anti-mev=true is enabled, 0slot checks the current Solana leader.We also offer even more secure submission methods, providing maximum protection — but note that this may slightly reduce transaction speed and success rate.
If you require such advanced protection, please contact the 0slot team directly.