# Validators

{% hint style="info" %}
💡\[Definition] **Validator**

Validators ("Miners") assure the integrity of the whole blockchain by validating every block and every transaction inside them.
{% endhint %}

{% content-ref url="/pages/EbomsuIg0PgwqJ15IBu6" %}
[Node Providers](/developers/node-providers.md)
{% endcontent-ref %}

## Join as a Validator and help the QANplatform public blockchain (MainNet) ecosystem

{% hint style="info" %}
**FAQ:**&#x20;

* No need for extra hardware, you can validate ("mine") on your phone or Raspberry Pi.&#x20;
* Validation starts with the QAN public blockchain (MainNet) launch.&#x20;
* Validation process documentation with tutorials will be published before the MainNet launch.&#x20;
* Scroll down to register for Validator updates by filling out the registration form below.
  {% endhint %}

To be able to join the pool of potential validators, a Validator needs to stake a fixed amount of the [QANX Token](/qanx-token/what-is-qanx.md) in a Deposit Pool to serve as his or her stake.

Whenever a particular validator wins the validation process, the Validator also receives all the coins as rewards from the Issuance Pool. (That contains the tokens coming from the transaction and deployment fees within the particular block).

To be able to stake the QANX Token to participate, a Validator needs to buy them from the [open market](/qanx-token/how-to-buy-qanx.md).

After the Validator successfully validates a block, he/she can keep or sell its reward in the open market.

*Scroll down to register for Validator updates by filling out the registration form below.*

{% content-ref url="/pages/2o5ushejnMSDObM0QHKv" %}
[Mobile Phone Validation](/technology/technology-features/mobile-phone-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/daF9vnj57BQ7qmoezaob" %}
[Proof-of-Randomness (PoR) consensus algorithm](/technology/technology-features/proof-of-randomness-por-consensus-algorithm.md)
{% endcontent-ref %}

{% hint style="success" %}
**Key Takeaways — \[Validators]:**&#x20;

* Validation starts with the QAN MainNet launch.&#x20;
* Thanks to the PoR consensus algorithm, validation ("mining") can be done on many devices, even with a mobile phone or Raspberry Pi.&#x20;
* To be able to join the pool of potential validators, a Validator needs to stake a fixed amount of the [QANX Token](/qanx-token/what-is-qanx.md).
* Validation ticket prices, and process documentation with tutorials will be published before the MainNet launch.&#x20;
* Whenever a particular validator wins the validation process, the Validator also receives all the coins as rewards from the Issuance Pool.&#x20;

{% endhint %}

{% embed url="<https://forms.gle/VQd8HcXphSRseJht5>" %}


---

# 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://learn.qanplatform.com/developers/validators.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.
