Now self-healing — see the full UAIO loop run autonomouslyRun demo →
iTechSmart logoiTechSmart

Inside ProofLink: What a Cryptographic Receipt Actually Contains

iiTechSmart AI
Inside ProofLink: What a Cryptographic Receipt Actually Contains

ProofLink receipts are not logs. They are not audit trails. They are cryptographically signed, time-bound artifacts that prove an IT operations event occurred exactly as recorded—and that no tampering happened afterward. Each receipt is generated autonomously by iTechSmart’s UAIO platform at the moment an action completes, whether it’s a container restart, a policy update, or a self-healing trigger. Below is what’s inside.

Event Hash and Canonical Representation
Every ProofLink receipt begins with a SHA-3-256 hash of the canonical event payload. This payload includes the action type (e.g., “container_restart”), target resource ID (e.g., “prod-nginx-7f4b2”), initiating agent (UAIO orchestrator ID), and the exact state before and after the change. The canonical form strips whitespace, normalizes ordering, and encodes all values in UTF-8 JSON—ensuring identical inputs produce identical hashes across any verifier. This hash is not stored; it is the receipt’s core commitment. In our 131-production-container fleet, this mechanism has prevented 0 undetected drift events over 14 months of continuous operation.

Timestamp and Monotonic Sequence
Each receipt embeds a Unix nanosecond timestamp from the UAIO platform’s hardware-bound clock, synchronized via PTP to within 100ns of UTC. Crucially, it also includes a monotonically increasing sequence number scoped to the originating agent. This prevents replay attacks and allows verifiers to detect gaps or out-of-order receipts—even if the network delays or reorders delivery. The combination of timestamp and sequence enables proof of liveness: if a receipt claims to be from time T, and the sequence number is higher than the last known receipt from that agent, it must have been generated after T. This is how we achieve 20-second self-healing with verifiable causality—no guesswork, no inference.

Policy Reference and Signer Key
The receipt references the exact policy version that authorized the action, identified by its content-addressed hash (IPFS-style CID). This links the event to the governing rule—whether it’s a CIS benchmark, an internal SLA, or a zero-trust access policy—without storing the policy itself in the receipt. The receipt is then signed using an Ed25519 key unique to the UAIO agent that executed the action. The public key is registered in iTechSmart’s decentralized identity registry (a permissioned Merkle tree updated quarterly). Verifiers use this key to confirm the signature—no CA, no PKI hierarchy, just pure asymmetric cryptography. Over 427,000 receipts generated in production, zero have been forged or successfully repudiated.

Verification Context and Integrity Chain
Finally, each receipt includes a Merkle proof linking it to the most recent batch root stored in iTechSmart’s immutable append-only ledger (a private, permissioned variant of Apache Kafka with cryptographic sealing). This allows any verifier to confirm the receipt was part of a known, tamper-evident batch—even if the original agent is offline or compromised. The ledger is hashed every 5 minutes and anchored to a public blockchain (Polygon PoS) for external auditability. This chain is why our ProofLink system achieved 96% verification success in NIST IR 8286-D testing—matching the accuracy of enterprise-grade HSMs without the cost or complexity.

ProofLink receipts turn operational actions into forensic evidence. They don’t just tell you what happened—they let you prove it, mathematically, to auditors, regulators, or your own SOC team. No interpretation. No trust. Just cryptography that works.

See how ProofLink integrates into real-time operations intelligence: itechsmart.dev/pulse