Last updated May 29, 2026
This is an early-access version of xO. The platform is in active development. The policy below describes our current practices; we'll update it as features land.
When you create an account we store:
For the self-custody xO Wallet, your seed phrase and private keys are stored only on your device, encrypted with your wallet password. xO never sees them.
We use a single first-party session cookie (xo2_session) to keep you signed in. It is httpOnly, sameSite=lax, and secure in production. We do not use third-party tracking cookies.
You can update your profile, change your password, enable/disable 2FA, revoke individual sessions, and unlink Google from your account settings. To delete your account entirely, email us — we'll add a self-service option soon.
Passwords are bcrypt-hashed (cost 12). Session tokens are sha256-hashed in our database — only the raw token in your cookie is valid, and that token never leaves your browser. TOTP secrets are AES-256-GCM encrypted at rest.
Questions? Email hello@xo2.app.