# System Requirements

The hardware specifications for operating the WEMIX3.0 BP blockchain node are as follows.

{% tabs %}
{% tab title="HW specifications" %}

* vCPU: 32 core&#x20;
* RAM: 256 GB&#x20;
* Storage: Minimum 2TB SSD (must be expandable periodically)
* Recommended: [Azure Virtual Machine Standard\_*E32ds\_*&#x76;4 ](https://azureprice.net/vm/Standard_E32ds_v4)
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
**Specification**

To safely operate BP nodes, you must use HW above the recommended requirements.

For BP, it is recommended to operate with --syncmode full.
{% endhint %}

{% hint style="info" %}
**Operating system**

It is officially recommended to install and run in a Linux-based environment. We plan to provide support for other operating systems in the future.
{% endhint %}


---

# 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.wemix.com/en/install-and-operation/block-producer-node/system-requirements.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.
