
Briefing
The core research problem is the systemic risk of Miner Extractable Value (MEV) resulting from a single validator’s monopoly over transaction ordering and inclusion. The paper introduces BEAST-MEV , a novel Batched Threshold Encryption (BTE) scheme integrated with a Silent Setup procedure. This primitive ensures that user transactions are submitted privately to an encrypted mempool and are only decrypted for inclusion in a block when a sufficient threshold of validators cooperates.
This mechanism enforces a strong hiding property that prevents adversaries from observing transaction contents or existence before confirmation, thereby eliminating the pre-visibility required for front-running and selective censorship. The most significant implication is the establishment of a provable, cryptographic foundation for transaction ordering fairness at the consensus layer.

Context
The prevailing theoretical limitation in decentralized systems is the inherent centralization risk introduced by MEV. Prior to this work, a single block proposer controlled the sequencing of transactions, enabling risk-free profit extraction through front-running and sandwich attacks. While application-layer solutions and auction-based mechanisms have been proposed, they fundamentally rely on the underlying consensus protocol to guarantee two critical properties → hiding (preventing transaction content pre-visibility) and selective-censorship resistance. The challenge for threshold cryptography, a strong tool for achieving these properties, was its reliance on an expensive, interactive, or centralized key generation process, known as the trusted dealer problem.

Analysis
The paper’s breakthrough is the construction of Batched Threshold Encryption with a Silent Setup. This new primitive fundamentally differs from previous approaches by eliminating the need for a trusted third party or a complex multi-round protocol to generate the shared decryption key. Instead, the Silent Setup allows each validator to independently choose a public key, and a public, deterministic function derives the collective joint public key for the entire validator set. Users encrypt their transactions to this joint key, creating an encrypted mempool.
When a block is to be produced, the BTE scheme ensures that only the specific batch of ciphertexts designated for the block is decrypted via a threshold of cooperating validators. This process ensures that the block proposer cannot see the transactions before they are finalized and ordered, enforcing transaction privacy and fair inclusion through cryptographic means rather than economic incentives alone.

Parameters
- Silent Setup Procedure → Eliminates the need for a trusted dealer or an expensive interactive setup phase, making the Batched Threshold Encryption primitive practical for decentralized systems.

Outlook
This research provides a critical building block for the next generation of MEV-resistant blockchain architectures. The immediate next step is the formal integration of this Silent BTE primitive into existing Proposer-Builder Separation (PBS) designs to fully decentralize the block-building function and eliminate reliance on centralized relays. In the next three to five years, this technology is expected to unlock new categories of DeFi applications and on-chain auctions that are provably strategy-proof and immune to front-running. It also opens new avenues of academic research into expressive policies for threshold decryption beyond simple quorums.

Verdict
The BEAST-MEV primitive provides the foundational cryptographic guarantee necessary to eliminate MEV at the protocol layer, fundamentally securing transaction inclusion fairness.
