# Block Prove Algorithm (BPA)

Block Prove Algorithm (BPA):

1. Check digital signature of block via EdDSA algorithm;
2. Check hash link to previous block;
   1. If hash link points to local last block – proceed;
   2. If hash link points to other block – stop Block Prove and start Block Merge;
3. If block with same number is already in local blockchain, stop Block Prove and start Block Merge;
4. If received block is new, check each transaction in block via TVA;
5. If TVA check is successful – add approver signature and distribute approved block.

Block needs to be approved by at least 2 approvers to become “mature”.

![BPA Scheme](/files/-Ma2xUPX-evweCHRvizi)


---

# 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.extrachain.io/exconsensus/block-prove-algorithm-bpa.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.
