> For the complete documentation index, see [llms.txt](https://docs.zeeve.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeeve.io/rpc-nodes/deploy-your-rpc-node.md).

# Deploy Your RPC Node

Let's take an example of Ethereum and see how to deploy an Ethereum Node.

**Step 1: Sign Up/Log In** - Create a new account or sign in to your existing one on the Zeeve Platform.

**Step 2: RPC Nodes** - Go to the **RPC Nodes** section in the left menu. If you have existing nodes, you'll see them listed. To get a subscription, click **Buy Subscription** to go to the **Plan Selection** page.

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

**Step 3: Plan Selection -** Choose the desired protocol and plan type, then click ***Continue*** to move forward.

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

**Step 4: Selection of Other Protocol** - On the Setup Your Node page, click the **Select Other Protocol** button at the top-right corner to change the protocol selection and plan types according to your requirements. Then, click the **Continue** button to proceed.

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

**Step 5: Set Up Your Node -** On the "Set Up Your Node" page, choose the desired network type, server location, node software update rules, and price tiers according to your requirements. Then, proceed by clicking on the **Create Now** button.

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

**Step 6: Make Payment** - On the payment page, enter your card details and click **Subscribe** to complete the payment. The created node will then be visible on the RPC Nodes page in **Provisioning** status.&#x20;

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


---

# 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:

```
GET https://docs.zeeve.io/rpc-nodes/deploy-your-rpc-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.
