# Comparison Table

| **Feature**                                                                                                    | **Blockchain Messenger**                                                                              | **Distributed Storage Messenger** |
| -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | --------------------------------- |
| Fast account creation                                                                                          | **YES**                                                                                               | **YES**                           |
| No personal data required (phone number, e-mail, phone book)                                                   | <p><strong>NO</strong></p><p><strong>(some products have integration with personal data)</strong></p> | **YES**                           |
| IP address not exposed                                                                                         | **YES**                                                                                               | **YES**                           |
| Strong encryption (ECIES algorithm protection)                                                                 | <p><strong>NO</strong></p><p><strong>(some products have weaker encryption algorithms)</strong></p>   | **YES**                           |
| MiTM attack not possible (ECDSA protection)                                                                    | **YES**                                                                                               | **YES**                           |
| Message order is unchangeable                                                                                  | **YES**                                                                                               | **YES**                           |
| Messages cannot be completely removed from data storage                                                        | **YES**                                                                                               | **YES**                           |
| Consensus message integrity check                                                                              | **YES**                                                                                               | **YES**                           |
| Messages cannot be censored                                                                                    | **YES**                                                                                               | **YES**                           |
| Full access from any devices if user has keys                                                                  | **YES**                                                                                               | **YES**                           |
| All data is stored in distributed network (you have no need to store data locally)                             | **YES**                                                                                               | **YES**                           |
| File changelog (blockchain-based)                                                                              | **NO**                                                                                                | **YES**                           |
| Messages can be deleted for user, but stored in history of chat                                                | **NO**                                                                                                | **YES**                           |
| History is accessible only for chat participants                                                               | **NO**                                                                                                | **YES**                           |
| Blockchain is not overflowed by messages transactions (this approach speeds up message distribution for users) | **NO**                                                                                                | **YES**                           |
| Zero-proof for messages                                                                                        | **NO**                                                                                                | **YES**                           |

As we can see, Distributed Storage Messenger offers more secured, controlled by participants and reliable approach for decentralized data exchange systems and networks.


---

# 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.extrachain.io/overview/comparison-table.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.
