> For the complete documentation index, see [llms.txt](https://docs.bifi.finance/biport-mobile-user-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-mobile-user-guide/getting-started/import-a-wallet-into-biport/using-mnemonics-recovery-phrases.md).

# Using mnemonics (Recovery phrases)

{% hint style="info" %}
When importing a wallet with recovery phrases, you have two options for BTC address.

1. Private key derivation type: Biport Mobile nows follows this rule when issuing a BTC wallet address.
2. Mnemonc derivation type: Biport Chrome extension follows this rule when issuing a BTC wallet address. If you already have a Biport Chrome extension wallet and are importing it into Biport Mobile, we recommend the second option.
   {% endhint %}

<div><img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e448b3bb-98ce-4530-b895-dcedf287834b/%EB%B3%B5%EA%B5%AC%EA%B5%AC%EB%AC%B8%EC%9C%BC%EB%A1%9C_%EB%B6%88%EB%9F%AC%EC%98%A4%EA%B8%B01.jpg" alt=""> <figure><img src="/files/Ea6x3xEUb49BnCTjzMub" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ER6fx4iF4Vi9w3DJFNFI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/GFlEm9hdK6I3gaIz3xqY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/oW76zGhpHxESvg6r5mMw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5xBIdxy5HFZJoA8ValYk" alt=""><figcaption></figcaption></figure></div>

1. Choose a BTC address issuance type you prefer and click `Confirm`.
2. Type in the recovery phrases of your wallet and click `Confirm`.
3. You can check the amount of your crypto assets in the address.
4. If you want to add multiple wallets under the same mnemonic, click `Load More`.
5. Click `Import Wallet` to complete the process.
6. Your wallet is ready!


---

# 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-mobile-user-guide/getting-started/import-a-wallet-into-biport/using-mnemonics-recovery-phrases.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.
