OPTXOPTX DOCS
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 NativePhantom Mode
LoginSign in with X (OAuth 2.0 PKCE)Jett Hub visual SSO + JTX gate
TransportHTTPSTriple Tor .onion
CryptoTLS + Ed25519 JWTPost-quantum hybrid (PQC)
KeysSoftware-managedStrongBox / Secure Enclave / TEE
WakeStandard sessionPing-Pong biometric + duress PIN with wipe
Best forFaster onboardingMaximum metadata resistance
RepoPrivateSecure-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).