# Open Orderflow Auction

### Core Philosophy

> *"MEV cannot be eliminated. A transparent Open Orderflow Auction maximizes validator revenue and protects users."*

Flowra's core is building an **Open Orderflow Auction** on Solana — solving the three structural problems in a single protocol layer.

Multiple validators share pending transactions to form an open orderflow stream. This stream is accessible to anyone, and an openly competitive auction runs on top of it.

***

### Flowra's Four Design Principles

| Principle                       | Description                                                                            |
| ------------------------------- | -------------------------------------------------------------------------------------- |
| **Orderflow Data Availability** | Transaction stream broadcast to all searchers in a standardized format                 |
| **Open Auction**                | Searchers compete openly with bundle proposals — highest bidder wins                   |
| **Validator-Centric**           | Validators retain the core authority for bundle selection and MEV revenue maximization |
| **Full Transparency**           | Open auction market                                                                    |

***

### Three Core Values Realized

#### 👁️ User Fee Transparency

Users can observe real-time average fee levels, preventing overpayment. The Open Auction structure eliminates information asymmetry in the fee market, letting competition drive fees to their appropriate level.

#### 🔄 MEV Value Redistribution

MEV opportunities like backruns are traded competitively through open auction, with some or all of the revenue returned to the **original user** who generated the transaction. This redesigns Ethereum's MEV-Share model for Solana's structural characteristics.

#### 🏆 Validator Sovereignty

Validators are no longer locked into a single infrastructure (Jito). They can choose the most favorable terms among multiple auction participants — simultaneously optimizing revenue and advancing network decentralization.

***

### Revenue Flow: Open Competition Grows the Ecosystem

```
Open Orderflow Stream made public
              ↓
Anyone can participate as a Searcher (barrier removed)
              ↓
Open competitive auction among searchers
              ↓
Bundle tip competition intensifies
              ↓
Validators capture more tips
              ↓
Staking APY rises
              ↓
MEV rebates → returned to users
              ↓
Solana ecosystem trust & growth
```

***

### Ethereum MEV-Boost Already Proved This Works

| Ethereum MEV-Boost Result             | Value     |
| ------------------------------------- | --------- |
| Proposer (validator) revenue increase | **+261%** |
| MEV-Boost block vs local block value  | **5.57x** |
| Adoption rate                         | **96%**   |
| General revenue increase estimate     | **+60%**  |

*Source: 'An Empirical Study of PBS Effects on Ethereum' (2025), Flashbots*

***

### Why Solana Has Even Greater Upside

| Factor         | Ethereum                 | Solana        | Impact                                 |
| -------------- | ------------------------ | ------------- | -------------------------------------- |
| Block time     | 12 sec                   | 400ms         | **30x faster competition**             |
| TPS            | \~15                     | \~4,000       | **267x more MEV opportunities**        |
| MEV market     | Already open (MEV-Boost) | Closed (Jito) | **Greatest room for improvement**      |
| Searcher count | Thousands                | Dozens        | **Massive room to expand competition** |

Solana's 30x faster block time and 267x higher TPS generate far more MEV opportunities per unit of time. The transition from closed mempool to Open Orderflow Auction is expected to deliver an even greater impact than Ethereum's MEV-Boost experience (+60–261%).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://flowra.gitbook.io/flowra/solution/open-orderflow-auction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
