# Cross Chain Consensus

## **PoA Consensus Algorithm**

PoA (Proof of Authority) is a consensus approach in which a group of validators has been selected as the authorizer.  Their task is to check and verify all newly added identities, validate transactions, and block blocks that are being added to the network. To ensure efficiency and security in the network, validator groups are typically kept small (-25 or smaller). The node needs to complete a mandatory process to authenticate itself in order to gain the right to generate new blocks. Authenticators are required to register in the public notary database using government-issued documents with the same identity as theirs on the platform. As a result, blocks and transactions are verified by the participant, whose identity has been verified and acts as a permission for the system.

### The advantages of the PoA consensus

Compared to other consensus approaches, PoA has the following advantages:

* **High transaction rate.**
* **No high-performance hardware is required.**
* **PoA networks** **are highly scalable compared to** **PoW blockchain**
* **Less power consumption.**
* **Low transaction fees.**
* **Increased speed of valid transactions**
* **No communication is required to reach a consensus between nodes.**
* **Network operation is independent of the number of real nodes available.**
* **The chance that a node becomes counterfeit depends on its shares and overall holdings.**

{% hint style="info" %}
Node hosting and deployment will open to the public soon. More information on node hosting will come soon. Stay tuned!
{% 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.chainswap.com/mechanism/cross-chain-consensus.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.
