# Slots

Each epoch is designed with multiple block steps, each step is a step where calculations are performed.

## Slots

### Slot 1

#### Blockchain validators:

* Remove subnets that do not have the required minimum number of nodes or do not have the minimum required subnet delegate stake balance.
* Elect a node from each subnet to be the current epoch's elected validator, who submits consensus data on the state of the subnet, based on the weights of each node in the subnet.

### Slot 2

Blockchain validators calculate the subnet weights that the Overwatch Nodes revealed on the previous epoch.

### Slot 3

Blockchain validators generate weights on each subnet that determine the distribution of rewards to each subnet. Each epoch has a dedicated amount of rewards based on the inflation mechanism that subnets split based on their weights.

### Slot *n*

Each subnet holds one slot in the epoch where the rewards are distributed to the nodes in the subnet based on the consensus results.

## Overview

<figure><img src="/files/e3CRh9vdIgj2WTCMzb1X" alt=""><figcaption></figcaption></figure>


---

# 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/network/incentives/slots.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.
