# Prerequisites

{% hint style="danger" %}
NOTE that DHC nodes **MUST support Intel® SGX2** (TEE hardware).
{% endhint %}

## Basic Requirements

* Operating system: Ubuntu 18.04
* CPU: 8 cores and support SGX2
* Memory: 32GB RAM
* Storage: 2TB SSD
* Network: At least 20Mb bandwidth with an independent IP address

## Recommended Physical Machine

* CPU: Intel Xeon Ice Lake (16 cores)
* Memory: 64GB DDR4
* Storage Disk: 2TB SSD
* System Disk: 480GB SSD
* Network: Gigabit Ethernet

## Recommended Cloud Service

* AliCloud: \
  **ecs.g7t, ecs.c7t, ecs.r7t**

{% embed url="<https://www.alibabacloud.com/help/en/ecs/user-guide/build-an-sgx-encrypted-computing-environment?spm=a3c0i.23458820.2359477120.9.50747d3fD5V3nB>" %}

* Tencent Cloud: \
  **M6ce**

{% embed url="<https://www.tencentcloud.com/document/product/213/45510?lang=en>" %}

* Microsoft Cloud: \
  **DCsv3, DCdsv3**

{% embed url="<https://learn.microsoft.com/en-us/azure/confidential-computing/quick-create-portal>" %}


---

# 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.bool.network/develop-guide/testnet/dhc-nodes/prerequisites.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.
