Add Validator Demo

Practical - initiate, register on P-Chain, and complete validator registration using the Toolbox.

Logo

Add New Validator

Add a validator to your L1 by following these steps in order.

Select L1 Subnet

Choose the L1 subnet where you want to add the validator.

Add Validator Details

Add the validator details including node credentials and configuration.

Add Validator

Click the copy button to copy the command and run it in your node's terminal to get the node credentials.

curl -X POST --data '{"jsonrpc":"2.0","id":1,"method":"info.getNodeID"}' -H "content-type:application/json;" 127.0.0.1:9650/ext/info

Paste the JSON response below:

Initiate Validator Registration

Submit the validator registration transaction to the blockchain.

Please select an L1 subnet first.

Sign Warp Message & Submit to P-Chain

Sign the warp message and submit the validator registration to the P-Chain.

Please select an L1 subnet first.

Sign P-Chain Warp Message & Complete Registration

Complete the validator registration by signing the P-Chain warp message.

Please select an L1 subnet first.

Is this guide helpful?

Report Issue

On this page

No Headings