Mev Zone
  • Welcome
  • Getting Started
    • Introduction
    • New To Mev?
    • Sending Bundles
  • Mev Zone Block Builder
    • Overview
    • Send Bundle
    • Call Bundle
    • Send Private Transaction
  • Mev Zone Protect
    • Overview
  • Mev Zone Validators
    • What is the MEV Client
    • Run the MEV Client
Powered by GitBook
On this page
  1. Mev Zone Protect

Overview

The MEV Zone Protect system implements a private transaction submission mechanism that ensures the confidentiality of transactions until they are finalized within a block. This approach mitigates the risk of front-running by preventing transaction contents from being visible to external parties prior to block inclusion, restricting access exclusively to the block builder and validator.

The process operates as follows: users submit their transactions to a designated MEV Zone Protect endpoint, where the transaction is retained in a confidential state. The transaction details are accessible only to the block builder, ensuring that they remain undisclosed during processing. The block builder evaluates the private transaction for inclusion in the next block based on predefined criteria, such as the bid amount or gas constraints. Once the block is broadcast and finalized, the transaction becomes publicly visible to all participants. This mechanism provides a structured approach to maintaining transaction privacy and mitigating pre-execution exploits in MEV-optimized environments.

PreviousSend Private TransactionNextWhat is the MEV Client

Last updated 4 months ago