> For the complete documentation index, see [llms.txt](https://cascadia.gitbook.io/gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cascadia.gitbook.io/gitbook/validators/system-requirements.md).

# System Requirements

Validators are encouraged to use a reputable cloud provider or set up a secure physical operation with limited access to key management.  Prepare your data center location with good connectivity, backup storage, redundant power, and multiple networking boxes.

In Cascadia's early development stages, we expect initial network requirements to be low.  As the network expands, more bandwidth, CPU, and memory may be needed.

**Supported OS**

Cascadia Network supports the following architectures for macOS, Windows, and Linux:

{% code overflow="wrap" %}

```javascript
darwin/arm64
darwin/x86_64
linux/arm64
linux/amd64
windows/x86_64
```

{% endcode %}

**Minimum System Requirements**

To run validator nodes on Cascadia, we suggest the following:

* 2 x dedicated/physical CPUs with`SSE4.1` and `SSE4.2` flags (verify using [lscpu](https://manpages.ubuntu.com/manpages/trusty/man1/lscpu.1.html))
* 8 GB RAM
* 200 GB SSD
* 100 Mbit/s always-on internet connection with 4 TB/month data plan
* Linux OS **(Ubuntu 20.04 or the latest version is recommended)**

{% hint style="info" %}
It's important to anticipate potential growth in server requirements and plan for necessary upgrades.
{% endhint %}


---

# 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://cascadia.gitbook.io/gitbook/validators/system-requirements.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.
