> For the complete documentation index, see [llms.txt](https://docs.safecoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.safecoin.org/guides/validator-identity.md).

# 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.
