> For the complete documentation index, see [llms.txt](https://docs.chainupcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainupcloud.com/resources/faq/dedicated-node.md).

# Dedicated Node

## :gear:General

### Why should I use ChainUp Cloud's Dedicated Node?

Running a blockchain node is expensive and time consuming. Also, you need to pay extra attention to maintain a reliable node. ChainUp Cloud's Dedicated Node provides you with affordable, reliable, and instant infrastructure to help you get started.

### What blockchains are available on ChainUp Cloud?

We now support Ethereum, Filecoin, Bitcoin, Solana and more. More chains coming soon.

## :rocket:Onboarding

### How to create a ChainUp Cloud account?

You can use any email account to sign up for ChainUp Cloud easily. With ChainUp Cloud account, you can get access to a variety of services such as Blockchain API, Validator Nodes and more. To do this, go to <https://cloud.chainup.com/app/register>

## ​💰Pricing <a href="#pricing" id="pricing"></a>

### Is it free to use ChainUp Cloud's services? <a href="#is-it-free-to-use-chainup-clouds-services" id="is-it-free-to-use-chainup-clouds-services"></a>

Yes. All users may use our free plan with no charges.

### What are the current Pricing Plans? <a href="#what-are-the-current-pricing-plans" id="what-are-the-current-pricing-plans"></a>

You can start your testing with a free plan, which is suitable for individual developers. For small teams, we suggest developer plan, and you can choose team plan when your team grows.

### Do I need a credit card to start using the ChainUp Cloud's service? <a href="#do-i-need-a-credit-card-to-start-using-the-chainup-clouds-service" id="do-i-need-a-credit-card-to-start-using-the-chainup-clouds-service"></a>

No, unlike other vendors, you do NOT need a credit card to sign up. Just login, that is it.

### Can I ask for additional Dedicated Node usage? <a href="#can-i-ask-for-additional-blockchain-api-usage" id="can-i-ask-for-additional-blockchain-api-usage"></a>

Yes. If you’re interested in higher levels of usage, please contact <marketing@chainupcloud.com>


---

# 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.chainupcloud.com/resources/faq/dedicated-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.
