> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-docs--429.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring Validation Cloud RPC endpoints

[Validation Cloud](https://www.validationcloud.io/node)
is a third-party organization that runs a JSON-RPC and Mirror Node managed service for Hedera as well as other
popular blockchain networks. It is a "freemium" offering, meaning it has a free tier and a paid offering. As a
managed service, it:

* Is free to use up to a point, with a free usage allowance that resets every month
* Does not require a credit card to sign up, only an email address
* Does not apply specific rate limits and can scale to be used by high volume apps

This combination makes it fairly straightforward to use and more reliable than the public RPC endpoint.

To connect to Hedera networks via Validation Cloud, simply use this URL when initializing the wallet or web3
provider instance:

<CodeGroup />

<Info>
  **Note:** Validation Cloud provides RPC endpoints for Hedera Mainnet and Hedera Testnet but not for Hedera Previewnet.
</Info>

You will need to replace `<YOUR_API_KEY>`
with a Validation Cloud API Endpoint Key, and that requires the following prerequisite steps:

* (1) Sign up for an account at [`app.validationcloud.io/api/auth/signup`](https://app.validationcloud.io/api/auth/signup)
* (2) Accept the terms of use and then verify your email address
* (3) Click the "Create endpoint" button at the top of the Validation Cloud Node API dashboard:

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218-docs--429/FluvGPfQrFXEPDJd/images/tutorials/more-tutorials/json-rpc-connections/json-rpc-connections-1.png?fit=max&auto=format&n=FluvGPfQrFXEPDJd&q=85&s=eb2d2092599f3615e16e4b1a9c69d719" width="1094" height="224" data-path="images/tutorials/more-tutorials/json-rpc-connections/json-rpc-connections-1.png" />
</Frame>

* (4) Fill in a name for the endpoint, select Hedera and pick whether you want Testnet or Mainnet, then click
  on the "Confirm" button:

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218-docs--429/FluvGPfQrFXEPDJd/images/tutorials/more-tutorials/json-rpc-connections/json-rpc-connections-2.png?fit=max&auto=format&n=FluvGPfQrFXEPDJd&q=85&s=1afd3dd861c0157d3bc649f20900e671" width="1321" height="1064" data-path="images/tutorials/more-tutorials/json-rpc-connections/json-rpc-connections-2.png" />
</Frame>

* (5) Your key should now be created and you can click the copy to clipboard icon to use it to make requests:

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218-docs--429/FluvGPfQrFXEPDJd/images/tutorials/more-tutorials/json-rpc-connections/json-rpc-connections-3.png?fit=max&auto=format&n=FluvGPfQrFXEPDJd&q=85&s=cd97490b17c40e35d9b9bf25233fdf94" width="774" height="396" data-path="images/tutorials/more-tutorials/json-rpc-connections/json-rpc-connections-3.png" />
</Frame>

Now you're ready to connect to an RPC endpoint or query a Mirror Node via Validation Cloud!

You can also watch this short video showing the process end-to-end, with examples of making Hedera JSON-RPC and Mirror Node requests with Validation Cloud:

<iframe width="768" height="432" src="https://www.loom.com/share/22cb87ee589248e58c95bbba6edc1667?sid=a93b0c6d-58a9-40de-a230-509b4d2198a3" title="Hedera Ecosystem - get up and running with Validation Cloud" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
