> For the complete documentation index, see [llms.txt](https://docs.bifi.finance/biport-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/biport-guide/getting-started/create-a-new-wallet.md).

# Create a new wallet

Biport supports various EVM-compatible networks along with Bitcoin Mainnet (BTC). You can freely explore various DApps on different networks with Biport. Please follow the below steps to make a new wallet.&#x20;

![Create a new wallet](/files/d3KKPqQ7feLOMkpwFkKN)

#### Step 1. Open **Biport Wallet** and click **`Create a new wallet`**

If you don't have a wallet, click `Create a new wallet` to start.

![](/files/Na7aTCSe8sLIGPCoRRXq)

#### Step 2.  Make a pin code for your wallet&#x20;

Password must be at least 8 characters containing both uppercase and lowercase letters and numbers. Then, click `Next`.

![](/files/YxeKVHwrvckzlcwuYUx4)

#### Step 3. Check your recovery phrases (1)

These are 12 words that are the keys to your wallet. Without this, you will not be able to recover your wallet if you lose your password or switch devices. This should not be shared with anyone and be kept in a safe place.

Check the box to agree and click `Next`.

![](/files/h7lsnfnyPSsZ7M8k0Qlq)

#### Step 4. Check your recovery phrases (2)

Write down the phrase and store it in a secure and private place. You will be required to verify your recovery phrase in the next step.

(*Note: The best place to write your recovery phrase is on a piece of paper. Storing it on your computer or phone may not be the best choice as there are possibilities of digital theft and hacks.*)

Click `Copy to Clipboard` and click `Verify Recovery Phrase` to continue.

![](/files/UchJik9q8VdDzFd0OeqT)

#### Step 5. Verify your recovery phrase.

Write down the recovery phrase manually or paste it from the copied clipboard. Name your wallet as you would like to (up to 14 characters) and click `Next`.

![](/files/fgbhiq4NNxI6COXVbP0d)

#### Step 6. Enable `MetaMask Support` Function

With MetaMask Support activated, DApps recognize Biport as MetaMask. This means you don't need to experience any hurdle after importing your MetaMask wallet into Biport.&#x20;

Please activate the function and click `Done`.

![](/files/dVAQwW8kTkjvY21BzWsm)

#### Step 7. Congratulations. Your Biport Wallet is now ready!

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


---

# 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/biport-guide/getting-started/create-a-new-wallet.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.
