# So, how do Meta Mask coordinate all that?

As mentioned previously, an essential function of a blockchain network is coordinating the process of agreement between all the nodes in the network regarding whether a transaction is valid or not. The agreement is referred to as *consensus*, and the process by which it occurs is called a ***consensus mechanism**,* or *consensus protocol*. Ethereum has used two different consensus mechanisms at different points, the first being **Proof of Work (PoW)** and the second, **Proof of Stake (PoS)**. In both mechanisms, computers are provided to do the work of verifying the validity of the transactions, and agreeing on them.

<br>


---

# 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.reventon.io/reventon-help-center/so-how-do-meta-mask-coordinate-all-that.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.
