# The Checker

The Checker ensures the integrity and performance of Containers within the Aethir network. Verifying container specifications as provided by the Container Providers is essential to maintain the network's Quality of Service (QoS). &#x20;

Check Processes: &#x20;

* At Registration: When a container is registered on the Aethir network. &#x20;
* In Standby State: Random checks are conducted on containers in standby. &#x20;
* During Rendering State: Service information is collected and assessed to judge the actual service status. &#x20;

Outcome of Checks: &#x20;

* Registration Validation: Confirms container specifications and successful registration. &#x20;
* Scheduling Influence: Affects the container's scheduling opportunity and priority by the Indexer. &#x20;
* Quality Control: Determines penalties for subpar service quality. &#x20;

Checking Methods: &#x20;

* Performance Parameters: Direct reading of container's performance data. &#x20;
* Simulation Testing: Acting as a consumer to test applications and analyze interactions, ensuring compliance with claimed specifications. &#x20;

Checker Deployment: Initially deployed by the Aethir, with plans for gradual decentralization. &#x20;


---

# 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.aethir.com/aethir-network/the-checker.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.
