VORDIUM DOCS
GuidesBecome a ValidatorOnboarding API & CLI

1 · Apply

No node keys and no bond are required to apply — just your operator address, a node name ([A-Za-z0-9_-], 1–32 chars) and your endpoint host:port.

Bash
curl -s -X POST https://vordscan.io/api/validators/apply \
  -H 'content-type: application/json' \
  -d '{"address":"0x<40hex>","name":"mynode","endpoint":"203.0.113.9:9000","email":"you@x.io"}'

# or: ./vordium-register.py apply --address 0x<40hex> --name mynode --endpoint 203.0.113.9:9000 --email you@x.io