# Node Hosts

## Overview of Nodes

Currently, to power the OmniFlix Network, 3 types of nodes are used/have been implemented:

1. Validator
2. Relayer
3. Storage

Let's take a quick look at each of these.

### 1) Validator

* A validator node is the equivalent of a miner in a proof-of-stake network like the Bitcoin or others.&#x20;
* Currently a validator is reponsible for:

  * block production
  * governance participation (on behalf of delegators)

  and more!
* To know more about a validator and what a validator does in a proof-of-stake context, refer to the official [Cosmos documentation](https://hub.cosmos.network/main/validators/validator-faq.html) for a clear explanation.
* To run a validator on the OmniFlix Network testnet, visit our [GitHub repository](https://github.com/OmniFlix/docs/tree/main/guides/testnets/flixnet-3).

### 2) Relayer

* A `relayer` is a node that moves packets from one chain to another and is a core component in the communication with other chains.
* Relayer Node Hosts typically run Relayer infrastructure for more than a single chain.

If you are interested to run a `Relayer`, reach out to us on our [website](https://O).

### 3) Storage

* &#x20;A `storage` node contributes to the storage and delivery of content within the network.
* &#x20; Storage Nodes are redundant in nature and will most likely have a limit on the total storage that can be contributed to the network.
* Redundant copies of the content hosted by a single storage node are maintained in the network to prevent loss of content in the case of a technical glitch.&#x20;

If you are interested to run a `Storage Node`, reach out to us on our [website](https://O).

## Connect with us

*Interested to implement OmniFlix's NFT & community infrastructure for your film3 movie, studio or your community? Want to create the next-gen media studio on the blockchain?*

Write to us on our [website](https://OmniFlix.network) and in case of any specific queries, reach out to us on [Discord](https://discord.com/invite/6gdQ4yZSTC) or [Instagram](https://www.instagram.com/OmniFlixNetwork/) or [Twitter](https://twitter.com/OmniFlixNetwork) or [Reddit](https://reddit.com/r/OmniFlix) even on our public [Telegram](https://t.me/OmniFlixChat) Group Chat.


---

# 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.omniflix.network/stakeholders/node-hosts.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.
