> 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.md).

# RealSeal

**RealSeal** is a blockchain-based digital statement signer that allows users to securely sign and verify documents or messages. By using cryptographic signatures, RealSeal ensures that the content has not been altered after it was signed. It provides a tamper-proof method of proving authenticity, enabling anyone to verify the integrity of a document or statement.

This tool is ideal for use cases where trust and verification are critical, such as legal documents, contracts, or official statements. With **RealSeal**, there is no need for intermediaries, and the process is entirely decentralized, ensuring that the signed documents remain secure, transparent, and verifiable by anyone on the 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.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.
