# Validators

## Introduction

Demex uses the Proof of Stake (PoS) consensus model.

By processing transactions and participating in consensus, each validator plays a crucial role in ensuring the security and efficiency of the blockchain -  one with a high level of resistance to censorship.

A robust community of independent validators forms the backbone of Demex's decentralization.

<figure><img src="/files/sPqUo8N16esHSVdrWrXl" alt=""><figcaption><p>To see the current list of Carbon validators, head to <a href=" https://scan.carbon.network/validators?net=main">Carbonscan</a>.</p></figcaption></figure>

## **Why Be A Validator?**

Validators of Demex can:

* Earn from validator commissions from various sources (see below) for helping to secure and validate Demex transactions.
* Help increase censorship resistance of the network by increasing decentralization

What sets Demex apart from other protocols is that in addition to block emissions and network fees, block rewards also include fees from multiple sources such as trading, lending interest, liquidations, and more.

As Demex establishes its position and sees a surge in trading and earning activity, validators may earn substantially by participating in the consensus process.

## **Running a Validator Node**

Set up a node by following the [Mainnet](/technical/running-a-node/mainnet.md) node setup guide.

There is no minimum self-stake amount required.

To earn commission, validators must remain online and keep up to date with the latest software upgrade. Failure to do so will result in penalties and reduced rewards.

More information about penalties can be found in the [Commissions & Penalties](/technical/running-a-node/validators/commissions-and-penalties.md) section.

### Post-Set Up

Running a validator successfully involves continuously participating in discussions, processing new blocks, and voting on governance proposals on behalf of your delegates.

To help maintain consensus, it is recommended that node operators maintain good uptime by being responsive and monitoring their servers closely.&#x20;

Validators are also expected to respond to critical network events (e.g. restarts) promptly to ensure the security of Demex.

#### **Community and Support**

Validators are encouraged to connect with other members of the community and contribute to the growth and development of the blockchain.

{% hint style="info" %}
**Got a question?** We have a very active community of validators on our [Telegram](https://t.me/demex_community) and [Discord](https://discord.gg/F6uEj6wtek) channels. These are the best places to get technical support and ask questions.
{% endhint %}

{% hint style="success" %}
Join Demex as a validator and become part of the community today!
{% endhint %}


---

# 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://guide.dem.exchange/technical/running-a-node/validators.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.
