# General Validating Information

### What is a SAFE Validator? <a href="#what-is-a-safe-validator" id="what-is-a-safe-validator"></a>

A validator is a piece of software that runs on a computer or virtual machine that *validates* the SafeCoin ledger (keeps it consistent with other validators) and produces new blocks on the SafeCoin blockchain. This is essentially a piece of the backbone of the SafeCoin network that you can run on your own computer.

You can run a validator in one of two configurations. A **full history node** keeping 2TB (Annually) of the ledger on your computer or a **pruned node** keeping only 20GB of the ledger. The only difference (as of this writing) is how much drive space you want to allocate to the ledger.

Running a validator is an important part of being a community-based decentralized network and will help to ensure smooth network operation. In addition to this, if your validator creates a block (as the leader) it will be rewarded, and that doesn’t need to be shared with those that delegate SAFE to your validator. The chances of your validator minting a block are random but with probability based on their delegated stake amount and reliability.


---

# 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.safecoin.org/validating/general-validating-information.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.
