> For the complete documentation index, see [llms.txt](https://x1ecochain.gitbook.io/x1-ecochain-tech-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://x1ecochain.gitbook.io/x1-ecochain-tech-whitepaper/technical-architecture/x1node-hardware.md).

# X1Node Hardware

X1 EcoChain’s architecture is optimized around its low-powered nodes and PoN consensus. In the overview, each node in the network runs an X1 EcoChain client, participates in consensus, and hosts smart contracts and assets. Nodes connect in a peer-to-peer mesh, forming a global overlay network. This distributed topology is illustrated below:

<figure><img src="/files/reeBuqPUQsvTNtvCs4Vo" alt=""><figcaption></figcaption></figure>

Each X1Node is a compact, consumer-friendly device with the following features:

{% hint style="info" %}
**Compute & Storage:** 4-core CPU, 4 GB RAM, 1 TB SSD.
{% endhint %}

{% hint style="info" %}
**Connectivity:** Gigabit Ethernet port and built-in wireless (eSIM) for independent network access.
{% endhint %}

{% hint style="info" %}
**Design:** No fans, ultra-quiet (<5 dB) operation. Runs silently at ambient temperature (≈25 °C with no active cooling).
{% endhint %}

{% hint style="info" %}
**Power Use:** Only 3 Wh consumption. It can run on a small AC adapter, making it easy to plug into any outlet.
{% endhint %}

{% hint style="info" %}
**Compact Form Factor:** Small footprint suitable for apartments, offices, or even mobile use.
{% endhint %}

These specifications allow X1Nodes to be mass-produced cheaply and operate for years without maintenance. The hardware is open for anyone to set up; after syncing the blockchain, a node immediately joins the network.

<figure><img src="/files/9NKfolP8gvSyfwXFIgrg" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://x1ecochain.gitbook.io/x1-ecochain-tech-whitepaper/technical-architecture/x1node-hardware.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
