SYSTEM ONLINE

STACK_V2

BUILD: 2.0.4-RC
KERNEL: RUST/WASM
ENCRYPTION: AES-256-GCM

Built on a foundation of cryptographic security, offline resilience, and sub-100ms performance.

CORE MODULES

NFC Handshake

Proprietary payload compression enables bi-directional exchange of rich profile data (up to 4KB) in a single tap event.

FREQ: 13.56 MHz
STD: ISO 14443-A

CRDT Sync

Conflict-free Replicated Data Types ensure mathematical consistency across distributed states. Edits merge automatically.

LIB: Yjs / Rust
STRATEGY: LWW

Zero Knowledge

Private keys generated on-device via Secure Enclave. Identity claims are cryptographically signed. Server sees only encrypted blobs.

ALGO: Ed25519
KEYS: Ephemeral
ARCHITECTURE

DATA FLOW

Device A
NFC
Handshake
Device B
LAYER 1
Encrypted Payload
LAYER 2
Local CRDT Store
LAYER 3
Optional P2P Sync
cinct-cli — zsh
user@cinct-node:~$ cinct-cli status --verbose# Checking system status...> [INIT] Core Systems.......... ONLINE> [NET]  P2P Mesh.............. ACTIVE (Peers: 12)> [DATA] Local Store........... SYNCED (142ms ago)> [SEC]  Encryption............ AES-256-GCMuser@cinct-node:~$ cat /etc/protocol.config{
  "mode": "offline_first",
  "handshake_timeout": 500,
  "encryption": "e2e_strict",
  "data_retention": "local_only",
  "telemetry": false
}user@cinct-node:~$ _