# Testnet

In the Testnet, all nodes with a score between 80 and 90 are included. The score is 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="247">Score Metric</th><th width="157">Value Range</th><th width="92">Example</th><th width="93">Single Score</th><th width="94">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><strong>85</strong></td><td>37.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>84.7</td><td></td><td></td><td></td></tr><tr><td>Your Node is eligible for</td><td>Testnet</td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

With a score >= 90, which a node must maintain for over 30 days, the node is transferred to the Mainnet. The Testnet also duplicates the Mainnet. Every file from the Mainnet is also stored on nodes in the Testnet. Thus, the Testnet also serves as a backup for the Mainnet.

{% hint style="info" %}
In the Testnet, nodes already receive an incentive.
{% endhint %}

<br>


---

# 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/testnet.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.
