# What are Nominator & Validator?

CLV chain uses NPOS (Nominated Proof-of-Stake) as its consensus mechanism, which is the same as [Polkadot](https://polkadot.network/) uses. CLV users can participate in the consensus as nominators.

You may have an account with $CLV and want to stake $CLV to earn more. You could do so as **validator**, which requires a node running 24/7. If you do not have such a node or do not want to bother, you can still earn $CLV by nominating one or more validators. By doing so, you become a **nominator** for the validator(s) of your choice.

* Learn Nominator: [Nominator · Polkadot Wiki](https://wiki.polkadot.network/docs/learn-nominator)
* Learn Validator: [Validator · Polkadot Wiki](https://wiki.polkadot.network/docs/learn-validator)


---

# 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.clv.org/clv-validator-and-staking/what-are-nominator-and-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.
