What we’ve built
TimeProofs is an open, neutral protocol for digital proof of existence. Not just for AI. For every digital creation and dataset. One proof readable by any ProofSpec-compliant tool.
A public specification (ProofSpec) and a simple API to prove when something existed and that it hasn’t changed. Works for any data — AI outputs, research, legal, creative, code, medical and industrial records.
TimeProofs is an open, neutral protocol for digital proof of existence. Not just for AI. For every digital creation and dataset. One proof readable by any ProofSpec-compliant tool.
In a world of generated and modified content, proof becomes as essential as encryption or HTTPS. TimeProofs gives each file and API a verifiable history: when it existed and what hasn’t changed.
Open rules, interoperable, peer-verifiable. Public specification designed to become a global standard.
Production-ready, edge-native, predictable cost. Copy-paste examples and verifiable logs.
Model: Hash locally → Signed timestamp → Public verification
const buf = new TextEncoder().encode(text);
const digest = await crypto.subtle.digest('SHA-256', buf);
const hash = [...new Uint8Array(digest)]
.map(b => b.toString(16).padStart(2,'0')).join('');
const r = await fetch("https://api.timeproofs.io/api/timestamp", {
method:"POST", headers:{ "Content-Type":"application/json" },
body: JSON.stringify({ hash, type:"event", meta:{ source:"web" } })
});
const proof = await r.json();
const res = await fetch(
"https://api.timeproofs.io/api/verify?hash="+hash
);
const check = await res.json();
Millisecond timestamps. Zero tokens. Predictable pricing.
Hash-only. Original content never leaves the device.
One proof readable by any ProofSpec-compliant tool.
OpenAPI, copy-paste examples, verifiable logs.
Public verification by anyone, including outside our API.
Fast, efficient, built for modern architectures.
ProofSpec, open-source, peer-verifiable. Public, neutral, and durable.
Ready for EU AI Act, DSA, Data Act, C2PA, GDPR. Supports traceability, authenticity, and integrity requirements.
No blockchain, no personal data, no vendor lock-in. Verifiable by anyone, forever.
For humans and AI agents. Globally reproducible, energy-efficient, edge-first.
Badges: Privacy-first · Open verification · No blockchain
TimeProofs helps organizations demonstrate when data existed and that it hasn’t changed — a core requirement echoed across global AI and data regulations.
Prompts, generations, agent workflows.
Contracts, policies, evidence files.
Preprints, datasets, lab notebooks.
Designs, music, video, photography.
Source code, releases, SBOM artifacts.
Clinical data, IoT logs, QA records.
A universal framework to certify when any data existed and that it hasn’t changed — without storing the content itself.
Open-source licensed (e.g., MPL/Apache) with official filings (e-Soleau, trademark, ProofSpec publication). TimeProofs is the reference implementation of the protocol.