> For the complete documentation index, see [llms.txt](https://docs.cardax.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cardax.io/get-started/how-to-add-milkomeda-c1-to-metamask-network-list.md).

# How to add Milkomeda C1 to Metamask network list

The next step is to obtain an address on the Milkomeda C1 sidechain where we can receive our MilkADA. For now, we recommend using MetaMask for this step.

First, install [MetaMask for Chrome](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn). Then, click the Chrome Extensions icon ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABM0lEQVRYCe2WzwrCMAzGfVMPXnbwIAo7+AcFRVFQFEUfTX2QnSvfIDA7s2RNhR0aGFlLm/z2pQ3ruQ5Zr0MsLsFw1UjKRFemKAp3uT1cf5CVHmOrBZdpuz+WIIDBc77erSzht4kgqt5KE6xMFYLe/w7zfL3dJJ99lYSSSx77sF9rojLjfBoEQqAA0poIQ0EtPsFw6kVTBv3E7ylcUm4+GgwFQoe1QqFjN3Vq8QATDDwCcV+vnW/q1K1gAGS96oDmrBVMZ5QByO5wMpUJJTKdGRzaxWpjguDK4s+LZZIOpuaG+Um5cTAMIEhy+CYoLrk/HwxDIBQQY05FWiN5ESYbjmpJoMIvmy/XtbVoBVoTYfA/4vcWDsYvFfZF/Z/RflWMdaIyMZJoYyQYTqmkTFKGU4Cb/wAg3RKRipGFkgAAAABJRU5ErkJggg==) and select MetaMask. Within the MetaMask window, click "**Get Started**" and then "**Create a Wallet**". Set a wallet password and click through the rest of the setup screens. When finished, you should have a new empty wallet as shown below. Select the network dropdown at the top right of the MetaMask screen.

![MetaMask wallet](https://dcspark.github.io/milkomeda-documentation/assets/images/metamask-wallet-7c90c9998f53157bf2f09d965e043735.png)

From the dropdown list, select “**Add Network**” and enter the following:

> Network Name: Milkomeda Cardano (C1)
>
> New RPC URL: <https://rpc-mainnet-cardano-evm.c1.milkomeda.com>
>
> Chain ID: 2001
>
> Currency Symbol (Optional): MilkADA
>
> Block Explorer URL (Optional): <https://explorer-mainnet-cardano-evm.c1.milkomeda.com>

Click “**Save**”, and you should now see "**Milkomeda Cardano (C1)**" in the network dropdown. Copy your C1 wallet address to the clipboard by clicking on the account name, as shown.

![Copy Address in MetaMask](https://dcspark.github.io/milkomeda-documentation/assets/images/copy-address-metamask-9e59f4de396c2487d0790ad0701983e4.png)

Now we are ready to return to Flint Wallet and send our ADA to be converted to MilkADA.

{% embed url="<https://www.youtube.com/watch?v=GpANrujYcvY&feature=youtu.be&ab_channel=Cardax>" %}


---

# 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.cardax.io/get-started/how-to-add-milkomeda-c1-to-metamask-network-list.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.
