# Deploy Graph Node

You need first to have a subscription to deploy a node.

**Step 1: Register/Login** - Create a new account or log in to your existing account on the [Traceye Platform](https://app.traceye.io/account/login).

**Step 2: Graph Nodes** - Navigate to the [Graph Nodes](https://app.traceye.io/subgraph/graph-node) page on the platform. Here you will see a list of nodes that you purchased and can be deployed. Click the **Deploy** button on the node card that you want to deploy.

<figure><img src="/files/OhiGeNI8nGSnKOTkPHoJ" alt=""><figcaption></figcaption></figure>

**Step 3: Basic Details** - Provide a name for your node. Then, proceed further by clicking on the **Next** button.

<figure><img src="/files/lkKCjqC4xfttV8EMwl0S" alt=""><figcaption></figcaption></figure>

**Step 4: Addons** - Enable the addons you want on your node. The addons that you have purchased can only be enabled. Then, proceed further by clicking on the **Next** button.&#x20;

<figure><img src="/files/ZQzC0K13VVHEHyhhKEXx" alt=""><figcaption></figcaption></figure>

**Step 5: Blockchain Networks** - Add desired blockchain networks on your node by providing their names and respective RPC , Substream endpoints. Finally, initiate deploying your node by clicking on the **Submit** button. You can see your node on the [Graph Nodes](https://app.traceye.io/subgraph/graph-node) page as initiated.

{% hint style="warning" %}
The RPC endpoint should be able to request archive data.
{% endhint %}

{% hint style="info" %}
Refer [Substream Endpoints](https://docs.substreams.dev/reference-material/chains-and-endpoints) & [Token Generation](https://docs.substreams.dev/reference-material/substreams-cli/authentication).
{% endhint %}

You can provide RPC endpoint, Substream endpoint, or both. If you provide a Substream endpoint, **Substream-powered subgraphs** will be supported. If not, you can deploy a **Standard subgraphs**.

<figure><img src="/files/Kyf7SHwQfmkL3VGQFKk5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hHdZbQj5IlJE18rTcz07" alt=""><figcaption></figcaption></figure>


---

# 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://doc.traceye.io/services/dedicated-indexing/graph-nodes/graph-node-manual/deploy-graph-node.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.
