> For the complete documentation index, see [llms.txt](https://wiki.gen6.life/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.gen6.life/solutions/realseal/gen6-me.md).

# Real Seal Identity

**RS Identity** is our [standard](/technology-core/standards/ggs-1-gen6-identity-standard.md) and powerful tool for managing self-sovereign and decentralized identities, be it human, computer agent or a collective of people. It allows users to control and verify their online presence securely, giving them full ownership of their digital identity. This feature enables users to access services across both **Web2** and **Web3** platforms without compromising privacy or security. By leveraging blockchain technology, **RS Identity** ensures that identities are authenticated without relying on centralized authorities, providing users with more control and trust over their personal data.

Additionally, **RS Identity** is **GDPR compliant**, ensuring that users’ personal data is handled responsibly and in accordance with European data protection regulations. This compliance guarantees that users have control over their data, including the right to request deletion or restriction of access, without violating the integrity of the blockchain system.

In essence, **Gen6 Me** simplifies identity management by enabling secure and permissioned access to applications, while maintaining privacy and transparency.

### How does it work?

* It uses GGS-1 to ensure security and privacy.
* GSX owners can create their own identity (no central authority required).
* Merkle Tree based identity hashes are stored on the Gen6 public blockhain - without exposing any personal details.
* Identity data is stored behind G6 MW instances protecting it from big data scanners, hackers and ill-intended users.
* Identity owners have the control, they can choose 3 types of Identity Privacy level:
  * Private: Default setting, only the MW provider and allowed addresses can see your identity.
  * Gen6: All Gen6 community authenticated users can see the identity data.
  * Public: All identity data provided at public, great for influencers' public profiles.

### **How is storing your data?**

* G6 MW providers.
* Anyone you trust - you can store your identity data whereever you want, while keeping the proof on the Gen6 blockchain.

### Technical Data

* Pallet used: dataRegistry
* API used: G6 MW
* Storage used: G6 MW or custom


---

# 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://wiki.gen6.life/solutions/realseal/gen6-me.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.
