# Setup MetaMask

## Add network to MetaMask

* Network Name: Caesar
* Chain ID: 98989897
* Currency symbol: RSOL

RPC URL

{% tabs %}
{% tab title="Local Server Setup" %}
<http://localhost:8545>
{% endtab %}

{% tab title="Remote Server Setup" %}
<https://caesar.internal.romeprotocol.xyz> (replace with your domain)
{% endtab %}
{% endtabs %}

Block explorer URL

{% tabs %}
{% tab title="Local Server Setup" %}
<http://localhost:1000>
{% endtab %}

{% tab title="Remote Server Setup" %}
<https://caesar.internal.romeprotocol.xyz:1000> (replace with your domain)
{% endtab %}
{% endtabs %}


---

# 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.rome.builders/legacy/rome-l2-setup/test-your-l2/setup-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.
