> For the complete documentation index, see [llms.txt](https://docs.concha.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.concha.network/users/onboarding/add-to-metamask.md).

# Add to MetaMask

## Using Concha Bridge

You can add Concha Testnet to MetaMask with one click.

**Step 1:** Access the Concha Bridge <https://bridge.concha.network>

**Step 2:** Click on button "**Add to MetaMask**". Then accept on MetaMask popup.

<figure><img src="/files/2CiKNCZD7E9gsfunvsiT" alt=""><figcaption></figcaption></figure>

## Add manually

**Step 1.**  Click *Ethereum Mainnet* in the top left corner.

<div align="left"><figure><img src="/files/BW6Ics3RXHp5vfzhwPcL" alt=""><figcaption></figcaption></figure></div>

**Step 2.** Click *Add network*.

<div align="left"><figure><img src="/files/4aIiWGGRvu385fCdnAKh" alt=""><figcaption></figcaption></figure></div>

**Step 3.** Click *Add a network manually* at the bottom of the page.

![](https://2005740386-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F86DOhBfNrLlWRaDcVIZ3%2Fuploads%2FX23mh9QmF0eBydcDr6U1%2Fimage.png?alt=media\&token=e676fda5-78b1-4944-ac70-67e577fb8e9a)

**Step 4.** Enter the informations below.

<div align="left"><figure><img src="/files/ctmMlrpcVv0s5ZPt0ao5" alt=""><figcaption></figcaption></figure></div>

## Concha Testnet

Network name: Concha Testnet

RPC URL: <https://testnet-rpc.concha.network>

Chain ID: 11118

Currency symbol: tBTC

Block explorer URL: <https://explorer.concha.network>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.concha.network/users/onboarding/add-to-metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
