Status: Public Beta v0.2 · API · Privacy-first · No blockchain

Use Cases

Practical scenarios where proof of existence changes everything — without uploading your data.

↑ Top

Use Cases · See also: API Docs · Protocol (ProofSpec)

Overview

What TimeProofs gives you: a small proof file you can keep and share. It proves when an exact piece of content existed and that it has not changed.

File date ≠ proof: file dates are local and editable. A proof is independently verifiable.

Privacy-first: your original content stays on your device. The proof file contains only a SHA-256 fingerprint (hash) and a signed timestamp.

Keep the .tproof.json proof file with your artifact. Stateless verification requires the full proof file.

1) AI outputs & agent traces

What you prove

Why teams use it

Artifact: keep the proof file next to your logs.

2) Audit trails & compliance

What you prove

Why teams use it

Artifact: one proof file per finalized version.

3) Releases & builds

What you prove

Why teams use it

Artifact: a proof file for each release artifact.

4) Creators & deliverables

What you prove

Why teams use it

Artifact: work.ext + work.ext.tproof.json.

5) Datasets & research

What you prove

Why teams use it

Artifact: one proof file per dataset snapshot.

6) Supply chain & vendor artifacts

What you prove

Why teams use it

Artifact: attach a proof file to each deliverable.

Recommended workflow

  1. Hash locally (SHA-256) the exact bytes you care about.
  2. Create a proof via Create / Verify or the API.
  3. Store the .tproof.json proof file next to the artifact.
  4. Verify later using the proof file (offline or via stateless verification).

The proof file is the portable artifact you can keep, share, and inspect.

Best practices

Implementation details and endpoints are in API Docs.

Try it now

Use Create / Verify to create a proof in seconds, or verify an existing .tproof.json.

Developer integration lives in API Docs.

Mini FAQ

Do you store my files? No. Your original content stays on your device.

Is a file date enough? No. File dates are editable; proofs are verifiable.

Blockchain required? No.

Next: API Docs · ProofSpec · Create / Verify