# Token Emission

**Total Allocation for PoC Mining:**&#x20;

46.30% $AZEN tokens are allocated to Proof of Contribution (PoC Mining & Community Rewards)

### **Token Emission Process**:

* **Uptime (U)**: The duration a device remains online.
* **Device Coefficient (C)**: A coefficient based on the device type and its contribution level.

### **PoC Token Emission Formula:**

$$
AZEN\_PC=U×C
$$

Where:

* C varies based on the device type:
  * Network Device Coefficient: $$C\_N$$
  * GPU Coefficient: $$C\_G$$
  * Computation Device Coefficient: $$C\_C$$
  * IoT Device Coefficient: $$C\_I$$
* Each device earns tokens in intervals based on uptime and its respective coefficient.


---

# 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://azen-protocol.gitbook.io/azen-gitbook/poc-tokenomics/proof-of-contribution-poc/token-emission.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.
