# Introdution

### Open Orderflow Auction(OOA) for Solana

> **Maximize validator revenue and protect users through a transparent Open Orderflow Auction.**

***

### The Problem is Structural

Solana's Gulf Stream design means there is **no public mempool.** Transactions are pushed directly to the next leader without being broadcast to the network — which means MEV and orderflow are monopolized by a handful of infrastructure providers operating in the dark.

This creates three compounding problems.

1. **User over-payment** — Information asymmetry in the fee market causes users to pay far more Priority Fee and Tip than necessary.
2. **Jito single-point dependency** — 94%+ of validators rely on Jito with no real alternative, forced to accept unilateral policy changes.
3. **Opaque MEV** — Sandwich attacks and private orderflow deals happen without any external verification, with the costs borne by users and the ecosystem.

***

### Flowra's Answer

We build an **Open Orderflow Auction** on top of Solana.

Multiple validators share their pending transactions to form an open stream. From there, a publicly competitive auction runs — open to any searcher. MEV cannot be eliminated. But when it's made transparent and competitive, everyone wins.

```
Open Orderflow Stream
        ↓
Open Searcher Auction
        ↓
Bundle tip competition
        ↓
Validator revenue maximized     User MEV rebates returned
        ↓                                ↓
  Staker APY rises              Fee transparency secured
        ↓
  Solana ecosystem strengthens
```

***

### Core Value Propositions

|                                 |                                                                                                       |
| ------------------------------- | ----------------------------------------------------------------------------------------------------- |
| 👁️ **User Fee Transparency**   | Real-time fee visibility eliminates information asymmetry and overpayment                             |
| 🔄 **MEV Value Redistribution** | MEV revenue returned to users (Solana's MEV-Share)                                                    |
| 🏆 **Validator Sovereignty**    | Break free from single-infrastructure dependency, choose the best among multiple auction participants |
| 🔓 **Open Orderflow Auction**   | Anyone can participate as a searcher — no Jito capital barrier                                        |
| 🔍 **Full Transparency**        | Fully verifiable on-chain — no TEE black box                                                          |
| 💸 **Lower Fees**               | 5% protocol fee vs. Jito/BAM's 6%                                                                     |

### Official Link

**Website:** [**https://flowra.wtf/**](https://flowra.wtf/)


---

# 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/introdution.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.
