# QoreChain

## Manual

- [QoreChain Docs](https://docs.qorechain.io/qorechain-docs.md)
- [Introduction](https://docs.qorechain.io/introduction.md)
- [What is QoreChain?](https://docs.qorechain.io/introduction/what-is-qorechain.md)
- [Architecture Overview](https://docs.qorechain.io/introduction/architecture-overview.md)
- [Key Features](https://docs.qorechain.io/introduction/key-features.md)
- [Getting Started](https://docs.qorechain.io/getting-started.md)
- [Quickstart](https://docs.qorechain.io/getting-started/quickstart.md)
- [Wallet Setup](https://docs.qorechain.io/getting-started/wallet-setup.md)
- [Connecting to Testnet](https://docs.qorechain.io/getting-started/connecting-to-testnet.md)
- [First Transaction](https://docs.qorechain.io/getting-started/first-transaction.md)
- [User Guide](https://docs.qorechain.io/user-guide.md)
- [Token Operations](https://docs.qorechain.io/user-guide/token-operations.md)
- [Staking and Delegation](https://docs.qorechain.io/user-guide/staking-and-delegation.md)
- [Governance](https://docs.qorechain.io/user-guide/governance.md)
- [xQORE Staking](https://docs.qorechain.io/user-guide/xqore-staking.md)
- [Bridging Assets](https://docs.qorechain.io/user-guide/bridging-assets.md)
- [Deploying Rollups](https://docs.qorechain.io/user-guide/deploying-rollups.md)
- [Gas Abstraction](https://docs.qorechain.io/user-guide/gas-abstraction.md)
- [Developer Guide](https://docs.qorechain.io/developer-guide.md)
- [Building from source](https://docs.qorechain.io/developer-guide/building-from-source.md)
- [EVM Development](https://docs.qorechain.io/developer-guide/evm-development.md)
- [CosmWASM Development](https://docs.qorechain.io/developer-guide/cosmwasm-development.md)
- [SVM Development](https://docs.qorechain.io/developer-guide/svm-development.md)
- [Cross-VM Interoperability](https://docs.qorechain.io/developer-guide/cross-vm-interoperability.md)
- [EVM Precompiles](https://docs.qorechain.io/developer-guide/evm-precompiles.md)
- [Account Abstraction](https://docs.qorechain.io/developer-guide/account-abstraction.md)
- [Running a Validator](https://docs.qorechain.io/developer-guide/running-a-validator.md)
- [Architecture](https://docs.qorechain.io/architecture.md)
- [Consensus Mechanism](https://docs.qorechain.io/architecture/consensus-mechanism.md)
- [RL Consensus Engine](https://docs.qorechain.io/architecture/rl-consensus-engine.md)
- [Post-Quantum Security](https://docs.qorechain.io/architecture/post-quantum-security.md)
- [AI Engine](https://docs.qorechain.io/architecture/ai-engine.md)
- [Multilayer Architecture](https://docs.qorechain.io/architecture/multilayer-architecture.md)
- [Tokenomics](https://docs.qorechain.io/architecture/tokenomics.md)
- [Bridge Architecture](https://docs.qorechain.io/architecture/bridge-architecture.md)
- [Rollup Development Kit](https://docs.qorechain.io/architecture/rollup-development-kit.md)
- [MEV Protection (FairBlock)](https://docs.qorechain.io/architecture/mev-protection-fairblock.md)
- [BTC Restaking (Babylon)](https://docs.qorechain.io/architecture/btc-restaking-babylon.md)
- [API Reference](https://docs.qorechain.io/api-reference.md)
- [REST / gRPC Endpoints](https://docs.qorechain.io/api-reference/rest-grpc-endpoints.md)
- [JSON-RPC - qor\_ Namespace](https://docs.qorechain.io/api-reference/json-rpc-qor_-namespace.md)
- [JSON-RPC - eth\_ Namespace](https://docs.qorechain.io/api-reference/json-rpc-eth_-namespace.md)
- [JSON-RPC - Solana-Compatible](https://docs.qorechain.io/api-reference/json-rpc-solana-compatible.md)
- [WebSocket Events](https://docs.qorechain.io/api-reference/websocket-events.md)
- [CLI Reference](https://docs.qorechain.io/cli-reference.md)
- [Node Commands](https://docs.qorechain.io/cli-reference/node-commands.md)
- [Transaction Commands](https://docs.qorechain.io/cli-reference/transaction-commands.md)
- [Query Commands](https://docs.qorechain.io/cli-reference/query-commands.md)
- [Appendix](https://docs.qorechain.io/appendix.md)
- [Glossary](https://docs.qorechain.io/appendix/glossary.md)
- [Chain Parameters](https://docs.qorechain.io/appendix/chain-parameters.md)
- [Version History](https://docs.qorechain.io/appendix/version-history.md)
- [SUMMARY](https://docs.qorechain.io/summary.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
