MEV Internalization Plugin

Stop giving your MEV
to external bots.

Homelander captures the arbitrage your users generate — inside their own transactions — and returns the value to your protocol. MEV protection and revenue internalization in one integration. Zero upfront cost. Zero user impact.

Scroll
1.5M+
on-chain transactions executed
$1M+
MEV extracted lifetime
All EVM
networks supported
$0
integration cost

Every swap is a subsidy for external arbitrageurs.

When a user swaps on your DEX, the updated pool state creates a transient price imbalance. External MEV bots detect this in milliseconds and execute backrun transactions that capture the value your users' activity generates.


None of this flows back to your protocol. The value exits your ecosystem entirely — captured by validators and block builders. A structural revenue leak that scales with your volume.


Homelander internalizes this process — acting as MEV protection at the protocol level. The backrun executes atomically inside the originating transaction, bypassing the public mempool entirely. The opportunity never surfaces externally. All value stays within your protocol's domain.

System guarantees
Atomic execution
Backrun and settlement in the same transaction as the swap.
Zero mempool exposure
The opportunity never surfaces externally. No bundle competition.
User receives expected output
Homelander never touches user funds or alters swap execution.
Configurable distribution
Protocol controls allocation ratios. All settlement is on-chain and atomic.
No reentrancy risk
Execution conforms to AMM callback safety constraints. Audited.

Atomic internalization, end-to-end.

Homelander operates entirely within the transaction boundary — no mempool exposure, no external dependencies, no risk of partial execution.

01 —

Post-Swap Trigger

Immediately after each swap, the updated pool state is forwarded to the Homelander execution layer — via a native AMM callback or a direct call from the protocol's own contract, depending on integration type.

02 —

Execution Layer

The engine evaluates whether a profitable backrun exists, constructs the arbitrage route, and executes — all within the same transaction. If no opportunity is found, execution reverts cleanly with zero side effects on the user's swap.

03 —

On-Chain Settlement

Net surplus is computed and distributed atomically at the ratio your protocol configures. All ERC-20 transfers complete before the outer transaction closes. No off-chain trust required.


Designed to be non-invasive by default.

Revenue

Additional income, comparable to trading fees

MEV internalization creates a recurring on-chain revenue stream. For an average DEX, Homelander's contribution is roughly comparable in scale to the protocol's own fee income — without raising fees or changing the user experience.

Cost model

Zero upfront cost — pure revenue share

No deployment fees, no subscriptions. MEV-X takes a share only of the value extracted. If Homelander doesn't capture value, you pay nothing. Incentives are fully aligned from day one.

User experience

Invisible to traders

Users always receive the exact swap output their transaction specifies. Homelander operates strictly post-swap — it cannot cause transactions to fail, introduce slippage, or touch user funds in any form.

Operations

No ongoing overhead for your team

Once integrated, the system runs autonomously. MEV-X operates all execution infrastructure — route discovery, evaluation, settlement, and distribution. There is no operational burden on your team after deployment, regardless of integration method.


Three paths. Any EVM protocol.

Homelander integrates at the protocol level without modifying core pool contracts in any path. The integration method depends on your AMM architecture — execution guarantees and economics are identical across all three.

01 —

Plugin-Based

For AMMs with native hook or plugin support. A lightweight plugin contract attaches to the pool's post-swap callback and forwards the updated state to the Homelander execution layer. No changes to core pool contracts.

// Algebra Integral — marketplace
pool.setPlugin(HOMELANDER_ADDRESS)
 
// Uniswap v4 — hook at init
PoolKey { hooks: HOMELANDER_HOOK }
✓ Algebra Integral — marketplace, 1 step
✓ Uniswap v4 — afterSwap hook
✓ PancakeSwap Infinity
02 —

Universal DEX

For DEXes without native hook support. A proxy contract wraps the existing router: the swap executes through the underlying DEX, then the backrun is triggered — all within the same transaction. No pool contract changes required.

// Route swaps through proxy
user → HomelanderSwapProxy
  → underlying router (swap)
  → triggerBackrun(...)
  → return output to user
✓ Any DEX without native hooks
✓ No pool contract changes
03 —

Direct Contract

For protocols with custom architectures, aggregators, or conditional MEV capture needs. The protocol contract calls triggerBackrun() directly after its own swap logic completes, wrapped in error handling so a failed backrun never reverts the user's transaction.

// After swap completes:
try {
  homelander.triggerBackrun(
    poolId, amountIn,
    direction, recipient, configId
  )
} catch { /* swap unaffected */ }
✓ Custom architectures
✓ Aggregators
✓ Conditional MEV capture
Full integration documentation including deployment guides and config registration → Docs ↗

Audited. Bounded. Non-invasive.

Homelander operates strictly within the post-swap callback context defined by the AMM. It never performs privileged actions on the pool, never touches user funds, and can be disabled by protocol governance at any time without affecting trading.


Off-chain components prepare candidate routes but do not participate in atomic execution. All profitability checks, route execution, and settlement happen entirely on-chain within the originating transaction boundary.


MixBytes audit currently in progress.

✓ Zero vulnerabilities
Bailsec — 2025
No unauthorized access to pool funds
MEV execution isolated from user swap flow
No profitable backrun → hook reverts cleanly
Governance can disable without impacting trading
No reentrancy risk — conforms to AMM callback constraints
View full audit report ↗

Live and generating revenue.

Homelander is deployed on mainnet across EVM networks, with active internalization running on production pools. The system is proven under real market conditions — revenue is flowing.

Status
Live on mainnet
Multiple integrations active across EVM

Built on three years of live MEV extraction and peer-reviewed research.

MEV-X has operated active arbitrage infrastructure since 2023 across EVM networks. The attribution methodology underpinning Homelander's execution engine is the subject of an accepted paper at SIGCOMM '26, validating the single-source MEV hypothesis for 96.7% of atomic arbitrage events.

MEV-X engine stats ↗ Research on Medium ↗

Ready to integrate

Turn your MEV leakage into protocol revenue.

Zero cost to start. MEV-X handles all execution infrastructure. We'll scope the integration for your protocol.

Reach us on Twitter / X  ·  Audit by Bailsec  ·  Medium research