> For the complete documentation index, see [llms.txt](https://docs.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fwallet.net/web-fruits-wallet/account/introduction-about-export-passphrase-and-transfer-to-multi-coin/transfer-to-multi-coin-function.md).

# “Transfer to Multi-coin” Function

**Step 1**

* In the account list, click the “Transfer to Multi-coin” button. 🡪  Display the “Transfer to Multi-coin wallet” popup.

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

**Step 2**

In the “Transfer to Multi-coin wallet” popup, users can:

* Confirm the transferring of all FRTS and TFSTs from the FRUITS-only wallet to the new Multi-coin wallet.
* Enter your account's PIN.

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

**Step 3**

* Click the “Confirm” button and confirm the new wallet's address, and passphrase.
  * New Wallet‘s PIN is the same as Old Wallet‘s PIN.

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

**Step 4**

* Click the “Login to new wallet” button to access the new wallet.
* After that, the user can click the “View old wallet transaction history” button to check the transaction history of the old wallet.

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

  <figure><img src="/files/LiBjXuOF8VoLwFs4hQXb" 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.fwallet.net/web-fruits-wallet/account/introduction-about-export-passphrase-and-transfer-to-multi-coin/transfer-to-multi-coin-function.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.
