The Essence of PoT
Zamora's PoT cryptographically proves the passage of time to determine block order through a combination of continuous VDF tape, decentralized time beacons, and stake-based finality, achieving predictable sub-second ordering with strong finality.
Three Core Components
Global Time Tape (GTT: VDF Tape)
Each slot progresses a continuous VDF (Verifiable Delay Function) by r steps
, generating output y_s
and proof π_s
.
VDF is inherently sequential and cannot be parallelized, guaranteeing that minimum time Δ has actually passed between blocks.
Decentralized Time Beacon (DTB)
Multiple independent timekeeper committees read diverse time sources (GNSS/GPSDO, PTP/NTP, atomic clocks) and aggregate them using BLS threshold signatures.
- • Provides real-world time bounds with tolerance limits
- • Supplies entropy for leader selection and randomness
- • No single clock can manipulate the network time
PoS Finality Overlay (FFG-style)
While PoT handles ordering and fast block production, an FFG-style PoS layer provides deterministic finality. Checkpoints every epoch (~60s) with 2/3+ validator votes achieve finality in ~2 epochs.