Proof model

Don't Trust. Verify.

Most AI services ask you to trust that your conversations are private. We'd rather prove what can be proven, and be honest about exactly how far the proof goes.

The mode shown on each answer is the mode that actually happened. If a turn cannot complete in a stronger privacy mode, Conclave must show the weaker resolved mode for that turn. Fallback honesty is part of the privacy guarantee.

Trust-minimized

TEE Mode

Your browser sends your message to Conclave over HTTPS, and Conclave relays it to Chutes for processing inside verified secure hardware. In this mode, Conclave's server can transiently see the plaintext request, so privacy depends on HTTPS, our no-logging commitment, and Chutes' hardware isolation.

TEE mode is private, but it is not browser-verifiable per message the way E2EE is. There is no receipt proving "Conclave only ever saw scrambled text," because in this mode that is not what happens.

Verify, don't trust

Verified E2EE Beta

Your message is encrypted in your browser before it is sent. Conclave's servers and the network only see scrambled text. Your message is decrypted only inside verified secure hardware, and the reply is encrypted again before it leaves.

This is the mode you can check yourself. Every E2EE message produces a receipt.

What You Can Verify In E2EE Mode

What This Does And Does Not Prove

See The Proof For A Message

Open an E2EE answer's Verify this E2EE turn panel, then copy its raw evidence JSON. Normal users can paste it into the receipt checker and stop when the checks pass.

Open receipt checker

For developers and auditors

The receipt is a self-contained artifact. You can verify it without trusting Conclave's page or servers.

What the receipt proves: your browser encrypted to a key bound by hardware attestation to a genuine Chutes TDX + NVIDIA instance, and the ciphertext fingerprint matches the message that was relayed. What it does not prove: that the frontend code was honest before encrypting. That requires comparing the page against public source.