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

# Install MetaMask

To lend, stake, or pool on BiFi, you first need to install MetaMask wallet on your desktop or phone. Follow the steps below to install MetaMask.&#x20;

#### 1. Visit [MetaMask.io](https://metamask.io/) and click `Download`.

![](/files/-MYDunTJudbTVwN9e4cy)

#### 2. Choose your device and click `Install MetaMask`.&#x20;

![](/files/-MYDv2Bs0WNWmzIGKJEa)

#### 3. Click `Add to Chrome` .

![](/files/-MYDvBoAniK-Y4Y73VXq)

#### 4. Click `Add extension`.

![](/files/-MYDvK3JNAVRZAfr8rvL)

#### 5. Installation is complete. To create an account, click `Get Started` .

![](/files/-MYDvRHayz2oAC2LSVFh)

#### 6. If you already have an account, you can import your existing wallet by clicking `Import wallet`. Otherwise, click `Create a Wallet`.

![](/files/-MYDvlM6IxYV5FR3-3Z-)

#### 7. Click `I Agree`.

![](/files/-MYDvt7rZH4aYHIsi2og)

#### 8. Enter your password and remember or keep this in a safe place.&#x20;

![](/files/-MYDw0j6gMXIpL2VU6kt)

#### 9. In the next step, your 'Secret Backup Phrase' will be shown.&#x20;

{% hint style="danger" %}
Click to reveal your secret phrase and store it in a secure place.&#x20;

**NEVER share this phrase with anyone else.**
{% endhint %}

![](/files/-MYDwClx9cW9mWlOqrVr)

#### 10. You have completed setting up MetaMask!&#x20;

![](/files/-MYDwWjsHhNgMDFu2rSV)

{% hint style="info" %}
To add your existing tokens to MetaMask, click "Add Token".
{% endhint %}


---

# 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.bifi.finance/guide/wallet/metamask-guide/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.
