Back to browse
Messaging without accounts – continuity-authenticated instead

Messaging without accounts – continuity-authenticated instead

by nick0clark·Feb 19, 2026·1 point·0 comments

AI Analysis

PassBold BetWizardry

Account-free messaging via continuity chains, not platform identity—untested prototype with pending patents.

Strengths
  • Novel protocol design: pairwise continuity replaces account-based identity, eliminating single-point-of-failure username/phone number.
  • Relay-untrusted by design: ciphertext-only mailboxes prevent both decryption and forgery by infrastructure operator.
Weaknesses
  • Explicitly a prototype, not production-ready: no maturity signals, unclear real-world usability or user research validation.
  • Pending patent claims block derivative work and limit adoption; heavy licensing restrictions ('no reproduction without written authorization') contradict open collaboration on security protocols.
Category
Target Audience

Cryptography researchers, privacy-conscious users skeptical of centralized identity, protocol designers.

Similar To

Signal · Wire · Matrix/Element

Post Description

Most messaging systems are account systems first and cryptosystems second.

I've been working on a prototype: https://aq-message.web.app

AQ is an experiment in removing accounts entirely.

There are no usernames, phone numbers, or platform identity objects. Instead, each relationship maintains its own evolving continuity chain. A message is accepted only if it cryptographically advances that chain according to deterministic rules.

The relay is untrusted by design. It stores ciphertext under per-relationship mailboxes. It can observe timing and volume, but it cannot decrypt content or produce forged messages that would be admitted by recipients.

Notable properties: • No global identity namespace • No server-issued credentials • Pairwise continuity instead of platform authentication • Deterministic replay and fork handling • Explicit recovery triggers on continuity gaps • No claim of metadata anonymity

This is a prototype, not a polished product.

I’d appreciate scrutiny on the protocol mechanics and threat model.

Technical overview: https://aq-message.web.app/technical-overview

Similar Projects

Open Source●●Solid

Nodes – Open-source decentralized Discord alt with E2E encrypted DMs

P2P Discord without servers, but adoption and network effects remain unproven.

Zero to OneBig BrainBold Bet
hackerwhosemans
113mo ago
Security●●●Banger

Vestauth – Auth for Agents

Agent auth via key-signing beats API keys and OAuth for autonomous systems.

Big BrainSolve My ProblemZero to One
scottmotte
1113mo ago