BlockRazor
Go to website
English
English
  • šŸ‘‰About BlockRazor
  • šŸ‘Øā€šŸ’»Use Cases
    • Wallet
    • DEX
    • Searcher
    • Trading Bot
    • Algorithmic Trading
  • šŸ’øSolana
    • Overview
    • Authentication
    • APIs
      • sendTransaction
      • getTransactionFee
      • Sandwich Detector
  • šŸ–„ļøBSC
    • Authentication
    • High-performance Network
      • Proto
      • Subscribe NewTxs
      • Subscribe NewBlocks
      • Send RawTx
      • Send RawTxBatch
      • Full Node Synchronization
    • Block Builder
      • Send Bundle
      • Send PrivateTransaction
      • Call Bundle
      • Trace Bundle
    • APIs
      • GetGasPriceStream
      • GetAllGasPriceStream
      • Sandwich Detector
  • šŸ›”ļøScutum(ETH & BSC)
    • Overview
    • New to MEV
    • Exclusive for Project
    • General for Wallet User
    • Searcher
      • Authentication
      • Subscribe Bundle
      • Send Bundle
  • šŸ“„Statement
    • Privacy Statement
Powered by GitBook
On this page
  • Introduction
  • Bundle Flow
  • FAQ
  1. Scutum(ETH & BSC)

Searcher

PreviousGeneral for Wallet UserNextAuthentication

Last updated 6 months ago

Introduction

Searcher can on Scutum to execute the backrun strategy, and then to Scutum to obtain backrun benefits.

In addition, Searcher can also skip bundle subscription and send the raw bundle directly to Scutum. With the network acceleration service of high-performance network, Scutum can forward the bundle to mainstream builders (Ethereum and BSC) with extremely low latency.

Bundle Flow

Raw Bundle: The hash field is empty, which means there is no backrun object. The txs in the bundle come from the public mempool or are self-constructed, and up to 50 rawtransactions can be set. Searchers can authorize the disclosure of txs in raw bundles to allow other Searchers to backrun, or they can keep transactions private and Scutum will forward the raw bundles to mainstream builders.

FAQ

What is the difference between sending Bundle to Scutum and MEV services?

  • Scutum supports Ethereum and BSC, MEV service currently only supports BSC

  • In BSC, Scutum will forward the bundle to mainstream builders, and the MEV service will send the bundle to BlockRazor Builder

  • Scutum is currently available without subscribing plan. Advanced features of the MEV service (such as 0gwei) require subscribing plan.

Backrun Bundle: Searcher executes the backrun strategy on the raw bundle to form a backrun bundle. The hash field sets the raw bundle hash received in the data stream, and txs field sets the backrun tx. Searchers can disclose the backrun bundle to other Searchers to execute . The overall structure of the backrun bundle in the data stream is generally [raw bundle txs…, backrun tx].

šŸ›”ļø
subscribe bundles
send the backrun bundles
bundle flow
nested backrun strategy