Import Validator Keys
Last updated
Last updated
Your validator keys are used for validating and attesting to the correctness of blocks in the Ethereum blockchain. Validators also use the keys to propose and sign for new blocks, maintaining the integrity of the network.
You will need to import your validator keys into your Consensus Client. Your validator keys are contained in the keystore files which you obtained from the key generation process.
The steps to import the validator keys are the same for all three Consensus Clients: Teku, Prysm, or Nimbus.
The following instructions are for Solo Stakers. For Rocketpool and Stader stakers, the respective dapps will populate the validators for you. Please see the corresponding sections for details.
Make sure your Execution and Consensus Clients are up and running. You can import the validator keys even if the clients are still in the process of syncing.
Make sure you have your keystore files with you. There will be one keystore file per each validator you intend to run. Make sure also that you have the password to decrypt the keystore.
On your AVADO, open your Consensus Client on the Home Page.
On the Main page, click the Add validator field to expand it.
Steps to add a validator:
Click Choose keystore file… and browse to the keystore file (.json
) you obtained from the key generation process.
Enter your keystore password.
(Optional) If you have a slashing protection file, upload the file here. For most users, this is not necessary.
Finally click Add validator to add the validator.
Once you have added your validator(s) to the Consensus Client, they will appear on the Main page:
Here's a breakdown of the displayed items, from left to right:
Beaconchain icon: Click this link to access your validator's page on beaconcha.in web site. It provides valuable information about your validator's status and serves as your primary resource for monitoring its performance.
Index and Public Key: These identifiers help you locate and access your validator's information on the beaconcha.in website.
Balance: This shows your validator's current balance, including the initial 32 ETH stake and any accrued Consensus Layer rewards. Amounts over 32 ETH are periodically sent to your Withdrawal Address.
Effective Balance: This is the basis for calculating your Consensus Layer rewards and is capped at 32 ETH. If your validator is penalized and the balance drops below 32 ETH, the Effective Balance will also decrease. Your validator can continue to validate even if your balance drops slightly below 32 ETH, though your rewards will be proportionally reduced. Your validator will be "kicked out" of the network if the Effective Balance drops below 16 ETH.
Fee Recipient: This is an Ethereum Address you can set to receive Execution Layer rewards. It defaults to the Fee Recipient Address you provided during Consensus Client setup. You can change this address for individual validators if needed.
Withdrawals: This indicates the status of your Withdrawal Address. If set, withdrawals are enabled
. If not, it will show as todo
.
Status: This displays the current status of your validator. It will show as pending_initialized
while the deposit is waiting to be recognized, pending_queued
while waiting for activation, and active_ongoing
once active.
Trash Bin: This removes the validator entry from the dashboard but does not delete it from the Beacon Chain. It is useful for moving validators between Consensus Clients or machines.
Exit Button: Click this button when you decide to exit the validator. For the detailed exit steps, see Exit from a Solo Validator.
These elements help you monitor and manage your validators efficiently within the Consensus Client interface.
In the next section, we will provide a walkthrough of the beaconcha.in web site and mobile app. These are important resources for your to track the activities of your validators.