> For the complete documentation index, see [llms.txt](https://gaya-blockchain.gitbook.io/gaya-blockchain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaya-blockchain.gitbook.io/gaya-blockchain/technical-overview/consensus-mechanism-pos.md).

# Consensus Mechanism: PoS

GAYA’s technical infrastructure is meticulously designed to deliver a scalable, secure, and developer-friendly blockchain platform. By integrating an energy-efficient Proof-of-Stake (PoS) consensus mechanism and full Ethereum Virtual Machine (EVM) compatibility, GAYA ensures high performance and versatility.

The GAYA blockchain utilizes an advanced Proof-of-Stake (PoS) consensus mechanism to validate transactions and secure the network.

By replacing energy-intensive mining with staking, GAYA’s PoS reduces the environmental impact while maintaining robust network security.

<mark style="color:purple;">**Validators**</mark>

Validators stake GayaCoin to propose and validate blocks, aligning economic incentives with the network’s integrity. Validators found to act maliciously face slashing penalties, ensuring accountability and trustworthiness.

<mark style="color:purple;">Key Validator Roles</mark>:

* Proposing Block&#x73;*:* Validators actively propose new blocks by collecting transactions, assembling them into a valid block, and broadcasting this block proposal to the network. Proposing blocks is essential to ensuring a continuous flow of transactions and maintaining the networkʼs efficiency.
* Transaction Verification: Validators are tasked with verifying the authenticity and validity of each transaction. Through this verification, validators ensure that only legitimate transactions are included in blocks, preserving the integrity of the GAYA blockchain
* Staking Rewards: Validators earn rewards in GayaCoins for their contribution to the networkʼs stability, security, and performance. These rewards serve as an incentive for validators to remain committed to the network while compensating them for their computational efforts

This model not only enhances network decentralization but also encourages active participation, fostering a resilient and trustworthy ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gaya-blockchain.gitbook.io/gaya-blockchain/technical-overview/consensus-mechanism-pos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
