Skip to main content

MEV Blocker Endpoints

As an MEV Blocker user, you can choose from multiple endpoints to send transactions to depending on your needs.

Endpoints

  • Fast - focused on getting your transaction included on-chain as fast as possible while forwarding you a rebate.
  • No reverts - focused on getting your transaction included on-chain without any possibilities of reverting. In case your transaction is no longer valid it will stop being broadcasted to builders at no cost for the user.
  • Full Privacy - focused on getting your transaction included on-chain directly via builder. This method does not offer a rebate, but guarantees that the information your transaction carries remains private in terms of searchers. Keep in mind that builders will see your transaction information as this is the way PoS works in Ethereum, and thus can act maliciously, although in theory, they shouldn't as its not in their interest.
  • Max Backruns - focused on getting you as many backruns as possible. This endpoint shares all received transactions with searchers no matter what.
  • No Checks - focused on letting transactions go through the endpoint no matter if they simulation fails. This endpoint doesn't perform transaction simulation in pending block and only sends as private transactions (not bundles).