# Checknet

In the Checknet, all nodes that have been registered in the last 7 days are included. A classification of the nodes is made with a "Score". The score is created based on three essential characteristics.

{% hint style="info" %}
Currently, we are in the data collection phase and reserve the right to update the table below with the updated measurement data. It is our goal to keep the requirements as low as possible, however, the stability of the network is of central importance.
{% endhint %}

<table><thead><tr><th width="219">Score Metric</th><th width="134">Value Range</th><th width="97">Example</th><th width="123">Single Score</th><th width="112">Weight</th></tr></thead><tbody><tr><td>Bandwith (Upload):</td><td>min. 40 Mbits</td><td>30</td><td>96.7</td><td>0.5</td></tr><tr><td>Response Time:</td><td>min. 8ms</td><td>15</td><td>96.4</td><td>0.3</td></tr><tr><td>Uptime (30 Days avg):</td><td>min 60%</td><td>75</td><td>12.5</td><td>0.2</td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Your Score (in %): </td><td>79.7</td><td></td><td></td><td></td></tr><tr><td>Your Node is eligible for</td><td>Not eligible - Checknet</td><td></td><td></td><td></td></tr></tbody></table>

When a score of at least 80 is achieved, a node is transferred to the Testnet. Every half hour (48 times daily), each node from the Testnet is checked.

{% hint style="info" %}
In the Checknet, nodes do not receive rewards.
{% endhint %}


---

# 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.wesendit.io/en/wesendit-node-network/the-networks/checknet.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.
