What Is the Concept of “Fair Ordering” and How Does It Address MEV?
Fair ordering is a design principle for transaction execution that aims to eliminate the ability of block producers to arbitrarily reorder transactions for profit. It typically involves cryptographic techniques like threshold encryption or commit-reveal schemes to ensure transactions are processed based on an objective criterion, such as the time they were received, rather than the block producer's preference.
This removes the source of MEV from ordering.