Skip to content

Becoming a Network Validator

Participation as a validator in the network requires token staking and submission of a validator registration transaction. Note that validator participation is currently restricted to authorized network partners.

  • Validator Registration Process: Execute a validator creation transaction by submitting a validator specification file:
bash
xosd tx staking create-validator <validator.json> \
  --from=<key_name> \
  --chain-id=xos_1267-1 \
  --gas=auto
  • Validator Identity Address: Retrieve your validator's operational address (identifiable by the ethmvaloper prefix) using:
bash
xosd keys show <key_name> --keyring <keying_backend> --bech val
  • Validator Cryptographic Identity: Extract your node's public verification key with:
bash
xosd tendermint show-validator