The strength of a cryptographic proof is bounded by the hardware that produced it. HolyAxiom defines four levels — from browser-only software to sovereign PCB-level attestation. All levels share the same API.
Date.now() (±1 sec drift)Time ± > 100ms — L0 OKPlace ± ≥ 20m — L0 OKNews reporting, personal journaling, location check-ins, timestamped media. Good enough for social verification — not court-grade.
proof Session("my-session") {
at Time(1716422400000 ± 2000ms) from Clock("system-clock")
at Place(37.7749°N, 122.4194°W ± 100m) from GPS("gps-api")
attested Score(65) by Chip("browser-key-01") level L0
}
Insurance claims, professional reporting, evidence in civil litigation, content provenance for media organizations. Chip key proves specific device recorded the moment.
proof Session("my-session") {
requires L1
at Time(1716422400000 ± 200ms) from Clock("system-clock")
at Place(37.7749°N, 122.4194°W ± 20m) from GPS("gps-api")
captures Video(hash: "a3f8…64chars") signed Device("ha-chip-abc1")
attested Score(85) by Chip("ha-chip-v1") level L1
}
Criminal evidence, regulatory compliance recording, scientific data provenance, high-stakes journalism. Sub-millisecond time proof enables synchronization with external reference signals.
All sensors — clock, GPS, camera interface, audio ADC, IMU — co-located on a single sovereign PCB with a secure enclave. No OS involvement. Sensor data goes directly from ADC to crypto core, never touching general-purpose RAM.
A Physical Unclonable Function (PUF) derived from manufacturing variations generates the device's root identity. Tamper-evident epoxy enclosure. Zeroization on breach.
Everything you need to move from browser-only (L0) to chip-attested (L1).
| Item | Part # | Where | Price | Why |
|---|---|---|---|---|
| ATECC608B Click Board | MIKROE-4656 |
MikroE | ~$30 | Secure element, hardware ECDSA, non-extractable key |
| Raspberry Pi 5 (4GB) | SC1111 |
Pi Foundation | ~$60 | Host compute, I²C bus to ATECC608B |
| u-blox NEO-M9N GPS | NEO-M9N |
SparkFun | ~$25 | Concurrent GNSS, 1.5m CEP, feeds GPS entropy |
| ICM-42688-P IMU | ICM-42688-P |
SparkFun | ~$20 | IMU entropy, motion anomaly detection |
| Total | ~$135 | Full L1 stack | ||