Vraimony Standard (ERF) — by GetEvidex
PSP-style mappings; no official integration or affiliation implied. Integrity-only packaging standard; no outcome/admissibility guarantee.
CT‑Lite Daily Transparency Snapshot
A lightweight daily tree head/root checkpoint for a UTC date — signed by the active key. No PII. No tracking. No inclusion proofs. It does not make receipts public by itself.
Reality Audit (integrity-only)
Integrity verification only. No legal advice. No guarantee of admissibility/court acceptance/outcome. Does not prove truth, authorship, or identity. Verify is the source of truth.
Endpoint
GET /v1/transparency/daily/YYYY-MM-DD
Example: /v1/transparency/daily/2026-02-23
What it provides
Daily head is a transparency checkpoint. Full recomputation requires the relevant set of objects under audit context.
- Daily snapshot fields: root + tree size + timestamp + signature.
- Read-only and audit-friendly (integrity transparency only).
- Designed to detect silent deletion/backdating patterns.
How to validate (high level)
- Fetch snapshot JSON for a UTC date.
- Verify the Ed25519 signature over the payload bytes.
- Recompute the Merkle root from the relevant set of objects under an audit context for that date, then compare.