# QoreChain Docs

QoreChain is a quantum-safe, AI-native Layer 1 blockchain engineered with post-quantum cryptography at genesis, a triple-VM runtime (EVM, CosmWasm, SVM), on-chain reinforcement learning consensus optimization, 25 direct cross-chain connections, and a Rollup Development Kit for deploying application-specific chains. Built on Cosmos SDK v0.53 with 18 custom modules and 45 registered genesis modules, QoreChain delivers production-grade security against both classical and quantum adversaries while maintaining full compatibility with existing blockchain tooling.

## Chain Details

| Parameter             | Value                                                     |
| --------------------- | --------------------------------------------------------- |
| Chain ID              | `qorechain-diana`                                         |
| Token                 | QOR (display) / uqor (base denomination)                  |
| Denomination Exponent | 10^6 (1 QOR = 1,000,000 uqor)                             |
| Bech32 Prefix         | `qor` (addresses: `qor1...`, validators: `qorvaloper...`) |
| Version               | v1.3.0                                                    |
| Framework             | Cosmos SDK / QORECHAIN SDK                                |


---

# Agent Instructions: 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://docs.qorechain.io/qorechain-docs.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.
