
Briefing
The core research problem is the systemic centralization risk and user exploitation inherent in Maximal Extractable Value (MEV) derived from the proposer’s arbitrary transaction ordering power. This paper proposes the Proof of Timeliness (PoT) , a novel cryptographic primitive that cryptographically binds a transaction to a verifiable time window, effectively enforcing a first-come, first-served (FCFS) ordering rule. This mechanism shifts transaction sequencing from an economic auction to a verifiable, cryptographic constraint, fundamentally securing transaction fairness and predictability across all decentralized architectures.

Context
The established model in most decentralized systems grants the block proposer complete discretion over transaction inclusion and ordering, creating the opportunity for MEV extraction. This proposer-centric power has led to a “centralization spiral,” where sophisticated actors pay for preferential ordering, undermining the core principle of a fair and permissionless ledger. The prevailing theoretical limitation was the lack of a trustless, non-interactive method to cryptographically prove the creation time of a transaction relative to others.

Analysis
The Proof of Timeliness (PoT) operates by integrating the output of a network-wide, periodically broadcast Verifiable Delay Function (VDF) into the transaction signing process. The VDF output serves as a verifiable, time-bound anchor. A transaction includes a succinct zero-knowledge proof demonstrating that it was signed after the previous VDF output but before the current one.
This proof is cheap to verify and cryptographically assures the network of the transaction’s relative creation time. The mechanism fundamentally differs from previous approaches by replacing economic incentives and trusted third parties with a direct, provable constraint on the block proposer’s ordering power.

Parameters
- VDF Delay Parameter → 12 seconds. The fixed time interval defining the window within which a transaction must be proven “timely” to enforce FCFS ordering.
- Proof Overhead → Logarithmic in transaction size. The computational cost for a proposer to verify the Proof of Timeliness scales efficiently, ensuring minimal impact on block validation time.
- MEV Mitigation Rate → >95% of front-running. The theoretical reduction in profit from front-running MEV strategies due to the cryptographic ordering constraint.

Outlook
The next phase of research involves integrating PoT into existing consensus protocols and formally verifying its composability with other zero-knowledge primitives. This primitive unlocks the potential for truly fair-ordering protocols in Layer 1 and Layer 2 systems, eliminating the primary source of extractive MEV. In 3-5 years, this could lead to a new standard for decentralized exchanges and lending protocols, where transaction execution is entirely predictable, restoring user confidence and enabling a more efficient, equitable on-chain economy.

Verdict
This foundational cryptographic primitive provides the necessary mechanism to decouple transaction ordering from economic exploitation, fundamentally securing the integrity of decentralized transaction sequencing.
