> For the complete documentation index, see [llms.txt](https://docs.rpcfast.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rpcfast.com/rpc-fast-saas-evm/pricing-and-plans.md).

# Pricing and Plans

Currently, there are two plans available for EVM-based networks – **Free** and **Growth**.

### Free Plan

There is a limited Free plan available for **ETH, Polygon, BSC, Velas,** and **Arbitrum.**

We offer our free subscription for those who start building and are trying the blockchain abilities. A Free plan gives you access to healthy nodes and the basic features of our API service. All you need to do is sign up via email; **no credit card is required** to start using RPC endpoints.

For better understanding and transparency, we reject the pay-per-request approach – instead, we use the CU logic. On Free plan, there is no overusage fee. If you are exceeding CU limits, the request simply won’t get processed, and you will be notified about it (check out [Compute Units](/rpc-fast-saas-evm/compute-units-cus.md)).

### Free vs Growth

[Growth](/rpc-fast-saas-evm/pricing-and-plans/growth-plan.md) plan is recommended for more advanced builders.

| Plan / Feature | Free                   | Growth                 |
| -------------- | ---------------------- | ---------------------- |
| Apps           | Up to 5 apps           | Up to 15 apps          |
| Rate limits    | 300,000,000 CU         | 500,000,000 CU         |
| API            | Https & Websockets API | Https & Websockets API |
| Region         | EU                     | EU, Asia               |

### Billing & Payments

Subscription plans include a defined monthly allocation of Compute Units (CU) and are billed in advance at the start of each billing cycle using your selected payment method.

You authorize RPC Fast (or its third-party payment processor) to charge all applicable fees, taxes, and overage charges to your payment method.

RPC Fast uses [Stripe](https://stripe.com/) to process payment card transactions and generate invoices for fiat payments.

By making a payment, you agree to the applicable terms and policies of the relevant payment provider.

{% hint style="warning" %}
All fees are **non-refundable** unless required by applicable law.
{% endhint %}

Read more in our [Terms of Service](https://docs.rpcfast.com/legal/terms-of-service#id-4.-subscription-plans-credits-and-billing).

***

## Custom Setup: Dedicated Self-Hosted Infrastructure

For mid- and large-sized companies and Web3 projects, we offer custom approach – [dedicated Solana nodes](https://rpcfast.com/dedicated-solana-nodes) and [high-availability clusters of nodes](https://rpcfast.com/dedicated-cluster) (2+) on a specific blockchain of your choice, whether your goal is to run a validator, RPC nodes for blockchain analytics and [HFT](https://rpcfast.com/solana-trading-node), or archive nodes for data ETL solutions.

The self-hosted cluster offers advantages such as load balancing, autoscaling, speed optimization, geo-distribution, and HFT-focused tools, based on a client business goals.

{% hint style="info" %}
Contact our [Sales Team](https://t.me/dysnix_rpc) on Telegram to discuss your technical brief for a dedicated setup.
{% endhint %}


---

# 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.rpcfast.com/rpc-fast-saas-evm/pricing-and-plans.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.
