# Become a Validator

Anyone can become a Libre validator to earn LIBRE for processing Libre chain transactions and putting those into blocks.

Anyone can also run a node that synchronizes the chain and provides API services by peering with any of the [existing network nodes](/libre-docs/platform-docs/validators.md).

The first step is to get a node running on the Libre Testnet following the [guide here on Gitlab](https://gitlab.com/libre-chain/libre-chain-nodes).

The Testnet [Telegram](https://t.me/+l-Un_5tmHzZkNzhh) and [Discord](https://discord.com/invite/asJNsB6sYJ) are good places to begin as a validator and get support with setting up your node. Good vibes only please.

For information about Validator Pay see the section of this site [Validators](/libre-docs/platform-docs/validators.md).


---

# 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.libre.org/libre-docs/earn/become-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.
