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

# Introduction

NORA is an advanced, privacy-centric messaging platform built specifically for the **Web3** and **cryptocurrency** communities. With the rise of decentralized technologies and increasing concerns over personal data security, **NORA** offers a secure alternative to traditional messaging platforms by integrating the power of **blockchain**, **AI assistants**, and cutting-edge **encryption protocols**.

In a world where digital privacy is increasingly under threat, NORA ensures that your communications remain safe and private. Unlike centralized messaging systems that store data on centralized servers (which can be vulnerable to hacking, data breaches, or government surveillance), NORA relies on **Ethereum blockchain technology** and **decentralized storage networks** to guarantee that users have complete control over their conversations and data. With blockchain's decentralized nature, there is no central server or entity holding your private information.

The core of NORA's mission is to empower users within the **crypto** and **blockchain ecosystems** to communicate securely, manage transactions privately, and leverage powerful tools that cater to the needs of the Web3 world. By combining the **Ethereum blockchain** with **AI-powered assistance**, NORA offers a messaging experience that’s not only secure but also smart and intuitive.

Furthermore, NORA’s **integration with decentralized finance (DeFi)** and **NFT platforms** allows users to engage in these spaces seamlessly while maintaining complete privacy and security. Whether you’re chatting with fellow crypto enthusiasts, sharing confidential information about investments, or coordinating decentralized projects, NORA provides a platform that is both private and functional.

Ultimately, NORA is not just a **messenger**—it's a **private communication network** designed specifically for the decentralized world, giving users the freedom to **control their data**, **protect their identity**, and **interact in the Web3 space** with confidence.


---

# 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, and the optional `goal` query parameter:

```
GET https://nora-2.gitbook.io/nora-docs/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
