> For the complete documentation index, see [llms.txt](https://cruxdecussata.gitbook.io/xchain-introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cruxdecussata.gitbook.io/xchain-introduction/overview/node-operators.md).

# 🖥️ Node Operators

Node operators run and maintain XChain nodes that support execution, security, and availability across the network. As XChain operates autonomously on the Layer-2 Parallel Subnetwork (L2PS) framework, reliable node performance is essential to ensure correct execution and verifiable attestations within the broader DEMOS ecosystem.

Anyone may operate an XChain node, provided they meet the required system, storage, and network performance standards.

#### Requirements

| Component             | Requirement                                                 |
| --------------------- | ----------------------------------------------------------- |
| **Operating System**  | 64-bit Linux (Debian-based preferred), Kernel 4.4 or higher |
| **Architecture**      | x86 preferred                                               |
| **CPU**               | 4 cores / 4 threads, 64-bit modern CPU                      |
|                       | x86: 2015 or newer                                          |
|                       | ARM: 2018 or newer                                          |
| **Memory (RAM)**      | 16 GB DDR4 or higher                                        |
| **Storage**           | SSD with ≥ 500 MB/s average random read/write               |
|                       | Minimum 250 GB available disk space                         |
| **Network Bandwidth** | 1 Gbps recommended                                          |
|                       | Sustained low performance may result in removal             |

XChain nodes may be deployed on a Virtual Private Server (VPS). When using a VPS, operators must provision **at least double the above requirements**, **except for RAM and disk space**, to account for shared resource overhead.


---

# 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 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://cruxdecussata.gitbook.io/xchain-introduction/overview/node-operators.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.
