# Start Node

{% hint style="warning" %}
The Overwatch Node documentation is under construction. Stay tuned for more information!
{% endhint %}

To start an **Overwatch Node**, you must be a trusted participant in the network.

Each coldkey in the Hypertensor network has its reputation tracked on-chain based on its subnet validator node activity.

#### To become an Overwatch Node:

* **Your coldkey's reputation must:**
  * Have the **minimum required reputation weight**
  * Have a **minimum age in the network**
  * Have the **minimum average attestation ratio**
* **Must be diversified:**
  * For example, an Overwatch Node **must be an active subnet in a minimum of 51% of the total subnets** in the network.
  * This ensures each Overwatch Node wants the **success of the overall network** and not just specific subnets.

***

### The reputation of a coldkey uses multiple factors:

#### Start Epoch

The epoch when the node was first elected subnet validator node to submit consensus.&#x20;

#### Weight

Current reputation weight, i.e., the score of the coldkey.

#### Lifetime Node Count

Track total nodes under a coldkey ever; this can only increase.

#### Total Active Nodes

Track total nodes under a coldkey.

#### Total Increases

Number of times the node's weight increased (i.e., successful validation).

#### Total Decreases

Number of times the node's weight decreased (i.e., failed validation).

#### Average Attestation

The average attestation rate across all subnets when the elected validator.

#### Last Validator Epoch

The most recent epoch the node was elected as the validator.

***

## Starting & Registering

Coming soon!


---

# 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.hypertensor.org/start-node.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.
