> For the complete documentation index, see [llms.txt](https://docs.getblock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getblock.io/getting-started/plans-and-limits/limitless-node.md).

# Limitless Node

**Limitless Node** is a dedicated RPC endpoint with a **guaranteed RPS** and **no Compute Unit (CU) limits**. You pick an RPS tier on a single chain, pay a **fixed monthly fee**, and send as many requests as your throughput allows. There's no usage-based billing and no overage charges.

Architecturally, it's a middle layer between Shared RPS and Dedicated Nodes: more throughput and isolation than a shared plan, at a fraction of the cost of a full private node.

{% hint style="success" %}
Limitless Node is the right fit for applications that generate a high volume of RPC requests and need predictable monthly costs without provisioning a full Dedicated Node. Common use cases include indexers, bots, wallet backends, AI agents, and analytics platforms.
{% endhint %}

***

### What's included

Every Limitless Node includes:

* **Guaranteed requests-per-second (RPS)** throughput with no per-method throttling
* **Unlimited requests** within your RPS tier, no CU-based billing
* **No concurrent connection limits** for parallel workloads
* **No restrictions on RPC method usage**. All standard and heavy RPC methods are supported
* **Full node** and **archive node** configurations available for supported chains
* **Isolated capacity** and **dedicated routing** for a single network
* **Multi-region geo-routing** across Europe, the USA, and Asia to minimize latency through geographic proximity
* One instance can have **multiple** [**access tokens**](/getting-started/authentication-with-access-tokens.md)**,** each a separate credential that can be regenerated or removed independently of the others
* **24/7 customer support** with a response time under 5 minutes
* **Pricing is fixed and predictable** because it is throughput-based rather than usage-based

{% hint style="success" %}
Limitless Node is a standalone product. You don't need an existing Shared or Dedicated plan to use it. You get a fully isolated RPC endpoint from day one.&#x20;
{% endhint %}

***

### RPS tiers and pricing

Pick the tier that matches your current traffic. Within your RPS cap, requests are unlimited. There is no monthly request quota and no CU metering.

| RPS (requests-per-second) Tier | Price (monthly) | Requests  | Best For                |
| ------------------------------ | --------------- | --------- | ----------------------- |
| 25 RPS                         | $150/mo         | Unlimited | Testing & prototypes    |
| 50 RPS                         | $300/mo         | Unlimited | Production dApps        |
| 150 RPS                        | $500/mo         | Unlimited | Indexers & trading bots |
| 300 RPS                        | $1,000/mo       | Unlimited | Enterprise workloads    |

Prices shown are for monthly billing. Annual billing saves 20%. You can move between tiers at any time with no lock-in.

{% hint style="warning" %}
Requests above your RPS limit are rate-limited and return a standard rate-limit response. **We do not charge overage fees**. If you consistently reach your limit, consider upgrading to a higher tier.
{% endhint %}

***

#### Supported chains

One Limitless Node subscription corresponds to one blockchain network. The service is currently available on 10 high-demand blockchains:

| <img src="/files/gMsJNoQfWkKzgpysX1q2" alt="" data-size="line"> Ethereum | <img src="/files/BKJlM7C7P0WqZBNPizh4" alt="" data-size="line"> Solana    |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------- |
| <img src="/files/YTeY5jNOhOikDU39dUC6" alt="" data-size="line"> Bitcoin  | <img src="/files/fTRlK0YynPulf6r8ROek" alt="" data-size="line"> TRON      |
| <img src="/files/PEqA1wJaXK02AhkO0Zxj" alt="" data-size="line"> Base     | <img src="/files/8LnDjNXKSuUccCWyFdqB" alt="" data-size="line"> Polygon   |
| <img src="/files/I6z3clRfGHijS50Vtsmo" alt="" data-size="line"> Arbitrum | <img src="/files/HOHD0wP53ft1vSCRx8U0" alt="" data-size="line"> Avalanche |
| <img src="/files/magJuiefWcvVHpY8SNuH" alt="" data-size="line"> Optimism | <img src="/files/QNC2xqOcDOPWefsbZyNn" alt="" data-size="line"> Sui       |

{% hint style="info" %}
Additional networks may be added over time. If you need a chain that isn't listed yet, a custom RPS ceiling, or multi-region redundancy,[ contact our team](https://getblock.io/contact/).
{% endhint %}

***

### Deploy a Limitless Node

For now, our team provisions every Limitless Node individually so your instance is configured to your workload from day one. Self-serve setup from the dashboard is coming soon.&#x20;

To get started:

1. Contact our team through a contact from on our website or your account.&#x20;
2. Specify the requirements: blockchain network, desired RPS tier, node mode (full or archive), and preferred hosting region.
3. We finalize your configuration and provision a dedicated Limitless Node.
4. Receive your RPC endpoint, generate [access token(s)](https://docs.getblock.io/getting-started/authentication-with-access-tokens). Connect your application and start sending requests.

Our team can also recommend the right tier based on your workload. <a href="https://getblock.io/contact/" class="button primary">Get a free consultation.</a>&#x20;

#### Next steps

* [Endpoint setup](/getting-started/endpoint-setup.md)&#x20;
* [Testing RPC connection](/getting-started/testing-rpc-connection.md)
* [API Reference](/api-reference/overview.md)
* [Limitless Node Homepage](https://getblock.io/limitless-node/)


---

# 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.getblock.io/getting-started/plans-and-limits/limitless-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.
