MEV Protection
Protect your blockchain transactions from frontrunning, backrunning, sandwich attacks, and mempool sniping with Tatum’s MEV Protection. Transactions are automatically routed through private relays, ensuring cleaner execution, reduced slippage, and faster block inclusion — with zero configuration required.
MEV Protection keeps your signed transactions out of the public mempool until they are confirmed on-chain. By routing transactions through private MEV relays, your intent remains hidden from malicious bots - eliminating frontrunning, backrunning, sandwich attacks, and mempool sniping. This delivers cleaner execution, reduced slippage, and significantly more predictable outcomes for on-chain trading activity.
Ethereum only:
eth_sendRawTransactionis now free (0 credits).
Faster execution, no extra cost, no configuration needed.
How to enable Mev Protection?

MEV protection power up is enabled by default for all custom RPCs
Supported Networks
MEV Protection is automatically enabled for supported chains:
| Chain | Status |
|---|---|
| Ethereum Mainnet | ☑️ Auto-enabled |
| Base Mainnet | ☑️ Auto-enabled |
| Binance Smart Chain (BSC) Mainnet | ☑️ Auto-enabled |
| Solana Mainnet | ☑️ Auto-enabled |
| Unichain Mainnet | ☑️ Auto-enabled |
If MEV protection is not available, the feature is automatically disabled and standard transaction broadcasting is used.
How MEV Protection Works
Public mempools expose sensitive transaction details like swap direction, slippage limits, and token amounts. MEV bots constantly monitor pending transactions and attempt to exploit them for profit by manipulating transaction ordering.
MEV protection prevents these attacks by routing transactions through private relays instead of the public mempool. Your transaction remains hidden until confirmed in a block.
No Changes RequiredYour existing workflow remains unchanged.
eth_sendRawTransactioncontinues to work exactly as before. Tatum automatically detects chain capabilities and switches to private propagation when available.
Sending a MEV-Protected Transaction
Use your standard transaction flow:
curl -X POST https://ethereum-mainnet.gateway.tatum.io\
-H "x-api-key: {YOUR_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_sendRawTransaction",
"params": ["0xYOUR_SIGNED_TX"]
}'Monitoring MEV-Protected Transactions
Use the Tatum Private Mempool Explorer to monitor transaction status before it becomes publicly visible:
Benefits:
- Transaction Safety: Protection against frontrunning, backrunning, sandwich attacks, and mempool sniping.
- Reduced Slippage & Failed Swaps: Cleaner execution and fewer wasted gas fees.
- Faster Block Inclusion - direct propagation to block builders:
- 50–400 ms faster propagation
- 400–1000 ms faster block inclusion
- Up to 2 seconds faster during network congestion
- Full Transparency: Private until confirmed, then fully verifiable.
- Zero Configuration: No SDK changes, no routing logic, works automatically.
FAQs – MEV Protection
What is MEV Protection?
MEV Protection prevents malicious actors from exploiting your pending transaction by keeping it out of the public mempool. Instead, transactions are broadcast through private MEV relrelays, making it impossible for bots to frontrun or reorder your transaction for profit.
Do I need to change my code or integration?
No. MEV Protection is fully automatic. Continue using the same RPC endpoint and
eth_sendRawTransaction method. Tatum handles routing behind the scenes.
Which chains currently support MEV Protection?
- Ethereum Mainnet
- Base Mainnet
- Binance Smart Chain (BSC) Mainnet
- Solana Mainnet
- Unichain Mainnet
Chains that do not support MEV Protection automatically fall back to standard transaction broadcasting.
Does MEV Protection slow down transactions?
No — in many cases, it improves performance. Transactions are sent directly to block builders via private relays, resulting in: 50–400 ms faster propagation, 400–1000 ms faster block inclusion.
How do I monitor MEV-protected transactions?
Use the Tatum Private Mempool Explorer to monitor private-status before confirmation. Simply enter the transaction hash, select the chain, and provide your API key to view real-time propagation status inside the private mempool.
Is MEV Protection free?
Yes. MEV Protection is included automatically on supported chains at no additional cost. In the future, Tatum may introduce optional revenue-sharing models based on captured MEV rewards, but the core protection feature will remain available by default.
Updated about 5 hours ago