# Problem

Most people think private messaging is only about encrypting message content. If nobody can read what you write, the conversation feels private. In reality, privacy is much broader than that. Even when a message is encrypted, a messaging service may still collect, process, or expose information around the conversation. This information is called metadata. It can include when you are active, when you send messages, how often you communicate, which account you interact with, what device you use, what IP address you connect from, or which server handles your connection. Metadata can reveal patterns without revealing the actual words. A company may not know what you said, but it may still know who you contacted, when the conversation happened, where the connection came from, and how often it happens. For many users, this can be just as sensitive as the message itself.

### Central servers create central points of trust

Most messengers depend on company-controlled servers that deliver messages, synchronize devices, manage accounts, and keep the service online. This creates a central point of trust. Users must trust that the company does not collect more metadata than necessary, does not misuse data, does not silently change the rules, and does not expose sensitive information through technical failures, business decisions, legal requests, or external pressure. Even if the company has good intentions, a central server remains a valuable target. If one system handles communication for millions or billions of users, it becomes attractive to attackers, data brokers, surveillance systems, governments, and anyone trying to understand how people communicate.

### Privacy claims are hard to verify

Many messengers claim to use end-to-end encryption, but for most users it is almost impossible to verify how the system really works. If the application is closed source, users cannot fully inspect the code. If the backend is closed, users cannot verify what happens on the server side. In practice, they must trust the company, its public statements, or external auditors. This creates a gap between a privacy promise and a privacy guarantee. The controversy around WhatsApp in early 2026 shows why this matters: lawsuits and media reports alleged that Meta could access WhatsApp users’ private communications despite public end-to-end encryption claims, while Meta denied the allegations. The technical details remain disputed, but the broader lesson is clear: users should not be forced to rely only on marketing claims when the system itself cannot be independently verified. A privacy system should be open, inspectable, and designed to minimize trust from the beginning.

### IP addresses can expose users

A message does not only travel through an app. It also travels through a network connection. In many traditional messengers, the service provider or infrastructure operator may be able to see the IP address of the device connecting to the service. An IP address can reveal approximate location, internet provider, network type, and sometimes patterns of movement or behavior. This creates another layer of exposure: even if message content is encrypted, network-level information may still help identify, locate, or profile a user. For a private messenger, protecting the message content is not enough. The system also needs to reduce unnecessary exposure around how the user connects.

### Phone numbers are not private identities

Many messengers use phone numbers as the foundation of identity. This is convenient, but it creates a privacy problem because a phone number is not just a random login. It is usually connected to a real person, a country, a mobile provider, a SIM card, payment history, and other online accounts. Once a communication identity is built around a phone number, it becomes much easier to connect digital activity with a real-world person. For a private messenger, this is a weak starting point. Users should not need to expose a personal identifier just to start a conversation.

### Payments can expose usage

Privacy can also be weakened by the way access is paid for. In many digital services, the same account that pays for the service is also the account that uses it. This can link financial activity with user activity. Even if messages are encrypted, payment records may still help connect a person to an account, a subscription, or a pattern of usage. This is especially important for a privacy-focused messenger. A system that protects messages but exposes the relationship between payment and communication still leaves a major privacy gap.

### Conversations can be exposed by companies, users, or legal pressure

Private conversations can become exposed in many ways. A company may receive legal requests. A group member may report a message. A participant may share screenshots. A platform may cooperate with authorities according to its policies and local law. This means users should not assume that a conversation is fully protected only because it happens inside an app with encryption claims. A recent case in the United States shows how serious this can become: in April 2026, a Florida International University student was arrested after messages in a large WhatsApp group chat were interpreted by authorities as a threat, even though reports described the message as a joke or sarcastic comment. The case shows that group chats can create a false sense of safety. Even when a platform uses encryption, a conversation can still become visible through reports, screenshots, participants, moderation flows, or legal processes.

### Censorship and geoblocking can limit communication

Centralized communication platforms can be blocked, restricted, or pressured in different parts of the world. Governments may block access to messaging apps during protests, conflicts, elections, or political unrest. Platforms may also be forced to comply with regional laws, remove access to features, or limit availability in certain countries. For users, this means that access to communication can depend on geography and political conditions. In 2025, for example, Iranian state television urged people to delete WhatsApp, and Iran has previously blocked major social media and messaging platforms during periods of unrest. A private communication system should not depend entirely on a single company-controlled infrastructure that can be blocked, pressured, or restricted from one central point.

### Encryption alone is not enough

End-to-end encryption is essential, but it does not solve every privacy problem. Encryption protects the content of a message. It does not automatically hide who is using the service, when messages are sent, which accounts are active, what IP address is used, whether two users are likely communicating with each other, or whether payment activity can be linked to communication activity. This is why a private messenger must be designed as a full system, not only as an encrypted chat window. Privacy depends on how messages are delivered, how identity is handled, how payments work, what infrastructure is used, whether the code is verifiable, and how much metadata the system creates.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealed.channel/introduction/problem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
