# Consensus

The E-Money network uses the Proof-of-stake (PoS) consensus mechanism. The blockchain uses validator nodes to validate transactions and secure the chain. All validators need to stake EMYC tokens and should also get voted in by the EMYC tokens. The chain can support over 10+ validator nodes.

<figure><img src="/files/xcCgILteGhBYCtOW3LQE" alt=""><figcaption></figcaption></figure>

The E-Money network uses the Tendermint consensus protocol. This protocol is a partially synchronous BFT consensus protocol derived from the DLS consensus algorithm, which is notable for its simplicity, performance and fork accountability. The protocol requires a fixed known set of validators where each validator is identified by their public key. Validators attempt to come to a consensus on one block at a time where a block is a list of transactions. Voting for consensus on a block proceeds in rounds. Each round has a round leader or proposer who proposes a block. The validators then vote in stages on whether to accept the proposed block or move on to the next round. The proposer for a round is chosen from the ordered list of validators in proportion to their voting power.


---

# 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://whitepaper.emoney.network/e-money-network-overview/consensus.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.
