> For the complete documentation index, see [llms.txt](https://docs.gpu.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpu.net/gan-chain-l1/gan-consensus-mechanisms/proof-of-authority.md).

# Proof of Authority

Proof of Authority (PoA), represents a pioneering approach to block production efficiency. PoA seamlessly amalgamates the robustness of Proof of Stake (PoS) with the cutting-edge concept of Non-Fungible Token (NFT) Address validation. By harnessing the power of NFT Addresses, this innovative algorithm ensures unparalleled provider validation, thereby fortifying the integrity and security of the GAN Chain network.

**1. Authority Nodes:**

* In a Proof of Authority network, consensus is reached through a set of predefined authority nodes or validators.
* These nodes are typically recognized and trusted members of the network, often representing institutions, organisations, or individuals with a vested interest in maintaining the integrity of the blockchain.

**2. Identity Verification:**

* Unlike Proof of Work (PoW), where nodes compete to solve complex mathematical puzzles or stake tokens, PoA relies on identity verification.
* Authority nodes are required to undergo a rigorous identity verification process, ensuring their legitimacy and credibility within the network.

**3. Block Validation:**

* Authority nodes take turns proposing and validating blocks of transactions.
* Blocks are added to the blockchain based on the consensus of a majority of authority nodes, rather than through a competitive mining process as in PoW.

**4. Transaction Finality:**

* Transactions confirmed by authority nodes are considered final and irreversible, providing a high level of certainty and security for network participants.
* This deterministic approach to transaction finality is advantageous for applications requiring rapid settlement and low latency.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gpu.net/gan-chain-l1/gan-consensus-mechanisms/proof-of-authority.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
