Encrypted Messaging (Private by Default)

Every message sent within Parsona is end-to-end encrypted using public key cryptography. Messages are signed with the sender’s identity key, encrypted with the receiver’s key, and routed through a relay or decentralized message broker (such as XMTP).

Messages are readable only by the sender and receiver.

They cannot be indexed or harvested by third parties.

All metadata (timestamps, identity hashes) are obfuscated or minimal.

This enables:

Private 1:1 or group chats

Encrypted mission instructions

Secure coordination between agents and users

Last updated