# Backrunning

### Increasing Rollup Revenue with Radius’ Backrunning Feature

Radius provides a Backrunning feature to enhance rollup profitability. This feature ensures that user transactions maintain their order-commitment sequence while also sharing block information with MEV searchers.

#### How it works:

1. User transactions are ordered according to the order-commitment principle.
2. Block information is shared with the MEV searcher.
3. 3\. The MEV searcher analyzes the rollup state and transactions within the block to identify arbitrage opportunities.
4. The identified opportunities are then provided to the tx\_orderer (send MEV\_tx).
5. The tx\_orderer then creates a block based on the transaction it received from the user and the MEV\_tx it received from the mev searcher and propagates it to the rollup.

<figure><img src="/files/A5YIBfT4yYk6E7681s6w" alt=""><figcaption></figcaption></figure>

This process protects user transactions while enabling the rollup to generate additional revenue. To facilitate this, Radius’ tx\_orderer provides a dedicated API for communication with MEV searchers.


---

# 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.theradius.xyz/overview/secure-block-building-sbb-1/backrunning.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.
