# Block Generation

### **Entropy Blockchain**

As explained earlier, entropy is verified sequentially through 21 validators, and a block is created when the verification is completed. This block will be created one every three seconds. The generated block is a collection of processed transactions. The average amount of transactions a block can handle per second is 62.4 TPS. This results in 10,512,000 blocks being validated annually by a validator within the entropy block pane. (Formula: 60×60×24×365/3=10,512,000)

&#x20;


---

# 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.entropynetwork.io/entropy-light-paper-eng/entropy-design/entropy-block/block-generation.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.
