# Proof of Meta Consensus Mechanism

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.

<table><thead><tr><th width="186">Implementation</th><th align="center">Proof of Meta (PoM)</th><th align="center">Proof of Work (PoW)</th><th align="center">Proof of Stake (PoS)</th><th align="center">Delegated Proof of Stake (DPoS)</th><th align="center">Proof of Authority (PoA)</th></tr></thead><tbody><tr><td>Accessibility</td><td align="center">High</td><td align="center">High</td><td align="center">High</td><td align="center">Low</td><td align="center">Low</td></tr><tr><td>Decentralization</td><td align="center">High</td><td align="center">Yes</td><td align="center">Partially</td><td align="center">Partially</td><td align="center">Low</td></tr><tr><td>Scalability</td><td align="center">High</td><td align="center">Low</td><td align="center">High</td><td align="center">High</td><td align="center">High</td></tr><tr><td>Low Latency</td><td align="center">Yes</td><td align="center">No</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td></tr><tr><td>Transparency</td><td align="center">High</td><td align="center">High</td><td align="center">High</td><td align="center">Partially</td><td align="center">Low</td></tr><tr><td>Smart Contract</td><td align="center">Yes</td><td align="center">Limited</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td></tr><tr><td>Security</td><td align="center">High</td><td align="center">High</td><td align="center">Partially</td><td align="center">Partially</td><td align="center">Partially</td></tr><tr><td>Network Intensive</td><td align="center">Partially</td><td align="center">Yes</td><td align="center">Partially</td><td align="center">Partially</td><td align="center">No</td></tr></tbody></table>

Metatime 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: 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.metatime.com/whitepaper/proof-of-meta-consensus-mechanism.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.
