# What is a Validator

<figure><img src="https://gitbookio.github.io/onboarding-template-images/markdown-hero.png" alt=""><figcaption></figcaption></figure>

A **validator** is a program that allows users to interact with the blockchain network. It is also where data is stored and smart contracts are executed. Anyone can run a **Zeno validator**, but in order to earn block rewards, the validator must have nodes staked on it. Only validators with staked nodes are eligible to receive block rewards and the gas fees consumed by users.

If you have high-quality server equipment, you can run a validator and charge a service fee ranging from **1% to 10%** of the block rewards to node users who are unable to run their own validator. Additionally, if your validator runs with sufficient stability, you can apply to have it listed on our official page, where it will be available for node users to select.


---

# 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://zeno-7.gitbook.io/zeno/node-and-validator/markdown.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.
