Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

2.1 Platform Architecture

Cryptic is built as a connected product stack across Mobile, Desktop and SDK

Each layer has a clear role: the SDK provides the protocol foundation, Desktop creates the power-user workspace, and Mobile delivers the everyday consumer experience.

1. Consumer Layer — Cryptic Mobile Cryptic Mobile is the consumer-facing application.

It gives users access to secure communication, wallet functionality, payments, QR flows, card access, and everyday crypto-native use

Mobile keeps the experience simple while connecting users to the broader Cryptic product stack.

2. Power-User Layer — Cryptic Desktop Cryptic Desktop is the native desktop client built on top of the SDK.

It combines post-quantum secure communication with wallet actions, token swaps, lending, privacy tools, permanent file storage, encrypted notes, and ecosystem integrations in one application.

Desktop is designed for users and teams that need more than a mobile chat experience: traders, developers, DAO operators, community managers, power users, and enterprise teams.

3. Protocol Layer — Cryptic SDK The Cryptic SDK is the foundation of the product stack.

It handles post-quantum cryptography and server transport, allowing developers, applications, protocols, teams, and future agent-based systems to create encrypted direct messages and group rooms without building cryptographic infrastructure from scratch.

The SDK is intentionally headless. It does not own user interface, storage, wallets, push notifications, or business logic. Those remain with the host application.

Infrastructure Components

Post-Quantum Communication Cryptic uses modern post-quantum cryptography, including ML-KEM and ML-DSA based primitives, to support encrypted communication and key exchange.

Blockchain & Payment Infrastructure Solana provides fast, low-cost transaction infrastructure, with additional blockchain and payment integrations supported through the broader product roadmap.

Key Management Cryptic is designed around non-custodial key control, secure identity handling, and platform-specific secure storage where applicable.

API & Transport Authenticated REST APIs and WebSocket transport support real-time encrypted communication between clients and Cryptic infrastructure.

Storage & DeFi Integrations Desktop integrations can support workflows across swaps, lending, privacy tools, encrypted storage, and other ecosystem services.

Cryptic’s architecture is designed to separate the application experience from the protocol layer, allowing the same secure communication foundation to power Mobile, Desktop, and third-party integrations.

Last updated