NEXO
Launch App
Back to Docs
Execution Engine10 min read

MEV Protection

Comprehensive guide to NEXO MEV protection features

How MEV Protection Works

NEXO uses multiple layers of protection to shield your transactions from MEV extraction.

1. Private Transaction Pool

Your transactions are submitted through private channels, never exposed to the public mempool where MEV bots operate.

2. Transaction Encryption

Transaction details are encrypted until the moment of execution, preventing front-runners from analyzing your intent.

3. Timing Randomization

We introduce controlled randomness in submission timing to make prediction impossible for MEV bots.

4. Validator Partnerships

Direct relationships with validators ensure fair ordering without MEV extraction.

Protection Modes

typescript
// Configure protection level
const client = new NexoClient({
  protection: {
    level: 'maximum', // 'basic' | 'standard' | 'maximum'
    privateTx: true,
    encryption: true,
    timingJitter: 50 // ms of randomization
  }
});

MEV Dashboard

Monitor MEV protection in real-time:

  • Blocked attack attempts
  • Savings from protection
  • Network MEV activity