Time-Based Ordering

Mechanism

Time-based ordering refers to a transaction sequencing mechanism where the order of operations is primarily determined by their timestamp or arrival time. This approach attempts to process transactions in the sequence they are received by the network or a specific validator. While seemingly fair, it can be susceptible to front-running and other forms of Miner Extractable Value (MEV) due to variations in network latency and validator control over block inclusion. This mechanism underpins many blockchain transaction pools.