JettChat
JettChat
552520
Encrypted AI chat with two modes — xChat Native (X OAuth + Solana) and Phantom Mode (Tor + post-quantum, hardware-backed).
JettChat is the OPTX-native messaging client. It ships in two modes, each suited to a different threat model:
- xChat Native — sign in with X, pass the JTX gate (≥1 JTX v2), get end-to-end encrypted chat with gaze cursor typing. Faster onboarding for public networks.
- Phantom Mode — Secure-Legion stack: triple Tor
.onion, post-quantum hybrid encryption, hardware-backed keys (StrongBox/TEE), Ping-Pong biometric wake, duress PIN with cryptographic wipe.
Both modes share the same E2EE messaging primitives: gaze cursor typing, offline-first delivery, group chats, self-destruct messages.
Mode comparison
| xChat Native | Phantom Mode | |
|---|---|---|
| Login | Sign in with X (OAuth 2.0 PKCE) | Jett Hub visual SSO + JTX gate |
| Transport | HTTPS | Triple Tor .onion |
| Crypto | TLS + Ed25519 JWT | Post-quantum hybrid (PQC) |
| Keys | Software-managed | StrongBox / Secure Enclave / TEE |
| Wake | Standard session | Ping-Pong biometric + duress PIN with wipe |
| Best for | Faster onboarding | Maximum metadata resistance |
| Repo | Private | Secure-Legion/android |
Access flow (JETT Hub)
After Sign in with X, middleware enforces the JTX gate (≥1 JTX v2 on mainnet). Wallet-less checkout is available on astroknots.space/stake.
See JETT Auth for the auth surface and Access Tiers for tier codes integrators should enforce.
Product implementation: jettoptx-jettchat-app (proprietary — integration patterns only in these docs).