# Nodes

All nodes are set up and connected to the network using pre-compiled [juneogo executable files](https://github.com/Juneo-io/juneogo-binaries). In later stages of the project, the juneogo protocol will be open source.

***

## Node types

Depending on its configuration, a node can be of the following types:

### **Regular Node**

This node can access blockchain data and propose transactions through RPC calls. However, it is not a validator of the Juneo Primary Network or any Layer-1 Network.

### API Node

An API Node is the same as a Regular node, however it supports RPC calls from remote machines.

### Validator Node

Validator nodes have all of the capabilities of a Regular Node/ API node, but they also participate in the network's consensus mechanism by validating transactions.

### Archive Node

An archive node has database pruning disabled for certain chains it is validating, meaning it will have archive data of all historical states of those chains.

{% hint style="info" %}
A node can be several types simultaneously - an **Archive Node** for one chain it is validating, but a **Validator node** for another chain.
{% endhint %}

For more details about the Network Architecture, see the [Juneo Litepaper](https://juneo.com/litepaper) or visit [juneo.com](https://juneo.com/).

***

## Node Operations Reference

### Build

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/8wCmuDprLmpqHNt5EwnG">Set up and Connect a node manually</a></td><td>How to set up and connect to the Socotra Testnet network without the installer script</td><td></td></tr><tr><td><a href="/pages/Ff3vIF8W7yGsgA1fqcin">Create a Layer-1 Network</a></td><td>How to create a Layer-1 Network on the Socotra Testnet</td><td></td></tr><tr><td><a href="/pages/aVPFJQZplrtkf4b1LLeA">Deploy a VM</a></td><td>How to deploy a VM on your Layer-1 Network</td><td></td></tr></tbody></table>

### Maintain

| [Node Backup and Restore](/intro/maintain/node-backup-and-restore.md) | How to backup important files to be able to restore a node. |
| --------------------------------------------------------------------- | ----------------------------------------------------------- |

### Validate

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/oon5vLV2OlCX4ZXpO94b">Add a node to the Validator set</a></td><td>How to add a node to the Validator Set</td><td></td></tr></tbody></table>


---

# 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.juneo.com/intro/architecture/nodes.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.
