You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent MEV extraction and intent leakage during transaction submission
assumptions
Private relay/builder infrastructure or threshold encryption committee available
last_reviewed
2026-01-14
works-best-when
Transaction content must not leak before block inclusion
MEV protection is required for large institutional trades
Competitive intelligence exposure is a concern
avoid-when
Public transparency is required by policy or regulation
Immediate inclusion guarantees are critical (private routes may have lower priority)
dependencies
Flashbots Protect
Shutter Network
SUAVE
context
both
crops_profile
cr
os
privacy
security
medium
partial
partial
medium
Intent
Hide transaction content from the public mempool to prevent front-running, sandwich attacks, and competitive intelligence extraction. Transactions are submitted through private channels and only become visible after block inclusion, eliminating the window where adversaries can observe and exploit pending trades.
Latency: May add 10-100ms for relay routing; encrypted mempool adds decryption step.
Inclusion priority: Private transactions may have lower priority than direct builder submissions.
Coverage: MEV-Boost covers ~90% of Ethereum blocks; Flashbots relay handles ~70% of MEV-Boost blocks.
Failure mode: If private relay unavailable, transaction can fallback to public mempool (losing privacy) or fail (losing liveness).
Cost: Some private relay services charge fees or take MEV share; Shutter requires threshold committee infrastructure.
CROPS context (both): In I2U, end-users depend on relay operators they cannot audit. In I2I, institutions can contractually bind relay operators and run their own relay infrastructure.
Example
Institutional Stablecoin Transfer
Bank A needs to transfer $50M USDC to Bank B for settlement.
Submitting to public mempool would signal large transfer intent to competitors and MEV searchers.
Bank A configures custody system to route through Flashbots Protect RPC.
Transaction submitted privately; not visible in any public mempool explorer.
Block builder includes transaction in next block.
Competitors and MEV bots see the transfer only after on-chain confirmation.
Result: No front-running, no sandwich attacks, no advance warning to market.
RFQ Settlement with Encrypted Mempool
Dealer wins RFQ to sell 1000 ETH to institutional buyer.
Settlement transaction encrypted using Shutter threshold key.
Encrypted payload submitted to Gnosis Chain mempool.
Validators include encrypted transaction in block.
After block finalization, threshold committee decrypts and executes.
Competing dealers cannot front-run or copy trade.
Performance Characteristics
Network: Ethereum L1, Gnosis Chain (Shutter), L2s with private mempool support
Latency: +10-100ms vs public mempool submission
Cost: Varies by provider; Flashbots Protect is free, MEV-Share takes percentage
Coverage: ~90% of Ethereum blocks use MEV-Boost relays; Shutter live on Gnosis
Failure rate: <1% relay unavailability; fallback paths available