# Game Theory Analysis

### The Economics of Open Orderflow Auction

The core logic of Open Orderflow Auction is simple — **the more intense the competition among searchers, the higher the MEV tip revenue for validators.**

***

### Current (Closed Mempool) — 100 SOL MEV Opportunity

```
Searcher A (oligopoly):
"I'm the only one who can see this — 30 SOL tip is enough to win."

  Searcher A: submits 30 SOL tip → wins

  Result:
    Validator receives → 30 SOL (30%)
    Searcher keeps    → 70 SOL (70% margin)
```

With only a few searchers monopolizing the market, there's no competition — and validators are structurally forced to accept low tips.

***

### Flowra Open Orderflow Auction — Same Opportunity

```
Everyone sees the same orderflow stream:

  Searcher A: 50 SOL
  Searcher B: 60 SOL
  Searcher C: 70 SOL
  Searcher D: 85 SOL ← wins!

  Result:
    Validator receives → 85 SOL (85%)
    Searcher keeps    → 15 SOL (15% margin)

  Validator revenue vs. closed model: +183%
```

***

### Nash Equilibrium

| Condition                                | Result                                           |
| ---------------------------------------- | ------------------------------------------------ |
| Searcher count → ∞ (perfect competition) | Searcher margin → minimum operating cost (5–10%) |
| **Perfect competition equilibrium**      | **Validator tips → 90–95% of MEV**               |

**Core insight:** In an open competitive structure, searchers are incentivized to bid as high as possible to win. As the number of searchers grows, competition intensifies — and the proportion of tips captured by validators naturally increases.&#x20;

***

### Summary Comparison

|                     |    Jito (Closed)    |    Flowra (Open)    |
| ------------------- | :-----------------: | :-----------------: |
| Searcher count      | Few (high barriers) |  Many (open access) |
| Searcher margin     |        \~70%        |       \~5–15%       |
| Validator tip share |        \~30%        |       \~85–95%      |
| Market structure    |      Oligopoly      | Perfect competition |

***

### Projected Validator Revenue Increase

Three scenarios showing how game-theoretic competition translates into real validator revenue.

| Scenario                | Tip Revenue Change |   Tips APY  | Total APY (incl. base 4.9%) |
| ----------------------- | :----------------: | :---------: | :-------------------------: |
| Current (Jito baseline) |      Baseline      |    \~1.5%   |            \~6.4%           |
| Conservative (+60%)     |        +60%        |    \~2.4%   |            \~7.3%           |
| **Base (+150%)**        |      **+150%**     | **\~3.75%** |         **\~8.65%**         |
| Optimistic (+261%)      |        +261%       |    \~5.4%   |           \~10.3%           |

*Reference: Based on Ethereum MEV-Boost empirical data (+60–261% range)*

***

#### The Structural Case for Revenue Growth

```
Current Solana searchers: Dozens (oligopoly)
              ↓
Flowra Open Orderflow Auction introduced
              ↓
Searcher count expands to hundreds or thousands
              ↓
Bundle tip competition intensifies
              ↓
Validator tip revenue +60–261%
              ↓
Total APY rises from 6.4% → up to 10.3%
```

**Why is +261% possible?** Solana currently has only dozens of searchers — an extremely early-stage competitive environment. If Ethereum achieved +261% with thousands of searchers already competing, Solana's transition to open could produce a similar or greater surge, starting from near-zero competition.

The figures above are projections based on Ethereum MEV-Boost empirical data and game theory modeling. Actual returns will vary depending on market conditions, searcher participation, and SOL price.


---

# 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/game-theory-analysis.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.
