Testnet Live

MEV ProtectionEvery Chain

Every unprotected transaction leaks value. YoorQuezt intercepts attacks, captures backrun MEV, and returns 90% to users. One RPC URL. Zero code changes.

MEV Protection18 Chains90% Rebates
15
Chains
4,500
Peak RPS
90%
User Rebate
248ms
P99 Latency
99.3%
Success Rate

The Problem

Every DeFi trade is vulnerable. MEV bots watch the mempool, sandwich your swaps, and extract $2B+ from users annually across all chains. You pay more, they profit.

$2B+
Extracted annually

When you swap tokens, bots place orders before and after yours to profit from the price movement. Sandwich attacks happen on every chain, every DEX, every block.

<10%
Returned to users

Most MEV value is captured by searchers and block builders. On most chains, none of it flows back. Your slippage is someone else's profit.

0
Multi-chain MEV protection

Existing solutions are single-chain and centralized. No protocol protects transactions across every chain with a decentralized relay network.

The Protection Architecture

Build. Protect. Solve. Three layers that protect every transaction.

Execution Infrastructure

Build

4,500
RPS Peak

Construct high-performance bundles and route them through the YoorQuezt relay mesh. Sealed-bid auctions ensure fair execution and maximum value capture.

Bundle constructionBlock buildingRelay submissionBuilder marketplace
terminal
$ yqctl bundle submit \
  --chain ethereum \
  --txs 0xa3f...2c1,0xb7e...9d4 \
  --priority high

  Bundle submitted: 0xf8c...3a2
  Bid: 0.023 ETH | Position: 1/12
  Status: PENDING_INCLUSION
User Protection Layer

Protect

90%
Rebate Rate

Protect users and redistribute execution value through programmable Order Flow Auctions. 90% of captured value flows back to transaction originators.

Order Flow AuctionsSandwich detectionTransaction shielding90% rebates
terminal
  Incoming tx: 0xa3f...2c1
  Swap detected: WETH -> USDC
  Sandwich risk: HIGH

  OFA auction started...
  Winner: searcher_0x7b2 (0.031 ETH)
  Rebate to user: 0.028 ETH (90%)
  Transaction protected
Intent Execution Layer

Solve

9
Chains

Solve complex transaction intents across chains with programmable routing. Competitive solvers discover optimal paths through multi-hop DEX aggregation.

Intent solvingMulti-hop routingCross-chainSolver competition
terminal
  Intent: Swap 10 ETH -> USDC
  Chain: Ethereum -> Arbitrum

  Solver 1: Uniswap V3 -> Bridge -> GMX
  Solver 2: 1inch -> Stargate -> Camelot
  Solver 3: Balancer -> Hop -> Uniswap V3

  Winner: Solver 2 (+0.42% improvement)
  Intent solved in 2.1s

Transaction Flow

UsersSolveBuildProtectBlock Inclusion90% Rebates

How Execution Works

From intent to execution in seconds.

01

User Intent

User submits a swap, bridge, or transaction intent through any connected wallet or dApp.

Swap 10 ETH -> USDC
02

Solver Finds Route

Competitive solvers race to find the optimal execution path across DEXes and chains.

3 solvers competing...
03

Bundle Built

Winning solution is bundled with gas optimization, bid strategy, and MEV protection.

Bundle: 3 txs, 0.023 ETH bid
04

Relay Submission

Bundle is propagated through the decentralized P2P mesh network to block builders.

Sent to 5 relays in 12ms
05

Block Inclusion

Block builder includes the bundle. Sealed-bid auction ensures fair price discovery.

Included in block #19,847,233
06

Value Returned

90% of captured MEV value flows back to the user automatically. No claims, no tokens.

Rebate: 0.028 ETH (90%)

Architecture

Three layers. Protocol-owned. Vertically integrated. No third-party dependencies.

Layer 3

OFA Proxy

User-facing JSON-RPC proxy. Sandwich detection, private transaction routing, MEV rebate distribution. Drop-in compatible with any wallet or dApp.

JSON-RPC 2.0Multi-tenantWebSocket streamsREST API
Layer 2

MEV Engine

Sealed-bid auctions, binary and triangular arbitrage detection, EVM bundle simulation, flashloan integration, intent marketplace with competitive solver scoring.

Sealed-bid auctionBundle simulationIntent solvingFlashloan
Layer 1

P2P Relay Network

Decentralized transaction relay over QUIC with TLS. Gossip protocol with zstd compression, AES-256-GCM encryption, bloom filter deduplication, peer reputation scoring.

QUIC/TLSGossip protocolAES-256-GCMReputation system

Revenue Model

Sustainable economics aligned with user value creation.

90%
User rebate
10%
Protocol fee

Platform

Engineered for production from day one.

Multi-Chain

18 Chains

18 Chains

Learn more

Ethereum, Arbitrum, Base, Optimism, Solana, Polygon, Avalanche, BSC, Sui, zkSync, Monad, Berachain, Sei, MegaETH, Hyperliquid, Unichain, Injective, Osmosis. One marketplace across every major ecosystem.

14
EVM Chains
4
Non-EVM
18
Testnets Live
Up next: Sealed-Bid Auctions

Developer Experience

Integrate in minutes, not weeks.

First-class SDKs for TypeScript, Python, and Go. Drop-in wallet providers with automatic MEV protection. WebSocket streaming. CLI tools. TUI dashboard.

TY
TypeScript SDK
npm install @yoorquezt/mev-sdk
PY
Python SDK
pip install yoorquezt-mev
GO
Go SDK
go get github.com/yoorquezt-labs/yoorquezt-mev/pkg/client
import { createYoorQueztProvider } from "@yoorquezt/mev-sdk";

const provider = createYoorQueztProvider(window.ethereum, {
  apiKey: "yq_live_abc123",
  chain: "ethereum",
  rebateAddress: "0xYourAddress...",
});

// Transactions are now MEV-protected
const txHash = await provider.request({
  method: "eth_sendTransaction",
  params: [{ to: "0x...", value: "0x..." }],
});

Chain Coverage

One protocol. 18 chains. Growing.

EthereumLive
ArbitrumLive
BaseLive
SolanaLive
HyperliquidQ2 2026
MonadQ2 2026
BerachainQ2 2026
Polygon zkEVMQ2 2026
OptimismQ3 2026
SeiQ3 2026
SuiQ3 2026
MegaETHQ3 2026
UnichainQ3 2026
zkSyncQ3 2026
BSCQ4 2026
PolygonQ4 2026
AvalancheQ4 2026
CosmosQ4 2026

Q AI · MEV Intelligence

Meet Q. Your AI co-pilot for MEV protection.

Q watches your transactions in real time, explains what MEV bots are doing, suggests better execution strategies, and alerts you when something looks off. Think of it as an AI assistant that speaks DeFi.

ClaudeGPT-4oOllamaSelf-Hosted
4
AI Agents
specialized
53
MEV Tools
role-scoped
6
Interfaces
Web, CLI, SDK...
3+
Providers
pluggable
Protection

Q Sentinel

Watches the mempool for sandwich attacks and frontrunning in real time. Learns new attack patterns as MEV bots evolve their strategies.

Sandwich detectionAnomaly scoringAdaptive threat modelsCross-chain patterns
Optimization

Q Bundler

Packages your transactions into optimized bundles. Predicts gas prices and picks the best moment to submit so your bundle wins the auction.

Bundle optimizationGas predictionWin rate analysisValue maximization
Intent Marketplace

Q Solver

Finds the best way to execute your intent. Compares routes across DEXs and chains to get you the best price with the least slippage.

Multi-hop routingLiquidity analysisPrice improvementCross-chain execution
Infrastructure

Q Ops

Monitors all mesh nodes, relays, and services. Detects issues before they cause downtime and auto-scales infrastructure under load.

Node diagnosticsCapacity predictionAuto-scalingIncident analysis

Differentiation

The Multi-Chain Advantage

The only protocol delivering MEV protection across every major chain

Features
YoorQuezt
ETH Relays
SOL MEV
RPC Protection
Decentralized relay network
Multi-chain (EVM + Solana + Cosmos)
User rebates (90%)
Sealed-bid auctions
Intent marketplace
AI-powered MEV intelligence
Developer SDKs (TS / Python / Go)
L2 native support
Open source full stack
Score
9/9
2/9
3/9
1/9

Network Effects

More relay nodes = faster propagation, better MEV capture, higher rebates. A self-reinforcing flywheel that compounds with adoption.

Vertical Integration

Own the full stack: P2P transport, MEV engine, AI intelligence, user-facing proxy. No dependency on third-party relays or centralized infrastructure.

Multi-Chain First

Purpose-built for L2s and alternative L1s where zero MEV infrastructure exists today. First-mover advantage on every expansion chain.

Roadmap

Roadmap

Building MEV protection infrastructure for every chain

Q1 2026 Done

Testnet Launch

  • P2P mesh network operational
  • MEV engine alpha
  • Ethereum, Arbitrum, Base, Solana testnet
  • 50K+ LOC, 1,300+ tests
Q2 2026Next

Mainnet + Simulation API

  • Ethereum mainnet deployment
  • Transaction Simulation API (public product)
  • OFA proxy with user rebates
  • TypeScript SDK stable
  • First partner integrations
  • Hyperliquid, Monad, Berachain connectors
Q3 2026

Cross-chain MEV + Pre-confirmations

  • Cross-chain MEV capture (multi-chain backruns)
  • Pre-confirmations market
  • Intent marketplace launch
  • Settlement contracts on Ethereum + Arbitrum + Base
  • Python & Go SDK stable
  • Q AI MEV agents
Q4 2026

Builder Services + Forensics

  • Builder-as-a-Service for protocols
  • MEV Forensics Dashboard (Q AI)
  • Intent-native DEX aggregator
  • Settlement contracts on Monad, Hyperliquid, Berachain
  • Wallet MCP integration (MetaMask, Rabby)
  • On-chain auction verifiability
2027

Infrastructure Layer

  • Shared sequencing for L2s
  • MEV Insurance / Hedging products
  • Cross-chain dominance — all 18+ chains mainnet
  • Solver marketplace decentralization
  • Evaluate sovereign rollup for MEV settlement

Protect every transaction. Every chain.

Testnet is live. SDKs are ready. The protocol is open source.

MIT LicensedOpen SourcePermissionless