# Create a Custom RPC for Arbitrum

## Hello!&#x20;

This is a quick reference guide on how to create a Custom RPC for Arbitrum using two of the largest web3 infrastructure providers that support Arbitrum, [Alchemy](https://www.alchemy.com/) and [Infura](https://infura.io/). \
\
One account from either provider will work. Or try both out! Many other providers support Arbitrum as well which be found [here](https://portal.arbitrum.one/#nodeproviders).

{% hint style="info" %}
[MetaMask](https://metamask.io/) wallet will be used for this example. [Please be sure to update to the latest version](https://metamask.zendesk.com/hc/en-us/articles/360060268452-How-to-update-the-version-of-MetaMask).
{% endhint %}

Questions? Check out the Arbitrum Discord: <https://discord.gg/arbitrum>

![Arbitrum Node Providers](/files/kghzpXDAFS1BLtx2wJk1)

Choose a provider to get started:

{% content-ref url="/pages/BJ42vLroPqcECDi4pz2W" %}
[Alchemy and Infura Examples](/arbitrum-alternate-rpc-creation/rpc-providers/alchemy-and-infura-examples.md)
{% endcontent-ref %}


---

# 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://ben-nojokes.gitbook.io/arbitrum-alternate-rpc-creation/create-a-custom-rpc-for-arbitrum.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.
