# Welcome to Spicenet Validator Documentation

### Empowering the Backbone of Spicenet

Welcome to the official documentation for Spicenet validators. As a validator, you play a crucial role in maintaining the security, efficiency, and decentralization of the Spicenet blockchain. This guide will provide all the information you need to set up, run, and keep your Spicenet validator node.

### What is a Spicenet Validator?&#x20;

Spicenet validators are responsible for:

* 📥 Receiving and verifying batches of transactions &#x20;
* 🌐 Maintaining network state
* 🕵️‍♂️ Detect fraud
* 🛡️  Produce fraud proofs

Your participation as a validator is fundamental to the health and growth of the Spicenet ecosystem.

### Community and Support

Join our validator community:

* [Validator Discord Channel](https://discord.gg/MMD7z5mjcV)
* [Validator Forum](https://discord.gg/nZesEG7nKZ)
* [GitHub Issues](https://github.com/pepper-research/spicenet/issues)

### Stay Informed

Keep up with the latest validator-specific updates:

* Validator Changelog
* Upgrade Guides
* Governance Participation

We're thrilled to have you as part of the Spicenet validator community. Your role is vital in building a robust and decentralized future with Spicenet!


---

# 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://validators.spicenet.io/readme.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.
