> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/learn/about-validators/how-to-become-a-validator.md).

# How to Become a Validator

By becoming a validator, you contribute to the security and decentralization of Chiliz Chain while earning rewards and playing a crucial role in the ecosystem's governance and growth.

## Prerequisites

Before registering as a validator, ensure you meet the following criteria:

* You must [run your own validator node](/learn/about-validators/running-a-validator-node.md), or use a third-party service to run the node for you.
* You must stake a MINIMUM of 10 million CHZ.
* You must get approved by the existing set of validators.

## Steps to Register as a Validator

Once the prerequisites are met, follow these steps to register on the Chiliz Governance dApp:

1. Open the [Chiliz Governance dApp](https://governance.chilizchain.com/staking).
2. Click on the "Register New Validator" button.\
   ![](/files/pKc0OU7b30RQ3sE97gKu)
3. Complete the Registration Form:\
   ![](/files/tiDBz1ljirgvQpm0QzcK)
   1. Enter the Blockchain Address of your validator node.
   2. Specify the amount of CHZ you want to stake (minimum 10 million CHZ).
   3. Set your preferred commission rate, which determines the share of rewards retained from your delegators.
4. Review the details carefully and click "Submit" to complete the registration process.

After you submitted the form, one of the existing validators will launch a [Governance Proposal](/chiliz-chain-changelog/governance-proposals-and-decisions.md), in order for the rest of the validators to vote on whether or not to include your validator node in the consensus mechanism.


---

# 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://docs.chiliz.com/learn/about-validators/how-to-become-a-validator.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.
