--- license: cc-by-4.0 pretty_name: Crovia AI Provenance Infrastructure language: - en tags: - provenance - ai-audit - cryptographic-receipts - ai-safety - transparency size_categories: - n<1K --- # Crovia — AI Provenance Infrastructure Crovia builds infrastructure for cryptographic AI provenance, omission tracking, and audit trails. ## What Crovia does AI systems produce outputs that are difficult to attribute, timestamp, and verify after the fact. Crovia addresses this by providing: - **Cryptographic receipts** for AI-generated content (Crovia Seal) - **Omission tracking** across AI model generations - **Continuity monitoring** for detecting behavioral drift over time - **Audit trail artifacts** suitable for legal and compliance contexts ## Architecture All signing and verification is performed client-side or on Crovia-controlled infrastructure at `croviatrust.com`. Hugging Face hosts public showcase artifacts only. The trust root, public keys, and canonical verification always resolve to `seal.croviatrust.com`. ## Repositories in this organization | Repo | Description | |------|-------------| | `crovia-seal-examples` | Example sealed outputs and verification workflows | | `crovia-evidence-samples` | Anonymized audit trail samples | | `crovia-axiom-spec` | AXIOM envelope specification | | `crovia-continuity-monitoring-samples` | Behavioral drift detection samples | ## Verification Any Crovia Seal can be verified offline at `https://croviatrust.com/check.html` or programmatically via the public API at `https://seal.croviatrust.com/v1/seal/`.