# Legacy Nodes to StarGate

### Overview

VeChain previously used a node-based system to enable network participation, rewards, and governance-related functions. This system has now been replaced by **StarGate**, VeChain’s current staking and participation framework.

This page explains what changed, what legacy node holders need to do, and how this affects participation within VeBetterDAO.

### Legacy Nodes

Before StarGate, participation in the VeChain ecosystem was based on holding a legacy node.\
These nodes provided benefits such as VTHO generation, participation rights, and eligibility for certain ecosystem features.

This system is now deprecated and is no longer the active participation mechanism on VeChain.

Legacy node documentation is still available in this section for historical reference, but it does not apply to the current network.

### StarGate

StarGate is VeChain’s active staking system.

Instead of nodes, users now participate by staking VET to mint a **staking NFT**.\
This staking NFT represents the user’s participation and can be delegated within the StarGate system.

All rewards, participation rights, and future governance mechanisms are based on staking NFTs rather than legacy nodes.

{% hint style="success" %}

#### **For a full explanation of how StarGate works, refer to the official documentation:**

<https://docs.stargate.vechain.org/>
{% endhint %}

### Migration to StarGate

Legacy VeChain nodes must be migrated to StarGate to remain active. Migration converts a legacy node into a StarGate staking NFT, which is required for continued participation and rewards.

{% hint style="info" %}

#### **Learn how to migrate your legacy node:**

[https://docs.stargate.vechain.org/overview/legacy-nodes-migration](https://docs.stargate.vechain.org/overview/legacy-nodes-migration?utm_source=chatgpt.com)
{% endhint %}


---

# 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.vebetterdao.org/vechain-node-and-staking-guides/legacy-nodes-to-stargate.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.
