# Dedicate Node

## Introduction

The BSC Dedicated Node is BlockRazor's latest BSC full node service, providing a high-performance, highly stable, and low-latency dedicated operating environment for DApps. It meets the demands of individual or enterprise users in high-frequency, high-concurrency, and time-sensitive trading scenarios.

## Price

The original price of the Dedicated Node is $1,250/month. The relationship between the service period and price discounts is as follows:

<table><thead><tr><th width="192.8359375">Service Period</th><th width="183.453125">Discounts</th><th>Price</th></tr></thead><tbody><tr><td>1 month</td><td>0%</td><td>$1250($1250 * 1)</td></tr><tr><td>3 months</td><td>5%</td><td>$3562.5($1187.5 * 3)</td></tr><tr><td>6 months</td><td>10%</td><td>$6750($1125 * 6)</td></tr><tr><td>9 months</td><td>15%</td><td>$9562.5($1062.5 * 9)</td></tr><tr><td>12 months</td><td>20%</td><td>$12000($1000 * 12)</td></tr></tbody></table>

{% hint style="info" %}
Dedicate Node service is not included in the subscription plan and needs to be purchased separately
{% endhint %}

## Feature

### Unlimited Access

The Dedicated Node supports standard JSON RPC methods while also providing customized methods such as bundle simulation. All methods are free from rate limits, enabling maximum support for high-frequency and high-concurrency trading scenarios.

### Maintenance-Free

The Dedicated Node leverages a globally distributed, multi-cloud, and active-active deployment architecture, along with features like automatic scaling, to ensure stable service operation under extreme conditions. Additionally, the BSC Geth client supports seamless hard fork upgrades without impacting DApps, relieving you from complex maintenance tasks and help you to focus on your core business.

### High Performance

The Dedicated Node delivers exceptional performance, achieving millisecond-level responses when handling resource-intensive requests like bundle simulations. It also connects to high-performance network [full-node synchronization services](/streams/node-stream/full-node-synchronization.md), enabling real-time synchronization with the latest world state

## FAQ

**What is the relationship between Dedicate Node and Subscription Plan？**

* Dedicate Node is not included in the subscription plan and has nothing to do with the subscription plan. Please purchase the subscription plan or Dedicate Node service according to your needs.

**What is the relationship between Dedicate Node and Full Node Synchronization？**

* Dedicate Node provides a dedicated operating environment for DApps. Full-node synchronization only provides high-speed synchronization services, with which users need to connect through their own full nodes. While Dedicate Node has already been connected to the [full-node synchronization](/streams/node-stream/full-node-synchronization.md) service of BlockRazor, which means you can get the latest world state of BSC in the first place through Dedicate Node.

**Can I access the Dedicate Node directly?**

* Dedicate Node does not support direct access for the time being. The BlockRazor team will undertake operations and maintenance work to help you focus on your business.


---

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