# Finality in a Proof-of-Stake (PoS)

Different Proof-of-Stake (PoS) based blockchains have different designs for attaining finality. Attaining finality in PoS systems is a major discussion in today's PoS blockchain based systems.

Ethereum uses the [Casper protocol ](https://academy.binance.com/en/articles/ethereum-casper-explained)to achieve finality.&#x20;

Casper manages finality by using "checkpoint" blocks. The first block in each epoch is a checkpoint. Validators vote for pairs of checkpoints that it considers to be valid. If a pair of checkpoints attracts votes representing at least two-thirds of the total staked ETH, the checkpoints are upgraded. The more recent of the two (target) becomes "justified". The earlier of the two is already justified because it was the "target" in the previous epoch. Now it is upgraded to "finalized". See more here: <https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/>


---

# 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.botanixlabs.com/botanix/get-to-know-botanix/advanced/finality/finality-in-a-proof-of-stake-pos.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.
