# The responsibility of validator

Validators have two main responsibilities:

* Validators ensure that their servers are always online and private keys are not compromised. &#x20;
* Actively participate in the consensus process: Validators are required to vote, commit new blocks in the blockchain.

Additionally, validators are expected to be active members in the community. They are always updated with the current state of the system. Validators play a special role in the system because they are required to vote on every proposal.&#x20;


---

# 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.kardiachain.io/docs/archived-docs/staking-overview/validator/the-responsibility-of-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.
