# Validator Identity

Please reference <https://docs.solana.com/running-validator/validator-info> if you have any issues.

The information below is to change the publicly visible name, display picture, and website of your validator.<br>

![](https://docs.safecoin.org/unknown.png)

### Setup <a href="#setup" id="setup"></a>

1. Create an account on [keybase.io](https://keybase.io/)
2. Download the KeyBase application and set up your profile (your profile picture will be your validator picture)
3. Upload a folder in your KeyBase public directory called safecoin and inside that folder create a file called\
   validator-\<PUBKEY> (not your VoteID)
4. Confrim you can access this file “<https://keybase.pub/>\<KEYBASE\_USERNAME>/safecoin/validator-\<PUBKEY>”
5. On your validator - create an empty file called validator-validator-\<PUBKEY> (does not specify where)
6. run command

```bash
~/Safecoin/target/release/safecoin validator-info publish "<DISPLAY_NAME>" -n <KEYBASE_USERNAME> -w "https://your-website.com"
```

Copy

Remove -w “[https://your-website.com](https://your-website.com/)” if you do not wish to add a website.


---

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