> For the complete documentation index, see [llms.txt](https://docs.pandoproject.org/pando-network-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandoproject.org/pando-network-docs/pando-nodes.md).

# Pando Nodes

## What's Inside

| [**​1. Zytatron Node**](https://docs.pandoproject.org/pandoproject/pando-nodes/zytatron-node-overview)**​**                          |
| ------------------------------------------------------------------------------------------------------------------------------------ |
| [**​2. Metatron Node**](https://docs.pandoproject.org/pandoproject/pando-nodes/metatron-node-overview)**​**                          |
| [**​3. Rametron Node​**](https://docs.pandoproject.org/pandoproject/pando-nodes/rametron-overview)                                   |
| **​**[**4. Mainnet Metatron Setup**](https://docs.pandoproject.org/pandoproject/pando-nodes/mainnet-metatron-setup)**​**             |
| **​**[**5. To Migrate Metatron/Zytatron**](https://docs.pandoproject.org/pandoproject/pando-nodes/to-migrate-metatron-zytatron)**​** |

## Overview

Our infrastructure development strategy will be closely related to our content development strategy. For example, as we roll out our infrastructure within certain geographic regions, we will focus on content development and curation relative to those regions.To accomplish the consensus checking necessary for Blockchain efficiency, we have developed our own Pando Network Governance with three layers of nodes - **Zytatron Nodes**, **Metatron Nodes** and **Rametron Nodes**.

## **What are Nodes?**

Within a data transmission network, a node is a point of intersection/connection. These gadgets are all regarded nodes in an environment where all devices are connected to the network. The sort of network to which each node refers determines its particular definition.Validator Nodes are full nodes that participate in the “consensus” process. Further you can refer our detailed documenation to know more about this.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pandoproject.org/pando-network-docs/pando-nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
