Security

Overview

Clique Wallet is a custodial wallet where private keys live and operate exclusively inside a TEE (Intel® SGX):

  1. Complete TEE Protection: keygen/storage/signing inside the enclave.

  2. Encrypted Persistence: persisted user data is encrypted; only the enclave can decrypt.

  3. Data Integrity: integrity checks detect tampering.

  4. HTTPS Transport: all client–server traffic is encrypted.

  5. Session Security: sensitive endpoints require authenticated HTTP-only, Secure cookies.

Last updated