Skip to content

Trustless Orderflow Operations Layer

TOOL Introduction

TOOL is an Ethereum orderflow and block-building network designed to make Ethereum execution feel faster, more private, and more competitive without requiring changes to Ethereum L1.

At a high level, TOOL accepts private transactions or bundles, turns valid orderflow into commitments, lets searcher logic inside the TOOL network build on those commitments, and routes enriched bundles or block payloads through the appropriate delivery path.

Feedback loop 1-second subslots Earlier execution feedback during Ethereum's 12-second slot.

Privacy model Attested TEEs Private orderflow is processed in verifiable execution environments.

Competition model Commitment-based Searchers compete inside the TOOL network around allowed commitment views.

Ethereum adoption Existing rails MEV-Boost-compatible delivery and familiar bundle interfaces.

Why TOOL Exists

Ethereum's transaction supply chain is increasingly shaped by private orderflow channels, builder concentration, relay trust, and delayed execution feedback. This creates a weaker market for many participants: users wait longer to know what happened, applications struggle to offer reliable execution, validators can miss value when auctions fragment, and orderflow providers often depend on bilateral integrations.

TOOL's goal is to create a shared orderflow layer where privacy, execution feedback, and value competition are part of the network design rather than side agreements between a few counterparties.

How TOOL Works At A High Level

TOOL runs as a network of TEE-backed participants.

  • TEE-secured nodes allow integrators to verify that private orderflow is being handled by the intended code path.

  • The Peer-to-peer nature of the network connects Orderflow Providers, Searchers, traders, and other participants directly on equal terms, decentralizing block production and increasing information exchange efficiency.

  • 1-second subslot design enables earlier execution feedback for users and applications, effectively turning Ethereum into a high-frequency chain without compromising its CROPS properties.

  • MEV-Boost-compatible delivery path makes it possible for validators to adopt TOOL without requiring Ethereum protocol changes.

Stakeholder View

Users and Traders

Faster execution feedback, revert and sandwich protection, a path to faster and more reliable Ethereum execution without moving liquidity elsewhere.

Applications and Wallets

Drop-in better transaction UX and new orderflow monetization paths, with out-of-the-box compatibility with standard Ethereum APIs.

Orderflow Providers

Provably private processing in a permissionless decentralized network -- monetize your orderflow safely and efficiently.

PBS Builders

Existing bundle pipelines can submit bundles through a familiar interface and optionally receive enriched bundles back.

Searchers and Solvers

Permissionlessly access private orderflow inside the TOOL network and capture MEV opportunities. Land your solutions at a 1 second cadence.

Validators and Operators

A path toward more competitive block construction compatible with MEV-Boost delivery. Receive greater execution rewards enabled by an open Commitment auction, unified orderflow processing and increased transaction composability.

What TOOL Enables

flowchart TB
  subgraph External["External orderflow sources"]
    direction TB
    Wallets["Wallets and applications"]
    OFPs["Orderflow providers"]
    Builders["External PBS builders"]
  end

  subgraph Network["TOOL network"]
    direction TB
    Intake["Source intake<br/>private txs and bundles"]
    Commitments["Commitment creation<br/>origin tracking and policy"]
    Searchers["Searcher logic<br/>inside TOOL"]
    Routing["Routing policy<br/>callback or native path"]
    Intake -->|"valid source flow"| Commitments
    Commitments -->|"allowed commitment view"| Searchers
    Searchers -->|"enriched bundles"| Routing
  end

  subgraph Delivery["Delivery"]
    direction TB
    Callback["Same-origin callback<br/>when enabled and safe"]
    Relay["MEV-Boost-compatible<br/>block delivery"]
    Validators["Validators"]
    Relay -->|"builder path"| Validators
  end

  Wallets -->|"transactions"| Intake
  OFPs -->|"private flow"| Intake
  Builders -->|"pre-merged bundles"| Intake
  Routing -->|"return source-owned private flow only"| Callback
  Routing -->|"keep inside TOOL block path"| Relay

  style External fill:#f8fafc,stroke:#64748b,stroke-width:2px
  style Network fill:#edf7f5,stroke:#0f8b6f,stroke-width:2px
  style Delivery fill:#fff7ed,stroke:#a56812,stroke-width:2px

This flow separates source orderflow from searcher competition without exposing raw private flow broadly. A source can submit flow to TOOL, searchers can add value around the resulting commitment, and callback-enabled sources can receive enriched bundles when the return path is safe for that source.

When no callback is available, or when a commitment should stay inside TOOL, the commitment can still contribute to TOOL-native block production.

What Is Different

Market pattern What it solves Where TOOL is different
Traditional PBS / MEV-Boost Separates validators from specialized block builders. TOOL keeps compatibility with existing rails while reducing reliance on a small set of private builder and relay relationships.
Private orderflow deals Helps sources monetize flow. TOOL aims to make searcher competition composable around commitments instead of fragmenting across bilateral channels.
Pre-confirmation systems Gives earlier user feedback. TOOL focuses on execution-oriented commitments and 1-second subslot feedback while preserving Ethereum L1 settlement.
Rollups and alt-L1s Offer fast UX in separate execution environments. TOOL targets faster UX on Ethereum L1 liquidity instead of moving users and applications elsewhere.

Technical Roadmap

Implemented stages marked bold

Stage Technical focus
Searcher Network (TOOL v0, Mainnet) Source orderflow intake, commitments, searcher participation around allowed commitment views, and callback-safe enriched bundle return. Audited by Sigma Prime.
TOOL v1 on Hoodi End-to-end subslot behavior, TOOL-enabled RPC, relay delivery, attestation, and operator experience.
TOOL v1 on Mainnet Fully open-sourced codebase with supporting workflows and utils, broader operator participation (OFPs, RPCs, Searchers, Solvers, etc.), fully operating subslot consensus, streamlined attestation verification, enabled block delivery to validators.

Current Focus

Searcher Network

We welcome Orderflow Providers (OFPs) to join Searcher Network

Integration Paths

Start with the common integration page, then follow the branch that matches your role.

All integrators

TOOL Integration Overview

Shared concepts, routing rules, trust model, API surface, and compatibility notes.

Orderflow providers

Orderflow Provider Integration

Private orderflow ingress, optional callbacks, attribution, and source safety.

Searchers

Searcher Integration

Commitment view, native TOOL bundles, simulation, submission, and callback safety.

External PBS builders

External Builder Integration

Flashbots-style bundle ingress and optional same-origin enriched-bundle callbacks.

Technical Deep Dive

After choosing an integration path, use Reference for concrete method schemas and Technical Architecture for deeper protocol, node, consensus, security, and low-level API details.

In Short

TOOL is not just another builder, relay, OFA, or pre-confirmation service. It is a network layer for private orderflow processing and distributed block building, designed to make Ethereum execution faster, more private, and more competitive while preserving compatibility with the infrastructure Ethereum already uses.