# Network Maintainers

Welcome to the Venom Maintainers section. Maintainers are very important participants in the Venom Network, maintaining the security, performance, and availability of the network for other participants.

### Validator

The validator maintains the security of the network by staking its VENOM and commits to participate in consensus with other validators. The Validator follows the Catchain consensus algorithm, proposes a candidate block, and has voting for a candidate block proposed by other validators. When the voting threshold is reached, the proposed block is included in the chain. For this purpose, there is an overlay network between validators, which is created by rules described by the ADNL protocol.

A validator is incentivized to participate in block producing since each included block gives a reward.

There is a special role played by masterchain validators, which maintains the security of the masterchain network. By producing master-blocks, they allow a shardchain to share messages, the state of contracts, and the network sharding config with other shardchains.

{% hint style="info" %}
If you want to know how to become a Validator then follow [the next article](broken://pages/0bWbsQD07Fz0xtbmnPq9)
{% endhint %}

### Delegator

Delegators are important participants in the decentralization of the network. By staking to the validators they increase the network security and tell the Elector's algorithm which validators should advance to the next round. In this way, low stake validators who are trusted by the community are able to raise funds in their pools to become validators.

<figure><img src="/files/2PaYfYyRCP8l9DPT2gJs" alt=""><figcaption></figcaption></figure>

Since Venom is not a nPoS-based blockchain, any participant with enough can become a validator, even if not nominated by other participants.

The validator shares the rewards, in VENOM token, with delegators, depending on their shares, but also shares the risks. If the validator node was offline, at the moment when it was participating in the validation, the algorithm can punish it by slashing it. In this case, the delegator's stake also can be slashed.

### Links

* How to become a validator \[soon]
* Discord validators chat \[soon]


---

# 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://venom-docs.gitbook.io/knowledge-base/maintain/network-maintainers.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.
