# Mining Proof of Work

The mining of Metchain on layer one facilitates primary blockchain consensus and therefore miners will be rewarded in MET for their work. The miners will be free to allocate assets as they see fit, be it exchanging, staking, holding or for use within the metaverse. The emissions schedule \[as above] will provide miners with a total fixed annual emission of 3.65million coins. Metchain’s proof of work mining is built upon the phantom Metchain consensus mechanism. The consensus utilizes three phase block topologies to provide accurate block consensus from multiple miners thus increasing the network security and validity of the true blockchain. This is achieved by cycling through high frequency blocks \[Mini blocks] for 12 intervals. These blocks are then collated, referenced and validated in the generation of the Mega block that occurs every 13th block. This pattern proceeds until the 66th block when all previous blocks are then again collated to produce a MET block at which point the cycle restarts. The differing blocks reward miners, accordingly, which are broken down below.

|                 |                 |                          |                                |
| :-------------: | :-------------: | :----------------------: | :----------------------------: |
| **Block Type:** | **Coin Value:** | **Block Frequency \[S]** | **Block Frequency per cycle:** |
| **Mini-Block:** |     0.3 Met     |            10            |       60 Blocks per cycle      |
| **Mega-Block:** |      3 Met      |            120           |       5 Blocks per cycle       |
|  **MET-Block:** |      15 Met     |            650           |        1 block per cycle       |


---

# 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://metchain.gitbook.io/white-paper/economy/mining-proof-of-work.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.
