For the complete documentation index, see llms.txt. This page is also available as Markdown.

Validators

Validators run subnet-specific checkers and publish ScoreRoots. On testnet, follow published binaries and parameters from konnex-network for drone navigation, roboarm VLA, or SLAM 3D map workloads.

The commands below are illustrative. Replace --subnet and stake flags with the values from the release you deploy.

Run Validator

konnex validator join --subnet sn.roboarm.sim \
  --stake-knx 1000 --assurance-usd1 200 \
  --evidence gps,imu,video

konnex validator serve --subnet sn.roboarm.sim \
  --listen 0.0.0.0:5940 --workers 8

Handle Verify Events

konnex events tail --kind verify | xargs -I {} konnex validator verify --event {}

Last updated