> For the complete documentation index, see [llms.txt](https://elys-network.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elys-network.gitbook.io/docs/developer-resources/elys-network-validators.md).

# Elys Network Validators

**Validator General Information**

Validators are responsible for committing new blocks to the blockchain and providing network security. A validator's stake is slashed if they become unavailable, or permanently tombstoned if the validator signs blocks at the same height (double sign). Please read about [<mark style="color:blue;">Sentry Node Architecture</mark>](https://forum.cosmos.network/t/sentry-node-architecture-overview/454) to learn how to protect your node from DDOS attacks and to ensure availability on the respective testnet or mainnet.<br>

**Eligibility**\
\
Validators for Elys Network must be on the Cosmos Hub (ATOM) active validator set, subject to the following ICS consumer chain parameters:

* Type: Opt-in
* AllowList: N/A
* DenyList: Exchange validators
* NumberCap: 40 validators
* PowerCap: 10% voting power

**Validator Incentive Structure**

* 30% airdrop increase for validators and their stakers who opt in for 1 year
* 25% of staking rewards to Cosmos Hub opt-in validators and their stakers. For the first year, that equates to 2 million ELYS
* 15% of protocol-retained revenue (revenue remaining after distributions to liquidity providers and stakers) paid out to Cosmos Hub opt-in validators and their stakers in USDC

\
**Validator Expectations**

* As part of the infrastructure backbone of the Elys Network, validators are expected to play an active role in the community by engaging with the core team and community members, primarily via Discord. Please join the Discord server here
* Validator setup documents are provided here, with pertinent binaries available at the Elys Network github repository: [<mark style="color:blue;">https://github.com/elys-network/elys</mark>](https://github.com/elys-network/elys)
* Join the Elys Network [<mark style="color:blue;">socials</mark>](/docs/social-links/elys-network-socials.md) to receive up-to-date information on governance, technical information, upgrades, etc, using the following Social Links:&#x20;

<details>

<summary>Minimum Hardware and OS Requirements</summary>

* CPU - 8 Core
* Memory - 32GB
* Disk - NVMe 512GB or larger (1TB recommended)
* Modern Linux distribution recommended (eg Ubuntu 20.xx)

</details>

**Active Validator Set**

* Currently up to 40 active validators (can be changed by governance) based on voting power of Cosmos Hub validators opting in to validate for Elys Network. Centralized exchange validators are excluded from participating as Elys Network validators.


---

# 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://elys-network.gitbook.io/docs/developer-resources/elys-network-validators.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.
