> For the complete documentation index, see [llms.txt](https://mtt-network.gitbook.io/mtt-network-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtt-network.gitbook.io/mtt-network-1/introduction/c.-validator-nodes/2-.-validator-election.md).

# 2). Validator Election

In MTT Network, the number of validator nodes is limited. The network selects a certain number of validator nodes through an election mechanism. The election process consists of the following steps:

* **Staking**: Node operators need to stake a certain amount of MTT tokens to become candidate validators. The more MTT tokens staked, the higher the probability of being selected as a validator.
* **Delegation Voting**: In addition to the node operator's own stake, MTT token holders (called delegators) can also delegate their tokens to candidate validators, increasing the candidate's election weight. Delegators will receive rewards based on the performance of the validator node they delegated to.
* **Ranking and Election**: All candidate validators are ranked based on the total amount of MTT tokens staked (including self-staked and delegated). The top-ranked validators will be selected as official network validators, responsible for block generation and transaction validation.
* **Regular Updates**: Validator node elections are not permanent. MTT Network regularly updates the validator list to ensure network decentralization and fairness. If a validator's total stake falls below a certain level, they may be replaced.


---

# 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://mtt-network.gitbook.io/mtt-network-1/introduction/c.-validator-nodes/2-.-validator-election.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.
