> For the complete documentation index, see [llms.txt](https://wiki.onfa.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.onfa.io/wallet/deposit-and-withdrawal/transfer.md).

# Transfer

This Exchange function allows you to **transfer funds internally between wallets** within the ONFA Wallet account that **incurs no fees**, including:

* Main Wallet.
* Income Wallet.
* Linked Wallet.

### **1. Instructions for Execution**

**Step 1: Access the Transfer feature.**

* From the main menu, select **"Transfer"**

  <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2FZjiuBIzNlEfXAKH57ZrM%2FSizzy-iPhone%2014%20Pro%20onfa.io%2020Jun%2009.41-1.png?alt=media&#x26;token=7a8c92f5-6e65-40b0-a44a-36ed73f347d9" alt="" width="246"><figcaption></figcaption></figure>

**Step 2: Select the source wallet.**

* Click the box **"From"**
* Select the type of wallet from which you want to transfer funds:
  * Main Wallet.
  * Income Wallet.
  * Affiliate Wallet.

    <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2FN6O1O3En3HTWRHsZ0uvC%2Fimage.png?alt=media&#x26;token=904b890d-8daf-4523-9de6-0f79cac06bbe" alt="" width="214"><figcaption></figcaption></figure>

**Step 3: Select the coin/token type.**

* Select the cryptocurrency you wish to transfer (USDT, BTC, ETH, ...)

  <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2FCPfCXdx09KChQuc4H2gB%2Fimage.png?alt=media&#x26;token=242aa6f0-60d0-4024-9885-f1bf77cf40a3" alt="" width="215"><figcaption></figcaption></figure>

**Step 4: Enter the amount**

* Enter the amount you wish to transfer.
* Or press **"Max"** to select the entire available balance.
* The system will display the current balance under "Available".

  <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2FuNVXKR1yjqYpZTyzWYgu%2Fimage.png?alt=media&#x26;token=bde6f248-5f27-4ae7-9a94-ce730cdb8334" alt="" width="216"><figcaption></figcaption></figure>

**Step 5: Confirm the transaction**

* Review the information:
  * Source wallet (From)
  * Destination wallet (To)
  * Coin type
  * Quantity
* Press **"Confirm"** to complete.

  <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2Fl6WxKw8NEIs4Ofo3ahys%2Ftelegram-cloud-photo-size-5-6129465514976723460-y.jpg?alt=media&#x26;token=9d96a92d-ca87-49a7-bb10-38e1e446948a" alt="" width="296"><figcaption></figcaption></figure>

> **Important Note:**
>
> * The transfer transaction **is completed immediately.**
> * This action cannot be undone after confirmation.
> * Funds cannot be transferred from other wallets into the linked wallet.


---

# 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://wiki.onfa.io/wallet/deposit-and-withdrawal/transfer.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.
