The problem
Once a response leaves the chat window, it can be copied, edited, or misattributed with nothing to show what model produced it, when, or whether it still says what it originally said.
The fix
VeriAI hashes the prompt and response, signs them with an Ed25519 key, and gives you a shareable link anyone can use to confirm the content is authentic and unmodified.
Paste the AI provider, model, prompt, response, and a confidence score into the passport form.
VeriAI hashes both fields with SHA-256 and signs the record with an Ed25519 private key held server-side.
Share the verification link. Anyone can recompute the hashes and check the signature — no account needed.