# Become a Validator

### **What is a validator?** <a href="#what-is-a-validator" id="what-is-a-validator"></a>

Parex Chain is run by a Proof of Asset-Based Consensus (PoABC) mechanism, which is primarily managed by two key roles:

* the Validator, who is a critical part of the chain. The validators create and validate blocks in turns.
* the Delegator, who allocates their PRX to the validator's pool in order to participate in the governance of the chain and earn reward.

In Parex Chain, there can be unlimited of block-creating validators.&#x20;

### Minimum System Requirements

| Parameter | Value  |
| --------- | ------ |
| RAM       | 16GB   |
| CPU       | 8 CORE |
| SSD       | 1TB    |

{% hint style="info" %}
To run the Parex Chain validator node, you must have Linux based operating system (ubuntu, centos etc...) on your machine or server. The minimum amount required for a validator to join the network is PRX 77,000.
{% 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.parex.network/welcome/quick-start/become-a-validator.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.
