# Proof of Stake (PoS)

Proof-of-Stake (PoS) allows a proper validator helping the blockchain network to be more secure and decentralized. POS is the selected consensus mechanism in ETH2 that has been improving in various ways:

## Energy Efficiency

PoS requires significantly less energy compared to PoW. In PoW systems, miners compete to solve the complex mathematical puzzles to validate transactions and secure the network, consuming vast amounts of computational power.&#x20;

{% hint style="info" %}
PoS, on the other hand, relies on validators who are chosen to create new blocks, eliminating the need for intensive computational work.
{% endhint %}

## Security

PoS enhances network security by aligning the interests of stakeholders with the security of the network. Validators have a financial stake in the network, as they need to deposit a certain amount of cryptocurrency as collateral. This incentivizes them to act honestly and validate transactions accurately, as they risk losing their stake if they behave maliciously.

## Reduced Centralization

PoS can help prevent the centralization of mining power in the hands of a few entities or pools. Since PoS does not rely on expensive mining equipment, there is less incentive for centralization. Additionally, PoS protocols often include mechanisms to penalize validators who attempt to control a significant portion of the network, further promoting decentralization.

## Economic Incentives

PoS aligns economic incentives by rewarding validators with transaction fees and newly minted coins. This encourages participation in network maintenance and security while distributing rewards fairly among participants based on their stake.

{% hint style="info" %}
Overall, PoS offers a more energy-efficient, secure, and decentralized alternative to traditional consensus mechanisms like PoW, making it an attractive option for many blockchain projects.&#x20;
{% 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://maxi-network.gitbook.io/maxi-network/technical-development/proof-of-stake-pos.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.
