# Add LP token in Metamask

After you've successfully made a deposit into a Vault, you should get its [LP token](/features-description/features-description/vaults-lp-tokens.md), which is unique for each Vault. If you can not see it on your balance, then you need to add it manually. Here is a short instruction on how to do that.

First, open your Metamask, click on 3 dots on the right and choose "View account on etherscan"

<figure><img src="/files/HMgDq4NHMB2IzdlnuUUN" alt=""><figcaption><p>Choose View Account on Etherscan</p></figcaption></figure>

You will go to Ethereum blockchain explorer - Etherscan, where you will see all assets on the balance of your wallet (Not all assets are visible on Metamask). Choose the token you'd like to add and click on it.

<figure><img src="/files/jLIOUU7lljaK0mpVguRI" alt=""><figcaption><p>Etherscan picture of the wallet</p></figcaption></figure>

Then you will see the Example Vault LP token contract on etherscan. The only thing here you should do is copy the contract address.

<figure><img src="/files/iWeV9ZCGTJpPOdzCdW7m" alt=""><figcaption><p>Example Vault LP Token contract on Etherscan</p></figcaption></figure>

After you've successfully copied the contract address of the Example Vault token, open your Metamask "assets" tab and scroll down to find the "Import tokens" button.

<figure><img src="/files/pxNFpBBr7htd1GMb4Dlv" alt=""><figcaption><p>Find import tokens button in the end of the Assets tab</p></figcaption></figure>

After that, you will need to paste copied token address into the corresponding field and all other information will link automatically.

<figure><img src="/files/Gv8rtSIpY5ZZD0T9fg1x" alt=""><figcaption><p>Paste token contract address</p></figcaption></figure>

Then you will need to click on the "Add custom token" button, then press Import, and the a token will be available in your metamask.

<figure><img src="/files/Yf87XJIiypNBaWJ9WEzo" alt=""><figcaption><p>Now I can see LP tokens in my metamask</p></figcaption></figure>

{% hint style="info" %}
Please note that if you're holder of a Private Fund's LP tokens, you will not be able to send it to any wallet outside of "[Investor's allowlist](broken://pages/CYBZhPmz3IlCl6N4RiSE)"
{% 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://info.aspis.finance/for-investors-and-vault-members/add-lp-token-in-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.
