> For the complete documentation index, see [llms.txt](https://docs.xenea.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenea.io/whitepaper/consensus-algorithm/finality.md).

# Finality

## What is finality?

Finality in blockchain pertains to the irrevocable verification of a transaction or a group of transactions. In traditional financial systems, once a transaction is verified, it cannot be reversed. Similarly, achieving permanence on a blockchain network guarantees that a transaction is unalterable once it is included in the blockchain. This concept is essential for ensuring the security and authenticity of the blockchain. The use of consensus in the blockchain network enables the achievement of finality. Various consensus algorithms are utilized by different blockchain networks, each employing a distinct method to validate transactions and ensure finality. Examples of these algorithms include proof-of-work (PoW), proof-of-stake (PoS), and practical Byzantine fault tolerance.

## Finality of Xenea Blocks

In Xenea, blocks are generated every 60 seconds. The finality of a transaction is reached not merely when the block is created, but when the transaction is validated and signed by an Escrow Node. At that moment, the transfer becomes irreversible.

This design ensures that users can rely on the permanence of confirmed transactions while maintaining efficient block production and secure consensus.

<br>


---

# 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.xenea.io/whitepaper/consensus-algorithm/finality.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.
