# Why are XMR shares also generated during the QXMR cycle?

This happens because the current QXMR nonce space, when evenly distributed across 10,000 miners, becomes very limited and can be quickly exhausted.

Although each QXMR template lasts about 8 seconds, high-hashrate miners may complete their assigned nonce space in just 5 seconds. For the remaining time, they would either perform redundant computations (wasting resources) or switch to more productive work.

Apool chooses the latter: during this idle period before the next QXMR template arrives, miners are redirected to work on XMR tasks. This strategy ensures better hardware utilization and helps maximize miners' overall earnings.


---

# 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://apool.gitbook.io/help/xmr-faq/why-are-xmr-shares-also-generated-during-the-qxmr-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.
