# 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>


---

# 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://docs.ready.co/ready-wallets/ready-wallet/adding-custom-rpcs.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.
