> For the complete documentation index, see [llms.txt](https://docs.metaverse-ico.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaverse-ico.net/whitepaper/proof-of-meta-consensus-mechanismpage-1.md).

# Proof of Meta Consensus MechanismPage 1

Hybrid Mining & MetaAnthill

Although it seems that Ethereum's transition from PoW to PoS and the relatively new networks started directly as PoS have eliminated the need for miners, validators in PoS systems have undertaken the technical requirements such as providing and maintaining servers.

| Feature               | Proof of Meta (PoM) | Proof of Work (PoW) | Proof of Stake (PoS) | Delegated Proof of Stake (DPoS) | Proof of Authority (PoA) |
| --------------------- | ------------------- | ------------------- | -------------------- | ------------------------------- | ------------------------ |
| **Accessibility**     | High                | High                | High                 | Low                             | Low                      |
| **Decentralization**  | High                | Yes                 | Partially            | Partially                       | Low                      |
| **Scalability**       | High                | Low                 | High                 | High                            | High                     |
| **Low Latency**       | Yes                 | No                  | Yes                  | Yes                             | Yes                      |
| **Transparency**      | High                | High                | High                 | Partially                       | Low                      |
| **Smart Contract**    | Yes                 | Limited             | Yes                  | Yes                             | Yes                      |
| **Security**          | High                | High                | Partially            | Partially                       | Partially                |
| **Network Intensive** | Partially           | Yes                 | Partially            | Partially                       | No                       |

Metachain argues that mining needs to go beyond providing servers to users who are already on the blockchain network and are in focus. In addition, it has been determined that since mining requires such technical knowledge that only experts have, it cannot create sufficient resources to direct the future of blockchain technologies and meet the needs of the end user.

For this reason, **the hybrid mining system Proof of Meta (PoM)**, exclusive to MetaChain, allows people to directly contribute to the whole ecosystem and lead the ecosystem – as well as systems that work directly integrated with the network – in both technical and social contexts. The mining system offers 3 different options, each with its decision-making mechanisms that contribute to the ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.metaverse-ico.net/whitepaper/proof-of-meta-consensus-mechanismpage-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
