# How to change Ethereum's RPC

To change the RPC endpoint used for Ethereum follow these steps:

1. Enter your MetaMask and click on your RPC endpoint at the top of your MetaMask. By default it says “Ethereum Mainnet.”
2. Click “Add Network”
3. Add the RPC URL you want to use, with a chainID of `1` and currency of `ETH`.
4. Click “Save”

![](/files/zUt9ki4frGQKfpp3bJ5j)


---

# 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.llama.fi/chainlist/how-to-change-ethereums-rpc.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.
