# Validating

## Introductions to Validators/Node Operators

In blockchain ecosystems, the **Node Operator** runs what is called a **node**. A node can be thought of as a power pylon in the physical world, which helps to distribute electricity around a wide network of users.

![Overhead power lines](/files/TYdeIhON4S3OX7KG45sy)

*Photo credit:* [*Marcus Wong*](https://en.wikipedia.org/wiki/File:500kv-power-lines-australia.jpg)

Without these pylons, electricity would be largely centralised in one location; the pylons help to distribute power to entire wide-scale populations. And if one pylon fails, the grid is set up to circumvent this pylon and re-route the electricity to a different route.

Similarly, in blockchain infrastructure, each node runs an instance of the consensus protocol and helps to create a broad, robust network, with no single point of failure. A node failing will have little impact on the Network as a whole; however, if multiple nodes fail, or disagree with information entered into the transaction, then the block may not be signed, and there are fail-safe measures to notify the rest of the Node Operators of this.

The terms Validator and Node Operator are somewhat synonymous. Validator is the term used more commonly in the [Cosmos documentation](https://docs.cosmos.network/) when referring to a Node Operator that is validating transactions on a blockchain. The only point worth mentioning is you can have a Node Operator that is NOT a Validator. These are known as Observer nodes, which play a more passive role on the network, as they don’t stake on the network or validate transactions, but can observe them.

## What does a Validator actually do?

The [Cosmos Hub](https://hub.cosmos.network/main/getting-started/what-is-gaia.html) is based on [Tendermint](https://docs.tendermint.com/v0.34/introduction/what-is-tendermint.html), which relies on a set of validators to secure the network. By ‘secure the network’, this refers to the way in which validators *“participate in consensus by broadcasting votes which contain* [*cryptographic signatures signed by their private key*](https://hub.cosmos.network/main/validators/validator-faq.html)”. In English pls…

A cryptographic signature is a mathematical scheme for verifying the authenticity of digital messages or documents. A private key is like a password — a string of letters and numbers — that allows you to access and manage your crypto funds (your mnemonic is a version of this). So, the above is saying validators can broadcast that they agree with transactions in a block, using their password to sign their agreement in a mathematical way which ensures security and privacy.

## Setup Validator

Set up your node on cheqd and configure it to become a validator node.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Set up your Validator</strong></mark></td><td>Learn how to become a node operator and configure a validator node.</td><td><a href="https://docs.cheqd.io/node">https://docs.cheqd.io/node</a></td></tr></tbody></table>


---

# 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://learn.cheqd.io/governance/learn/concepts/validating.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.
