# Metamask

## Connect Metamask with OraichainEVM

This guide will provide step-by-step how to run a  testnet chain

### Add a Custom Network for OraichainEVM

Open the Metamask extension on your browser, ou may have to log in to your Metamask account if you have not already. Then, click the top right circle and go to `Settings` > `Networks`. Press the `Add Network` button and fill out the form as shown below with your application `ChainID`.

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

### Downloading State

* To see metamask logs, go to top right circle -> settings -> advanced -> download state logs. If you search through the JSON file for the account address, you'll find the transaction history.


---

# 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.orai.io/developer-guides/oraichainevm/guides/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.
