# How to Check the Validators and Miners of Each Mining Cycle?

Take block 8,456,556 as an example.

8,456,556÷300=28188.52. Take the integer part of the result, and we have 28,188. Multiply this number by 300, and we get 28188x300=8456400.

8456400-3=8456397

Search for block 8,456,397 at tom.matrix.io, and we get all the validators of the next mining cycle, as shown in the screenshot below.

![](https://www.matrix.io/assets/img/blog/How_to_Check_the_Validators_1.jpg)

The column of followers on the left are validators. Of all 19 validators, over 13 can function normally, as is indicated by the “vote” icon on the right side. These validators will take turns to become leaders during the next mining cycle, which will last 300 blocks.

Please note: The leader in the screenshot above was elected in the previous mining cycle, which is shown at block 8456097.

Here let’s still use block 8,456,556 as an example.

8,456,556÷300=28188.52. Take the integer part of the result, and we have 28,188. Multiply this number by 300, and we get 28188x300=8456400.

8456400-5=8456395

Search for block 8456395 at tom.matrix.io, and we get all the 32 miners of the next mining cycle, as shown in the screenshot below.

![](https://www.matrix.io/assets/img/blog/How_to_Check_the_Validators_2.jpg)

Suppose there are 1000 potential miners in Matrix AI Network, Matrix will randomly select 32 miners from this pool. Among the 32 miners, the one that generates the block will claim the majority of the rewards, while the remaining 31 will get an even share of the rest of the rewards.


---

# 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.matrix.io/guides/how-to-check-the-validators-and-miners-of-each-mining-cycle.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.
