# Validating

**Validators** do not operate the robots. They **independently score** miner outputs against the task instruction and PoPW policy, with no operational stake in any single operator’s P\&L. That independence is what lets downstream parties (auditors, insurers, counterparties) treat onchain records as more than self-attestation.

## Responsibilities

* Run subnet-specific checkers: replay, benchmarks, sensor-signature verification, or held-out ground truth, as defined for the workload.
* Post **ScoreRoots** (or equivalent commitments) that the chain and explorer surface.
* Meet staking requirements: the design calls for a dual tranche — KNX for protocol security and stablecoins for settlement assurance on mainnet; the public testnet may expose a subset of that until mainnet.

## Slashing and economics (design)

Malicious or negligent validation, collusion, or approval of tampered evidence is intended to be **prohibitively expensive** relative to honest behavior, via slashing and economic isolation. See [Protocol architecture](/understand-konnex/protocol-architecture.md) and [Proof-of-Physical-Work](/understand-konnex/contracts-and-popw.md).

## Next steps

* [Validator metascore (design)](/understand-konnex/validator-metascore.md) — how the chain scores validators who score miners
* [Serving requests as a validator](/sdk/validators.md)
* [Proof-of-Physical-Work](/understand-konnex/contracts-and-popw.md)


---

# 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/participate/validating.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.
