# Setup Metamask Wallet

### Installing Metamask

If you have not yet installed MetaMask on your Chrome, Brave or Firefox browser, please do so via [**this link**](https://metamask.io/).

{% hint style="danger" %}
Remember to save your password and seed phrase in a secure location.&#x20;

**Never share this information with anyone.**
{% endhint %}

### Connect Metamask to CLV Chain

1. Login to MetaMask&#x20;
2. In the top right corner of the page, select the Network dropdown menu.
3. Select **Add Network**.
4. Continue to fill in the CLV Network information:\
   \
   \- **Network Name:** CLV Parachain\
   \- **New RPC URL:** <https://api-para.clover.finance\\>
   \- **Chain ID:** 1024\
   \- **Symbol:** CLV\
   \- **Explorer:** <https://clvscan.com/>
5. Select **Save**.

![](/files/o5EXVRcysRuEFYFpTD6O)

### Add CLV Compatible Tokens

All your CLV compatible tokens will be viewable in this network once you have imported the token information.&#x20;

1. Navigate to the bottom of the CLV Network page in MetaMask and select **Import Token**.&#x20;
2. Enter the information for the token you wish to import (you can find this on blockchain explorers such as [CLVscan](https://clvscan.com/)).&#x20;
3. The token information will usually autofill. Always double-check the token contract address to make sure it is not a fake version.&#x20;
4. Select **Add Custom Token** to save.&#x20;

![](/files/NPejMWtZQWq8VGyyoTdl)

{% hint style="warning" %}
IMPORTANT: To use the CLV chain, you must have $CLV for transaction gas fees. **0.02 $CLV** is recommended, it will be more than enough to get you started on CLV Chain. See how you can [withdraw and bridge $CLV to CLV Parachain.](/use-clv-chain/beginners-guide/how-to-get-usdclv.md)
{% endhint %}


---

# 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.clv.org/use-clv-chain/beginners-guide/setup-metamask-wallet.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.
