# Start Here

**What solDM is**\
solDM is a serverless, end-to-end encrypted, post-quantum–ready messaging layer built natively on Solana. It enables wallet-to-wallet chat without a centralized inbox, with messaging state anchored on Solana and zk-compressed via Light Protocol. Notifications are delivered via Dialect.

**What solDM is not**

* Not a centralized chat app with a private database
* Not “encrypted chat on top of AWS”
* Not a social network that requires trusting an operator

**Who it’s for**\
Users, teams, KOLs, protocols, wallets, and Solana-native apps that need private, verifiable communication.

#### solDM in 90 seconds

* Wallet-to-wallet inboxes (reachable by address / .sol)
* E2EE by default (keys stay client-side)
* Post-quantum ready key exchange (hybrid)
* zk-compressed on-chain state via Light Protocol
* Spam resistance via message requests + optional attention fees
* Notifications via Dialect without exposing plaintext


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.soldm.xyz/start-here.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.
