# Welcome

Quantum is an EVM-compatible chain built with `quantum-reth`: Reth execution plus Commonware Simplex consensus in a single binary.

This documentation is an internal operator quick reference for `devnet2`.

## Scope

* Target network: `devnet2`
* Primary RPC endpoint: `https://devnet2.rpc.quantum.systems`
* Primary WSS endpoint: `wss://devnet2.rpc.quantum.systems`

## Start Here

* [Run a Validator](/run-validator.md)
* [Run an RPC Node](/run-rpc.md)
* [Interact with the Chain](/interact-with-the-chain.md)
* [Chain Specs](/chain-specs.md)
* [Current Devnet](/current-devnet.md)

## External References

* Litepaper: <https://quantum.systems/litepaper>
* Roadmap: <https://quantum.systems/roadmap>
* Explorer: <https://quantumscan.org>


---

# 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.quantum.systems/readme.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.
