NOTE: Validators that have yet to put up a profile have been hidden. Get the full list of validators here
As a validator, it's not enough to maintain rock-solid, reliable infrastructure -- you also need to market yourself effectively and court delegations from prospecting delegators. Validator Profiles, hosted here on this Github repository give you a platform to give potential delegators and clients a brief introduction on your team, philosophy, architecture and infrastructure, and present your ecosystem contributions. If you need vouching from us, we'll apply a badge for any claims that we can validate.
-
Fork this repository to your own GitHub account.
-
Clone the repo from your own account. Make sure you clone the repository from your account (your fork), NOT the original repo.
git clone git@github.com:xxxxxx/validator-profiles.git
cd validator-profiles/
- Create a new branch and switch to a new branch by your validator name. For example:
git checkout -b Wraith-profile
-
Copy the template README.md and JSON Profile into your folder inside
validators/<your-valoper-address>
. -
Change the contents and add your information as necessary. You can modify anything within your own designated validator folder, including adding image files, new folders, etc.
-
Commit and push the information to your repo.
git add -A
git commit -m "Edit Wraith profile"
git push origin Wraith-profile
-
Under your repo page, click the “New pull request” button. Make a Pull Request with our repository with a summary of changes.
-
We will review your PR as soon as possible. If there is no problem with your PR, we will merge it into our master branch, which will update your Validator Profile. If it is your first time creating a profile, we will add your entry to the Validator Directory.
Registered validators (validators who have submitted a profile) can opt-in to receive support from Terra by putting their contact information in profile.json
. Terra provides various validator-support such as automatic notifications when your validator is missing blocks or oracle votes.
{
"contact": { // contact info for delegators / outreach
"email": "validator@example.com",
"telegram": "@validator"
},
"notifications": { // notification settings
"email": "technicalemail@example.com" // email to receive notifications
}
}