# How to add a custom RPC to my wallet

A stable RPC network is crucial for a smooth blockchain experience. If you're encountering connection issues, [adding an alternative RPC node as a custom network](#how-to-add-a-custom-rpc-in-metamask) can significantly improve your wallet's performance. Here are some tutorials to help you set this up.

## :fox: How to add a custom RPC in MetaMask

Please follow this guide from Metamask on [how to add a custom network RPC](https://support.metamask.io/networks-and-sidechains/managing-networks/how-to-add-a-custom-network-rpc/).

{% hint style="info" %}
Each wallet has its own specific process for adding a custom RPC node. Please refer to the wallet’s documentation for detailed instructions.
{% endhint %}

## How to find a more stable RPC

[Chainlist](https://chainlist.org/) is a reliable platform where you can find stable and secure RPC nodes. Once you've identified the one that suits you, we'll guide you through the process of adding it to your wallet.

1. Go to [Chainlist](https://chainlist.org/) and search for the network you'll be sending transactions on.

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

2. Using Base as an example, type "base" into the search bar and click the dropdown arrow.

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

3. Find the RPC node with the highest rating and copy its "RPC Server Address". This is the exact "New RPC URL" you'll need to paste into your wallet when adding a custom network.

<figure><img src="/files/PflXDxl4v7iD9bMRRZJr" 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.xy.finance/faq/how-to-add-a-custom-rpc-to-my-wallet.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.
