> For the complete documentation index, see [llms.txt](https://docs.lycanchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lycanchain.com/developers-integration/wallets/metamask.md).

# 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
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.lycanchain.com/developers-integration/wallets/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.
