> 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/import-an-existing-wallet-to-biport.md).

# Import an existing wallet to Biport

### Importing using recovery phrases

#### Step 1. Open **Biport Wallet** and click **`I already have a wallet`**

![](/files/GeJBnuKBbMQgmKmoEzOT)

#### 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/SPFsNmtZJQBhnMjnX67d)

#### Step 3. Choose Import as recovery word

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

#### Step 4. Enter your recovery phrase.

Name the wallet as you would like to (up to 14 characters). Then, click `Import`

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

#### Step 5. Your wallet is ready!&#x20;

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

#### &#x20;

### Importing using private keys

#### Step 1. Open **Biport Wallet** and click **`I already have a wallet`**

![](/files/GeJBnuKBbMQgmKmoEzOT)

#### 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/SPFsNmtZJQBhnMjnX67d)

#### Step 3. Choose `Import with recovery word`

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

#### Step 4. Enter your private key

Name the wallet as you would like to (up to 14 characters). Then, click `Import`

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

#### Step 5. Your wallet is ready!&#x20;

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

#### &#x20;


---

# 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/import-an-existing-wallet-to-biport.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.
