# 6.	What is Matrix's consensus mechanism?

MATRIX adopts a unique hybrid PoS + PoW consensus mechanism. The PoW is performed in a significantly smaller network of delegates, which are selected with a random distributed voting algorithm. The probability of a node to be selected is proportional to its PoS. The “winner” delegate shares the PoW reward with other nodes in its cluster. This mechanism eliminates the latency issues associated with scaling commonly faced by other blockchains.


---

# 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.matrix.io/faq-of-matrix-ai-network/6.-what-is-matrixs-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.
