# Validator

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

![Validator](/files/-MDK425cjNuVYR5HDLjh)

## Bank + Senator

A validator on the [LikeCoin chain](/general-guides/governance/likecoin-chain.md) functions as both a bank and a senator within the [LikeCoin](https://like.co/) DAO.

They operate a set of servers 24/7 to validate all transactions made by Likers, including token transfers, content publishing, and voting.

### Validating Transaction (Bank)

In order to achieve consensus within a community, some trusted parties need to record all transactions. In the traditional world, this is done by banks, which charge various fees. However, in Liker Land, peer-to-peer transactions generally take only 5 seconds and incur extremely low costs.

### Raising a proposal and Vote (Senator)

Liker endorsement is reflected through delegation. When a Liker delegates their LikeCoin to a validator, they are trusting the validator's technical ability, knowledge, and integrity, and allowing the validator to represent them

{% content-ref url="/pages/-MjDLmk3cc0xXWBAwB6H" %}
[Direct Voting](/general-guides/governance/direct-vote.md)
{% endcontent-ref %}

## Validator Status

### Active Validator

An active validator is one that performs its duty of [validating transactions](/general-guides/dapp/background.md#9e68) and has the most delegated LikeCoin within the active validator numbers as governed by the constitution.

### Inactive Validator

An inactive validator is a validator that does not perform its duty or has been "jailed," or a validator that does not have sufficient LikeCoin delegation and is outnumbered by the active validators as governed by the constitution.

## Become a validator

{% content-ref url="/pages/-M-KcTQOlQHcOO7P0nep" %}
[Become a validator](/validator/become-a-validator.md)
{% endcontent-ref %}


---

# 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.v2.like.co/general-guides/governance/what-is-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.
