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