> For the complete documentation index, see [llms.txt](https://ems-2.gitbook.io/ethereum-message-service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ems-2.gitbook.io/ethereum-message-service/ems/why-ems.md).

# Why EMS?

While the current method of messaging on the Blockchain exists and works well, there are always ways to improve upon something. The foundation is there and EMS is the epitome of "if it's not broken don't fix it" as we have made it easier-than-ever to use. With an easy-to-use UI, the fundamentals remain the same while the process has become one hundred times easier.&#x20;

There are several advantages to using Ethereum Message Service:

## Security

Blockchain technology offers a high degree of security due to its decentralized nature and use of cryptographic algorithms. This means that your messages and data are less likely to be intercepted, tampered with, or hacked compared to traditional messaging services that rely on a central server.

## Privacy

With blockchain messaging, you can have greater control over your personal data and privacy. Since the blockchain operates on a decentralized network, there is no central authority or server that stores your messages and data. Instead, the data is distributed across a network of nodes, and only the intended recipients have access to it.

## Ease of use

While some blockchain messaging services may have a learning curve, they can ultimately be easier to use than traditional messaging services. Since the technology is decentralized, there may be fewer barriers to entry, and users can communicate directly with each other without the need for intermediaries or complicated sign-up processes.

## Innovation&#x20;

Using a new blockchain messaging service can provide an opportunity to explore new features and capabilities that are not yet available on traditional messaging services.&#x20;


---

# 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://ems-2.gitbook.io/ethereum-message-service/ems/why-ems.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.
