MEV Service

Introduction

The MEV service integrates BlockRazor's self-developed builder, which is based on a deeply optimized block construction algorithm to achieve a high probability of block production. Searchers can submit and simulate bundles at present, later BlockRazor will support the feature of tracing the status of bundle.

The MEV service provides protection from MEV attacks for DeFi Traders. If a DeFi Trader initiates a swap transaction on a DEX, the transaction is highly likely to be subjected to MEV attacks after entering the public mempool. BlockRazor provides DeFi Traders with an access endpoint for private transactions which will not enter the public mempool, thereby shielding against frontrunning attacks and sandwich attacks.

RPC Endpoint

RegionAvailability Zone(AWS)RPC Endpoint

Tokyo

apne1-az4

https://blockrazor-builder-tokyo.48.club

Frankfurt

euc1-az2

https://blockrazor-builder-frankfurt.48.club

Virginia

use1-az4

https://blockrazor-builder-virginia.48.club

In order to achieve the lowest request latency, BlockRazor will deploy Builders in multiple regions and provide users with different RPC endpoints according to regions. Please deploy the Bot near all BlockRazor builders with distributed architecture.

API

Send Bundle

Send PrivateTransaction

Call Bundle

Last updated