# Miner Task Competition Mode

Taking LLM training or data crawling as examples, these types of AI-workers are usually for research-oriented businesses, such as cancer and earthquake prediction, which require continuous and significant computing power for competition. However, to avoid severe resource waste, we have set stricter requirements for the AI-worker's owner. The challenge of this business is to classify Tasks, allowing for distributed computing of multiple Tasks.

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

1. The AI-Worker classifies and orders tasks, as shown in the following figure, where tasks in a certain round are allocated to several Task queues, and each Task queue has an order list for counting Miners.
2. As shown in the figure below: Miners 1-6 have chosen Task1. The order list counts the Miners that have chosen this Task.
3. Miner 7-11, upon reviewing all Task queues, finds that Task 1 is extremely competitive, so they proactively choose Task 2 and update the order list 2.
4. At this moment, the newly joined Miner X comprehensively analyzes its own computing power and the difficulty of the Task, proactively choosing Task X because at this time, Task-X has the lowest difficulty and no competition.
5. Six Miners that chose Task 1 have returned their computational results, but the AI-worker's Monitor process will only select the first result submitted. However, to balance the distribution of rewards, Task 1 can also choose to retain the results provided by the top three Miners, similar to Ethereum's uncle block incentive, but this increases the complexity of the incentive, and we will address this issue in more detail in the future.


---

# 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-task-competition-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.
