# Validator Setup

### How do I set up a Validator? <a href="#how-do-i-set-up-a-validator" id="how-do-i-set-up-a-validator"></a>

Here are the instructions: [https://SafeCoin.org/validator-set-up-instructions/](https://safecoin.org/validator-set-up-instructions/)&#x20;

### What’s all this VPS stuff in the Validator instructions? <a href="#whats-all-this-vps-stuff-in-the-validator-instructions" id="whats-all-this-vps-stuff-in-the-validator-instructions"></a>

VPS or Virtual Private Server is a remote machine offered by an internet hosting service. Typically these services provide fast internet, high security, and reliability in uptime - great for running a validator. This is kind of like a middle ground option - you are still running your own validator, but you’re doing it on someone else’s hardware so all of the costs associated with the upkeep of hardware, electricity, etc, are bundled into a monthly fee. This is a great option if your electricity bills are high or you don’t have hardware resources you can dedicate to running a validator at home.

### How do I change my Validator public name? <a href="#how-do-i-chance-my-validator-public-name" id="how-do-i-chance-my-validator-public-name"></a>

When someone stakes to your validator a list of validators to select from will appear, by default your validator in this list is your VoteID. You are able to change this, making it easier for someone to find your validator. An in-depth guide can be found here:

[validator-identity](https://docs.safecoin.org/guides/validator-identity "mention")


---

# 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/validator-setup.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.
