rustchain@node1:~/proof-of-antiquity

What Is Proof of Antiquity?

Proof of Antiquity is a blockchain consensus mechanism that rewards computers for being genuinely old and physically real, not fast. Where Proof of Work pays for raw hashpower, Proof of Antiquity pays for the verified physical age and authenticity of the machine doing the work. The older and rarer the silicon, the higher the reward. It is the consensus behind RustChain.

// THE DEFINITION

Proof of Antiquity (PoA) is a Sybil-resistant consensus mechanism in which each node proves the age and authenticity of its hardware through physical fingerprints that virtual machines and modern silicon cannot fake. Nodes are weighted one CPU, one vote, and that vote is multiplied by an antiquity factor: a 2003 PowerBook G4 earns 2.5x, a Power Mac G5 earns 2.0x, and a modern x86 server earns the baseline. The result is a network that rewards hardware for surviving, not for burning electricity.

// HOW A MACHINE PROVES ITS AGE

RustChain runs six hardware fingerprint checks. Each reflects a physical property of aging silicon that software cannot forge:

  • Clock-skew & oscillator drift — microscopic timing imperfections unique to each crystal.
  • Cache-timing curves — L1/L2/L3 latency "tone" that ages unevenly.
  • SIMD-unit identity — AltiVec / SSE / NEON pipeline bias; emulation flattens it.
  • Thermal-drift entropy — heat curves across cold boot, load, and relaxation.
  • Instruction-path jitter — cycle-level jitter no VM replicates down to the nanosecond.
  • Device-age oracle fields — silicon family, stepping, and manufacturing window.

A machine that fails these checks — a virtual machine, an emulator, or a modern chip pretending to be old — is de-rewarded to roughly one-billionth of real-hardware rewards, which makes VM farms pointless.

// PROOF OF ANTIQUITY vs PROOF OF WORK

Proof of Work rewards whoever computes the most hashes. It favors the newest, most power-hungry hardware and drives an endless energy arms race. Proof of Antiquity inverts that: it rewards the physical age and authenticity of a machine. A vintage PowerPC or 68K Macintosh can out-earn a modern GPU rig while drawing a fraction of the power, because the network values the hardware for what it is, not how fast it computes.

// WHY IT MATTERS

Proof of Antiquity turns old computers into productive, income-earning nodes instead of e-waste. A fleet of preserved vintage machines can draw about the same power as a single modern mining rig while keeping decades of computing history alive and running. It is a decentralized physical infrastructure network (DePIN) built on preservation rather than consumption.