Backrunning
Last updated
Last updated
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.
User transactions are ordered according to the order-commitment principle.
Block information is shared with the MEV searcher.
3. The MEV searcher analyzes the rollup state and transactions within the block to identify arbitrage opportunities.
The identified opportunities are then provided to the tx_orderer (send MEV_tx).
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.
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.