> 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/sp/cartera/deposito-y-retiro/transferencia.md).

# Transferencia

Esta función de Intercambio le permite **transferir fondos internamente entre billeteras** dentro de la cuenta de ONFA Wallet que **no genera tarifas**, incluyendo:

* Billetera Principal.
* Billetera de Ingresos.
* Billetera Vinculada.

#### **1. Instrucciones para la Ejecución**

**Paso 1: Acceda a la función de Transferencia.**

* Desde el menú principal, seleccione **"Transferir"**

  <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>

**Paso 2: Seleccione la billetera de origen.**

* Haga clic en el cuadro **"Desde"**
* Seleccione el tipo de billetera desde la cual desea transferir fondos:
  * Billetera Principal.
  * Billetera de Ingresos.
  * Billetera de Afiliado.

    <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>

**Paso 3: Seleccione el tipo de moneda/token.**

* Seleccione la criptomoneda que desea transferir (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>

**Paso 4: Ingrese el monto**

* Ingrese la cantidad que desea transferir.
* O presione **"Máx"** para seleccionar todo el saldo disponible.
* El sistema mostrará el saldo actual bajo "Disponible".

  <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>

**Paso 5: Confirme la transacción**

* Revise la información:
  * Billetera de origen (Desde)
  * Billetera de destino (Hacia)
  * Tipo de moneda
  * Cantidad
* Presiona **"Confirmar"** para completar.

  <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>

> **Nota Importante:**
>
> * La transacción de transferencia **se completa inmediatamente.**
> * Esta acción no se puede deshacer después de la confirmación.
> * Los fondos no se pueden transferir desde otras billeteras a la billetera vinculada.


---

# 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/sp/cartera/deposito-y-retiro/transferencia.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.
