# Mobile Phone Validation

<figure><img src="/files/5T8kHgFvf7BOY5XVTRHA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
💡\[Definition] **Validation ("Mining"):**

In most blockchains, miners are participants who contribute their computing power to verify the legitimacy of incoming transactions and add those verified transactions to new blocks on the blockchain.
{% endhint %}

{% hint style="warning" %}
\[Market problem]: **Current consensus algorithms are solving only one problem**

Proof-of-Work (PoW) and Proof-of-Stake (PoS) are two of the most used consensus mechanisms. PoW, also known as mining consumes a tremendous amount of energy and requires unnecessary hardware. The other solution, Proof-of-Stake (PoS), uses significantly less energy but is not as democratic.
{% endhint %}

## Validation (Mining) even with a mobile phone on QANplatform

New transparent technology such as blockchain should not waste our precious environmental resources. It is important to create and participate in technologies that lessen the burden on the earth and its resources.&#x20;

QANplatform developed a new consensus algorithm that consumes considerably less energy and yet remains democratic.

> Thanks to the [Proof-of-Randomness (PoR)](/technology/technology-features/proof-of-randomness-por-consensus-algorithm.md) consensus algorithm, validation ("mining") can be done even with a mobile phone or Raspberry Pi on QANplatform.&#x20;

Thanks to the low hardware and energy requirements of PoR, everyone will be able to join as a validator on the QAN public blockchain (QAN MainNet).

Validation starts with the QAN MainNet launch, but you can already [register for Validator updates](/developers/validators.md).&#x20;

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

* Proof-of-Randomness (PoR) is a new consensus algorithm developed by QANplatform.
* Proof-of-Randomness (PoR) is combines the best parts of Proof-of-Work (PoW) and Proof-of-Stake (PoS).
* Proof-of-Randomness (PoR) is decentralized, environment-friendly, and fast.
* Thanks to the PoR consensus algorithm, validation ("mining") can be done even with a mobile phone or Raspberry Pi.&#x20;
* Validation starts with the QAN MainNet launch.&#x20;
  {% 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://learn.qanplatform.com/technology/technology-features/mobile-phone-validation.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.
