> For the complete documentation index, see [llms.txt](https://docs.ready.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ready.co/ready-wallets/ready-wallet/adding-custom-rpcs.md).

# Adding Custom RPCs

Ready Wallet provides you with the ability to add custom RPCs (Remote Procedure Calls). You could do this following these steps:

1. Open your Ready Wallet extension, then navigate to Settings → Developer settings → Manage Networks&#x20;
2. Click on the **+** icon to add a new network.

<figure><img src="/files/YEBxxkwSBZa9O5if4RYW" alt="" width="357"><figcaption></figcaption></figure>

Fill in the `Network name`, `Chain ID` and `RPC URL`.

3. Next up, click on "Advanced settings", and fill in the `Account class hash`, `Fee token address`, and `Multicall address`. You could optionally fill in the other fields.

* Account class hash - represents the class hash for the account implementation.
* Fee token address - represents the address of the token with which fees are paid on the network.
* Multicall address - address of multicall contract.

<figure><img src="/files/p6kIlZ88uZOzSz5odCiX" alt=""><figcaption></figcaption></figure>

4. Finally, click on Save and your new custom RPC will be added to your Ready Wallet. To add tokens such as ETH to your wallet, simply click on *"New Token"* and fill in the required details.

<figure><img src="/files/b3xKaZSgJnHhDKicBWWV" alt=""><figcaption></figcaption></figure>
