> For the complete documentation index, see [llms.txt](https://docs.blockrazor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockrazor.io/streams/node-stream/bsc/dedicate-node/create-dedicate-node.md).

# Create Dedicate Node

{% stepper %}
{% step %}

### Go to Dedicate Node

<figure><img src="/files/CiAM7eB7Cgq3hHMqs3J4" alt="" width="375"><figcaption><p>Log in to the Portal</p></figcaption></figure>

<figure><img src="/files/HwF4gCW2XRCVuuSHRALh" alt="" width="375"><figcaption><p>Click on 【Dedicate Node】 - 【Create Node】</p></figcaption></figure>
{% endstep %}

{% step %}

### Configure Dedicate Node

<figure><img src="/files/R5OwvRY119E829zwrjAO" alt="" width="375"><figcaption></figcaption></figure>

* Node Type: Supports BSC full nodes; Solana nodes are coming soon, stay tuned.
* Region: Supports two availability zones: Frankfurt and Virginia. BlockRazor dynamically monitors availability zone resources. If resources are insufficient, Dedicated Nodes cannot be created, please [contact](https://discord.com/invite/qqJuwRb8Nh) us then.
* Server Configuration: Displays the corresponding Dedicated Node server configuration based on the availability zone.
* Node Client: Supports the Geth client.
  {% endstep %}

{% step %}

### Select Service Period and Payment Method

<figure><img src="/files/7XkpRG2mlLi1KKlkdrDM" alt="" width="375"><figcaption></figcaption></figure>

Currently, only cryptocurrency payments are supported. The supported cryptocurrencies are USDT.BEP20, USDT.ERC20, and USDT.PRC20.
{% endstep %}

{% step %}

### Pay with Cryptocurrency

<figure><img src="/files/vo5ttR0eVVRCc7DAlyqB" alt="" width="375"><figcaption><p>Click on Pay Now</p></figcaption></figure>

<figure><img src="/files/T4RhEpL4fSYkeRAweHXk" alt="" width="375"><figcaption><p>Click on Wallet or scan the QR code to complete the payment</p></figcaption></figure>

Note: After completing the payment, please wait patiently. The system will take a few minutes to confirm your payment. You can check the progress in the bill.
{% endstep %}

{% step %}

### Wait for node to be created

<figure><img src="/files/nA9hBmf4V4EV5uSytdJq" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Utilize Dedicate Node

See [Utilize Dedicate Node](/streams/node-stream/bsc/dedicate-node/utilize-dedicate-node.md) for details
{% endstep %}
{% endstepper %}


---

# 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.blockrazor.io/streams/node-stream/bsc/dedicate-node/create-dedicate-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.
