# 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 {}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.konnex.world/sdk/validators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
