# MetaMask

MetaMask is a web browser extension and mobile app that helps you manage your Lycan private keys. It acts as a wallet for Lycan and other tokens, allowing you to interact with decentralized applications (dapps).

### 1. Download[​](https://docs.gnosischain.com/tools/wallets/metamask/#1-download) <a href="#id-1-download" id="id-1-download"></a>

\
The official MetaMask download page will detect your browser and provide the correct link to the extension store. It supports Chrome, Firefox, Opera, Edge, and Brave. MetaMask is also available for Android and iOS.

### 2. Configure[​](https://docs.gnosischain.com/tools/wallets/metamask/#2-configure) <a href="#id-2-configure" id="id-2-configure"></a>

\
After installation, MetaMask needs to be set up to work with Lycan. See the instructions below:

{% tabs %}
{% tab title="Manual Setup" %}

<figure><img src="/files/5kNwRcAsUA4gRk2MOWZ5" alt=""><figcaption><p>Add Network</p></figcaption></figure>

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

<figure><img src="/files/9gvRPyarfWghdYRulHiT" alt=""><figcaption><p>Lycan chain details in MetaMask</p></figcaption></figure>

{% endtab %}

{% tab title="Chainlist Link" %}
Use this [ChainList Link](https://shanejonas.github.io/metamask-link/deep?method=wallet_addEthereumChain\&params\[0]\[chainId]=0x2D1\&params\[0]\[chainName]=Lycan\&params\[0]\[rpcUrls]\[0]=https://rpc.lycanchain.com/\&params\[0]\[nativeCurrency]\[name]=Lycan\&params\[0]\[nativeCurrency]\[symbol]=LYC\&params\[0]\[nativeCurrency]\[decimals]=18\&params\[0]\[blockExplorerUrls]\[0]=https://explorer.lycanchain.com) to automatically configure Lycan in MetaMask.
{% endtab %}

{% tab title="MetaMask DeepLink" %}
Use this [MetaMask DeepLink](https://shanejonas.github.io/metamask-link/deep?method=wallet_addEthereumChain\&params\[0]\[chainId]=0x2D1\&params\[0]\[chainName]=Lycan\&params\[0]\[rpcUrls]\[0]=https://rpc.lycanchain.com/\&params\[0]\[nativeCurrency]\[name]=Lycan\&params\[0]\[nativeCurrency]\[symbol]=LYC\&params\[0]\[nativeCurrency]\[decimals]=18\&params\[0]\[blockExplorerUrls]\[0]=https://explorer.lycanchain.com) to automatically configure Lycan in MetaMask.
{% 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.lycanchain.com/developers-integration/wallets/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.
