# Consensus node hardware requirements

## Lite Consensus Node

Minimum system requirements for the Lite Consensus Node are,&#x20;

* 4 CPU
* 8GB Memory&#x20;
* 100GB SSD&#x20;

Most consensus nodes on the network are lite consensus nodes. The only difference between a lite node and a full node is that the lite node prunes historical state upon node restart (many community nodes periodically restar their lite nodes), while the full nodes keep everything.&#x20;

Beyond the state pruning, there is otherwise no difference between the full consensus node and the lite consensus node.&#x20;

## Full Consensus Node

Minimum system requirements for the Full Consensus Node are,&#x20;

* 4 CPU
* 8GB Memory&#x20;
* 1.5TB SSD&#x20;

The full node's state db grows very quickly, especially when transaction load is high. Over time the storage requirements will keep growing. We of course encourage you to run a full node if storage is not too big of a concern for you, just be aware that the disk requirement will keep growing.&#x20;


---

# 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://taraxa.gitbook.io/taraxa-network/become-a-validator/consensus-node-hardware-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.
