- Ethereum mainnet
- BNB Smart Chain mainnet
- Arbitrum mainnet
- Base mainnet
How it works
- You construct and sign your transaction as usual and send it through our endpoint. This is sent as
eth_sendRawTransaction. - Instead of broadcasting to the global mempool, our proxy forwards it to the partner network for direct inclusion consideration by block builders.
- A builder includes your transaction in a block. Once confirmed, it appears on-chain as normal.
eth_getTransactionByHash
eth_getTransactionReceipt
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
Benefits
- Reduced front-running risk — your transaction isn’t visible in the public mempool, minimizing the chance of adversary trades.
- Reliable delivery — direct builder routes ensure predictable inclusion.
Managing MEV protection
To manage or disable MEV protection:Open the add-on
On Chainstack, open your node, select the Add-ons tab, and click Manage next to MEV protection.