# Mainnet

In the Mainnet, all nodes have a score of over 90, based on a 30-day average. 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. Our goal is 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="103">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.390625</td><td>0.3</td></tr><tr><td>Uptime (30 Days avg):</td><td>min 60%</td><td><strong>98</strong></td><td>70</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>91.25052083</td><td></td><td></td><td></td></tr><tr><td>Your Node is eligible for</td><td>Mainnet</td><td></td><td></td><td></td></tr></tbody></table>

With a score of >= 90, which a node must maintain for over 30 days, the node is transferred to the Mainnet. \
\
If a node's score falls below 90 over a 30-day period, the data from that node is redistributed, and the node is downgraded back to the Testnet.<br>

{% hint style="info" %}
In the Mainnet, nodes receive full incentivization according to the specified terms.[<br>](/en/wesendit-node-network/functionality/score-and-rewards.md)[Incentivizing Node Operators](/en/wesendit-node-network/functionality/score-and-rewards.md)
{% 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/mainnet.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.
