> 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/use-cases.md).

# Use Cases

In today’s digital world, **identity theft** and **centralized data breaches** are growing concerns, particularly in the cryptocurrency and Web3 space. NORA introduces **decentralized identity management**, a crucial feature that allows users to fully control and manage their identity, ensuring that their personal and financial data is never stored in centralized databases. With this system, NORA empowers users to take ownership of their digital identity in a way that is both **secure** and **privacy-preserving**.

#### **How It Works**

NORA utilizes **Decentralized Identifiers (DIDs)**, an innovative solution based on **blockchain technology** that provides users with a self-sovereign identity. Instead of relying on third-party identity providers (like traditional social media platforms or centralized services), NORA’s **DID system** allows users to create, control, and verify their identities without the need for intermediaries.

* **Blockchain-Backed Identities**: DIDs are stored and verified on the **Ethereum blockchain**, ensuring that the identity is cryptographically secure and resistant to tampering. Unlike traditional systems where data is centrally stored and controlled, DIDs allow users to retain complete control over their personal information, reducing the risk of identity theft or unauthorized access.
* **Privacy by Design**: By integrating decentralized identity solutions, NORA ensures that users can authenticate themselves across the Web3 space (including dApps, DeFi platforms, and NFT markets) without exposing unnecessary personal data. This system uses **zero-knowledge proofs (ZKPs)**, which allow users to verify specific attributes (like ownership or transaction history) without revealing sensitive details.
* **Self-Sovereign Identity**: With NORA, your **identity** is entirely under your control. This means you can update, revoke, or delete your identity at any time. This **freedom of choice** ensures that users have more power over their **digital footprints**, mitigating the risk of identity fraud.
* **Seamless Web3 Integration**: NORA’s decentralized identity system integrates directly with the **Web3 ecosystem**, enabling users to interact with **decentralized applications (dApps)** and participate in **governance protocols** without having to rely on traditional centralized identities like email addresses or social media logins.

By implementing decentralized identity management, NORA creates a **trustless environment** where your digital identity is secure, verifiable, and owned solely by you, all while maintaining **maximum privacy**.


---

# 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/use-cases.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.
