> 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/zytatron-node.md).

# Zytatron Node

## Overview

**Zytatron Nodes** serve as **block initializers** and **hold the full ledger** of the Pando Network. They also provide the first layer of security. **Zytatron Nodes** are responsible for **verifying** and **preserving a record** of transactions when they participate in the consensus. **These Validator Nodes** construct blocks, validate all transactions and are responsible for inspecting and confirming blocks that they don’t create. Zytatron Nodes are region-specific network listeners responsible for validating content views and engagement in addition to ensuring the integrity and quality of service rendered by the Rametron Nodes.To become a Zytatron Node Holder, users need to activate by **staking a minimum amount of** 10,000,000 **PTX** (Pando Token). Every Zytatron Node stake is subject to a locking period of one year. It is important that the initial stake is not withdrawn within the locking period because doing so will deactivate the node. <br>

## Zytatron Staking Process

### Staking Through Web Wallet

Staking through Web Wallet the “Pando Wallet” logo, unlock your Pando wallet using your typical access method.

Access the Pando Web Wallet from your desktop/laptop. Under the “Pando Wallet” logo, unlock your Pando wallet using your typical access method (keystore, seed phrase, private key, etc.).

<figure><img src="/files/qi60o9PO0ilYPWNny8rZ" alt=""><figcaption><p>Unlock Wallet</p></figcaption></figure>

Once your wallet is unlocked, click the “**Stakes**” tab of the menu and click “**Deposit Stake**”, then click "**Zytatron Node**"

<div><figure><img src="/files/LJ9KAqsYRPB1rDzwPyHp" alt=""><figcaption><p>Stake Tab</p></figcaption></figure> <figure><img src="/files/QRWCK7uKuDIWMKtBiBQ1" alt=""><figcaption><p>After clicking on Stake Deposit</p></figcaption></figure></div>

In the **Metatron Node Holder (Summary)** field, enter the text string from your Metatron Cli Service. Enter the Amount of PTX you want to stake to this node and click **“Deposit Stake"**. Note that you need to stake **at least** 10,000,000 **PTX**.

<figure><img src="/files/MC3PyNs03JeJ028zbwMp" alt=""><figcaption><p>Metatron Stake Deposit</p></figcaption></figure>

After reviewing your stake deposit info on the next screen, enter your wallet password, then click on "**Deposit Stake**". After the stake deposit transaction is confirmed, you can view your Zytatron deposit detail in dashbaord screen in **"Stake"** Tab.

### Zytatron Stake Withdrawal Process

To withdraw your staked tokens from the Zytatron Node using either the Pando Web Wallet, click the "Stakes" tab, then the "Withdraw Stake" button. On the next screen, select the **"Zytatron"**, need to click on **"Continue"** button. After clicking on continue this will ask to enter **"Zytatron Address"** after entering this after clicking on **"Withdraw Stake button"**&#x20;

<div><figure><img src="/files/LJ9KAqsYRPB1rDzwPyHp" alt=""><figcaption><p>Stake Tab</p></figcaption></figure> <figure><img src="/files/3vKkVzwWen3HqFEA3Mrm" alt=""><figcaption><p>After clicking on Withdraw Stake</p></figcaption></figure> <figure><img src="/files/KUCrJt4zX0ZSaHeXUiGc" alt=""><figcaption><p>After clicking on Zytatron</p></figcaption></figure></div>

Withdrawn stakes will be returned to your wallet address. In the "Stakes" section of your Pando wallet, you'll now see the stake's Withdrawn status has been changed to "Yes".


---

# 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/zytatron-node.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.
