# What, Why, How?

## WTF is SuiFlow?

Think of it as [MevBlocker](https://cow.fi/mev-blocker) for Sui.&#x20;

MEV bots exploit arbitrage opportunities to siphon millions of dollars daily from trades, without compensating the users who create these opportunities. SuiFlow aims to change this by providing MEV bots with faster order flow, while requiring them to share the profits with the users who enabled the arbitrage.

## How Does SuiFlow Work?

SuiFlow can be seamlessly integrated as an RPC. Users simply add the SuiFlow RPC to their wallet, and it's ready to go—no additional setup required.

### Technical Details

**Making Transaction Faster**

The SuiFlow team operates 20+ nodes strategically placed near top validators, enabling significantly faster transaction certificate assembly and broadcasting—up to 400ms quicker than the default RPC. This ensures a superior speed advantage for users.

### Facilitating MEV

SuiFlow identifies potential order flow and sends relevant transactions to MEV searchers before they reach any validators. The searchers then generate backrun transactions with refunds and return them to SuiFlow. SuiFlow selects the backrun transactions with the highest refunds and sends both the original and backrun transactions to validators, ensuring they are included in the same checkpoint. Without SuiFlow, MEV bots would have to wait for at least two checkpoints to capture these opportunities, significantly delaying their ability to profit.

<figure><img src="/files/Ctexgaa8MedirloUpxgf" alt=""><figcaption><p>Sui Transaction Workflow <a href="https://docs.sui.io/concepts/sui-architecture/transaction-lifecycle">https://docs.sui.io/concepts/sui-architecture/transaction-lifecycle</a></p></figcaption></figure>


---

# 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://docs.suiflow.io/what-why-how.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.
