> For the complete documentation index, see [llms.txt](https://docs.venn.build/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.venn.build/venn-network/getting-started/venn-wallet-rpc/custom-rpc-in-metamask.md).

# Custom RPC in MetaMask

{% hint style="info" %}
**Note:** MetaMask’s interface and settings may be updated over time, so we recommend referring to [MetaMask’s official documentation](https://support.metamask.io/configure/networks/how-to-add-a-custom-network-rpc/) for the latest guide.
{% endhint %}

## Step 1 - Press on the 'Network' Dropdown&#x20;

<figure><img src="/files/4zsO6v6K4IhRXBPaOneA" alt="" width="353"><figcaption></figcaption></figure>

***

## Step 2 - Press on the selected network setting (3 dots)

<figure><img src="/files/SJDEDDgDysUWLUSyuEd9" alt="" width="356"><figcaption></figcaption></figure>

***

## Step 3 - Select the 'Default RPC URL' dropdown&#x20;

<figure><img src="/files/iw9iB4STi4cH4cvNwhgf" alt="" width="356"><figcaption></figcaption></figure>

***

## Step 4 - Press 'Add RPC URL'

<figure><img src="/files/rDOmyRVldKXIEawFfxgt" alt="" width="356"><figcaption></figcaption></figure>

***

## Step 5 - Paste Venn-RPC URL for the selected Network&#x20;

### Supported Networks:

<table><thead><tr><th width="232">Network Name</th><th>RPC URL</th></tr></thead><tbody><tr><td><strong>Ethereum Mainnet:</strong></td><td><p></p><pre><code>https://rpc.venn.build/ethereum
</code></pre></td></tr><tr><td><strong>Holesky Testnet</strong></td><td><p></p><pre><code>https://rpc.venn.build/holesky
</code></pre></td></tr><tr><td><strong>BNB Mainnet</strong></td><td><p></p><pre><code>https://rpc.venn.build/bnb
</code></pre></td></tr><tr><td><strong>BNB Testnet</strong></td><td><p></p><pre><code>https://rpc.venn.build/bnb-testnet
</code></pre></td></tr></tbody></table>

<figure><img src="/files/n3KC6dQVjDoky0eQew4z" alt="" width="356"><figcaption></figcaption></figure>

***

## That's it! Your custom RPC is now set up and ready to use. :tada::rocket:

{% hint style="warning" %}
***Note:** Venn RPC currently offers **standard RPC functionality**. Security features and wallet protection are **coming soon**.*
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.venn.build/venn-network/getting-started/venn-wallet-rpc/custom-rpc-in-metamask.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.
