> For the complete documentation index, see [llms.txt](https://docs.konnex.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnex.world/sdk/validators.md).

# Validators

Validators run subnet-specific checkers and publish ScoreRoots. On testnet, follow published binaries and parameters from [konnex-network](https://github.com/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

```bash
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

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