# Quranium

Quranium Chain is a **post-quantum secure EVM-compatible blockchain** designed to protect against future threats from quantum computing. Below is a detailed breakdown of its supported features and key considerations:

***

### **1. Native Token Transfers (QRN)**

#### **What It Means**

Users can send and receive **QRN** , the native token of the Quranium Chain, just like ETH on Ethereum or MATIC on Polygon.

#### **How It Works**

* QRN is used for:
  * **Gas fees**: Paying transaction fees.
  * **Staking/delegation**: Participating in network security.
  * **Value transfer**: Sending funds between accounts.
* Transactions are signed using **SLHDSA** , a **post-quantum digital signature algorithm** .

#### **Why It Matters**

Unlike traditional blockchains that use ECDSA signatures (vulnerable to quantum attacks), Quranium ensures long-term security even if quantum computers become viable.

***

### **2. SLHDSA Signature Transactions**

#### **What Is SLHDSA?**

* **SLHDSA** stands for **Stateless Hash-Based Digital Signature Algorithm** .
* It is a **NIST-standardized post-quantum cryptographic scheme** , part of the SPHINCS+ family.
* Unlike ECDSA (used by Ethereum), it does not rely on elliptic curves but on hash functions, making it resistant to quantum attacks.

#### **How It’s Used**

* Every transaction on Quranium Chain is signed with an **SLHDSA private key** .
* The corresponding public key is used to derive the wallet address (similar to Ethereum-style Keccak-based addresses).
* This ensures all user actions (e.g., sending tokens, interacting with smart contracts) are **quantum-safe** .

#### **Implications**

* Wallets must support **SLHDSA signing logic** (like QSafe Wallet).
* Standard Ethereum wallets (e.g., MetaMask) cannot sign transactions unless they integrate post-quantum libraries.

<br>


---

# 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.qsafewallet.com/multichain-compatibility/quranium.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.
