# Consensus Algorithm

<figure><img src="/files/eN4m1GacZpR1v1QN0QZ1" alt=""><figcaption></figcaption></figure>

Bitrock blockchain uses IBFT 2.0 proof of authority (PoA) consensus where energy use is more efficient than proof of work (PoW) networks. In IBFT 2.0 networks, approved accounts, known as validators, validate transactions and blocks. Validators take turns to create the next block. Before inserting the block onto the chain, a super-majority of validators must first sign the block. The validator group will grow over time as additional validators are added. Bitrock offers rewards to approved accounts known as validators of 100000000000000 Wei or 0.0001 BROCK every 1s block validated.

Bitrock also supports Ethereum Virtual Machine (EVM) compatible applications, allowing you to deploy smart contracts or WEB3 Applications compatible with EVM and all Ethereum tools like Metamask, Truffle and others.

## Framework Architecture

The following diagram outlines the high-level architecture of the Network.

<figure><img src="/files/rj0wX7rF74aiInqro4U5" alt=""><figcaption></figcaption></figure>

## The Difference

The following diagram outlines the difference between PoW and IBFT 2.0 PoA in performance scale.

<figure><img src="/files/e4dz4Xz37KNPvbAAEpSg" alt=""><figcaption></figcaption></figure>


---

# 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.bit-rock.io/developer/consensus-algorithm.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.
