# 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 be vetted and approved by the Chiliz Labs, which is our off-chain governance entity. Learn more about [Chiliz Labs](https://medium.com/chiliz/chiliz-launches-50m-incubator-chiliz-labs-backed-by-jump-crypto-71386968e54e) by sending an email to <labs@chiliz.com>.
* You must [run your own validator node](https://docs.chiliz.com/learn/about-validators/running-a-validator-node), 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

{% hint style="warning" %}
You must first reach out to <labs@chiliz.com> before you can register as a Validator.
{% endhint %}

Once the prerequisites are met and you’ve received approval from Chiliz Labs, 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.\
   ![](https://3400301555-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4L7rBH2rmyoBTn93MSdx%2Fuploads%2FtuNmzdaA7NjFwQJ32SF2%2Fimage.png?alt=media\&token=7e6ed202-cf03-42c1-8011-aeaccd40047d)
3. Complete the Registration Form:\
   ![](https://3400301555-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4L7rBH2rmyoBTn93MSdx%2Fuploads%2FRTcKfLlHFdiDY0xoIUuq%2Fimage.png?alt=media\&token=5b2fb5e7-1066-42ce-ac4c-075021b2a5cd)
   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](https://docs.chiliz.com/chiliz-chain-changelog/governance-proposals-and-decisions), 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: 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.chiliz.com/learn/about-validators/how-to-become-a-validator.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.
