With MEV protection on, your mainnet transaction is redirected to the Blink Labs partner network that works directly with block builders. This approach bypasses the public mempool, helping protect against front-running attacks.
This currently applies to:
eth_sendRawTransaction
.If you have the transaction hash, you can retrieve it from the private pool with the regular eth_getTransactionByHash but only through the same Chainstack node endpoint you used to submit the transaction.
Once the transaction is in the block, you can retrieve it using all regular methods, of course:
and so on.
If you prefer the traditional public mempool route, you can disable private routing. Just switch MEV protection to off on the node details page.
With MEV protection on, your mainnet transaction is redirected to the Blink Labs partner network that works directly with block builders. This approach bypasses the public mempool, helping protect against front-running attacks.
This currently applies to:
eth_sendRawTransaction
.If you have the transaction hash, you can retrieve it from the private pool with the regular eth_getTransactionByHash but only through the same Chainstack node endpoint you used to submit the transaction.
Once the transaction is in the block, you can retrieve it using all regular methods, of course:
and so on.
If you prefer the traditional public mempool route, you can disable private routing. Just switch MEV protection to off on the node details page.