# Miner  Activity Priority Mode

**AI-Worker Miner Priority Mode**

<figure><img src="/files/YjKmobO14ncskdAAbQQE" alt=""><figcaption></figcaption></figure>

1. The Stable sync node dynamically tests each Miner within the AI-worker, ranking them based on their computing power and stability.
2. The Task hub allocates tasks according to priority in each round of API request distribution. For example, in the first round, 10 tasks are distributed, with 5 tasks assigned to the Miner Pool ranked P1, 3 tasks to the P2 Miner Pool, and so on.
3. The Task hub performs round-robin counting for Miners of the same priority to ensure the dispersion of API tasks. For instance, if there are 3 Miners with Priority 1, then 5 tasks are distributed in a round-robin manner to these 3 Miners.
4. The Stable sync node regularly queries the Task hub for the results of each task returned by the Miners and re-ranks the Priority list based on their results.
5. The priority list is regularly updated for new and departing Miners, ensuring that the Miner with the highest composite score is at the top.


---

# 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.deagent.net/technical-architecture/poc-consensus/miner-activity-priority-mode.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.
