# SUMMARY

* [Welcome](https://docs.qorechain.io/qorechain-docs)

## Introduction

* [What is QoreChain?](https://docs.qorechain.io/introduction/what-is-qorechain)
* [Architecture Overview](https://docs.qorechain.io/introduction/architecture-overview)
* [Key Features](https://docs.qorechain.io/introduction/key-features)

## Getting Started

* [Quickstart](https://docs.qorechain.io/getting-started/quickstart)
* [Wallet Setup](https://docs.qorechain.io/getting-started/wallet-setup)
* [Connecting to Testnet](https://docs.qorechain.io/getting-started/connecting-to-testnet)
* [Your First Transaction](https://docs.qorechain.io/getting-started/first-transaction)

## User Guide

* [Token Operations](https://docs.qorechain.io/user-guide/token-operations)
* [Staking and Delegation](https://docs.qorechain.io/user-guide/staking-and-delegation)
* [Governance](https://docs.qorechain.io/user-guide/governance)
* [xQORE Staking](https://docs.qorechain.io/user-guide/xqore-staking)
* [Bridging Assets](https://docs.qorechain.io/user-guide/bridging-assets)
* [Deploying Rollups](https://docs.qorechain.io/user-guide/deploying-rollups)
* [Gas Abstraction](https://docs.qorechain.io/user-guide/gas-abstraction)

## Developer Guide

* [Building from Source](https://docs.qorechain.io/developer-guide/building-from-source)
* [EVM Development](https://docs.qorechain.io/developer-guide/evm-development)
* [CosmWasm Development](https://docs.qorechain.io/developer-guide/cosmwasm-development)
* [SVM Development](https://docs.qorechain.io/developer-guide/svm-development)
* [Cross-VM Interoperability](https://docs.qorechain.io/developer-guide/cross-vm-interoperability)
* [EVM Precompiles](https://docs.qorechain.io/developer-guide/evm-precompiles)
* [Account Abstraction](https://docs.qorechain.io/developer-guide/account-abstraction)
* [Running a Validator](https://docs.qorechain.io/developer-guide/running-a-validator)

## Architecture

* [Consensus Mechanism](https://docs.qorechain.io/architecture/consensus-mechanism)
* [RL Consensus Engine](https://docs.qorechain.io/architecture/rl-consensus-engine)
* [Post-Quantum Security](https://docs.qorechain.io/architecture/post-quantum-security)
* [AI Engine](https://docs.qorechain.io/architecture/ai-engine)
* [Multilayer Architecture](https://docs.qorechain.io/architecture/multilayer-architecture)
* [Tokenomics](https://docs.qorechain.io/architecture/tokenomics)
* [Bridge Architecture](https://docs.qorechain.io/architecture/bridge-architecture)
* [Rollup Development Kit](https://docs.qorechain.io/architecture/rollup-development-kit)
* [MEV Protection (FairBlock)](https://docs.qorechain.io/architecture/mev-protection-fairblock)
* [BTC Restaking (Babylon)](https://docs.qorechain.io/architecture/btc-restaking-babylon)

## API Reference

* [REST / gRPC Endpoints](https://docs.qorechain.io/api-reference/rest-grpc-endpoints)
* [JSON-RPC — qor\_ Namespace](https://docs.qorechain.io/api-reference/json-rpc-qor_-namespace)
* [JSON-RPC — eth\_ Namespace](https://docs.qorechain.io/api-reference/json-rpc-eth_-namespace)
* [JSON-RPC — Solana-Compatible](https://docs.qorechain.io/api-reference/json-rpc-solana-compatible)
* [WebSocket Events](https://docs.qorechain.io/api-reference/websocket-events)

## CLI Reference

* [Node Commands](https://docs.qorechain.io/cli-reference/node-commands)
* [Transaction Commands](https://docs.qorechain.io/cli-reference/transaction-commands)
* [Query Commands](https://docs.qorechain.io/cli-reference/query-commands)

## Appendix

* [Glossary](https://docs.qorechain.io/appendix/glossary)
* [Chain Parameters](https://docs.qorechain.io/appendix/chain-parameters)
* [Version History](https://docs.qorechain.io/appendix/version-history)


---

# 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/summary.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.
