// VERIFY · verify.t2000.ai

Don’t trust it.
Check it.

Every confidential response from the Private & Confidential API carries a signed receipt anchored on Sui. Paste a receipt id — or run the full check, including the Intel TDX quote, on your own machine.

receipt
opens verify.t2000.ai with the checks running:
Sui anchorread straight from a fullnodetrustless
Receipt signatureattested receipt keytrustless
TDX quote (DCAP)client-side via the CLItrustless
$ t2 verify rcpt-…full check on your machine · no key · fails closed
// WHAT GETS CHECKED

Four checks per receipt.

01

Signed receipt

Every confidential response returns an x-receipt-id. The receipt commits the request/response hashes — bodies are never stored.

02

Attested hardware

The receipt records the upstream GPU-TEE attestation — an Intel TDX quote checked before your prompt was forwarded, fail-closed.

03

Sui anchor

The receipt hash is committed on Sui — tamper-evident and publicly timestamped, read straight from a fullnode.

04

Check it yourself

verify.t2000.ai re-checks the anchor and signature for any receipt id; `t2 verify` runs the full check — including the TDX quote against Intel — on your machine.

// The browser explorer re-checks the anchor + signature; the TDX quote check runs client-side via the CLI.