# Contracts Overview

Consensus plays a crucial role in blockchain systems by ensuring agreement on the network's single state. In the Ecrox network, we utilize a Delegated Proof of Stake (DPoS) consensus model, a variant of the Proof of Stake (PoS) mechanism. Here's a brief overview:

1. **Proof of Stake (PoS)**: In PoS, a group of validators is responsible for maintaining and validating the network's state. Validators take turns updating the state, with each validator having its designated slot in the rotation. When it's their turn, a validator updates the network's state, and other validators verify the update for validity.
2. **Delegated Proof of Stake (DPoS)**: DPoS introduces a delegation system where token holders can delegate their tokens to specific validators. These elected validators then perform the network validation tasks. DPoS aims to enhance scalability and efficiency by reducing the number of validators actively participating in the consensus process.

In the Ecrox network, DPoS ensures fault tolerance and efficient agreement on the network's state, contributing to the overall reliability and performance of the blockchain ecosystem.

<figure><img src="/files/tU6r1PTZHhgrnBk61gXt" alt=""><figcaption></figcaption></figure>


---

# 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.ecroxscan.com/general-1/fuse-consensus/contracts-overview.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.
