> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/es/exchange/depositos-y-retiros/cripto/retiros/como-retirar.md).

# ¿Cómo Retirar?

### Retiro a una Wallet

1\. Abre el menú **Retirar**

<div align="left"><figure><img src="/files/NbMZlPmb573yuF6yWgJs" alt=""><figcaption></figcaption></figure></div>

2\. Elige la **criptomoneda** que deseas retirar e ingresa el **monto**

{% hint style="info" %}
**Nota: Si tu saldo disponible es insuficiente, al activar el margen se canjearán los préstamos pendientes o se generará un préstamo para cubrir el retiro. Si tu saldo es suficiente, activar el margen no tendrá ningún efecto.**
{% endhint %}

3\. Ingresa la **dirección de destino**, o abre el Address Book (libro de direcciones) y selecciona una dirección guardada

4\. Haz clic en **“Continuar”**, luego ingresa tu código de verificación por correo electrónico y el código de tu aplicación autenticadora (2FA), y selecciona el **botón Enviar**

<figure><img src="/files/9ybcbpNxL0h2fjNGsHLc" alt=""><figcaption></figcaption></figure>

### Transferencias Entre Subcuentas

1. Haz clic en **“Retirar”.**

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

2. En la pestaña **“Subcuentas”**, selecciona el token que deseas transferir.
3. Ingresa el monto de la transferencia.
4. En el menú desplegable, selecciona la **subcuenta de origen**.
5. En el siguiente menú desplegable, selecciona la **subcuenta de destino**.
6. Haz clic en **“Transferir”**

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

🎉 ¡Listo! Tus fondos se acreditarán en breve.


---

# 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://support.backpack.exchange/support-docs/es/exchange/depositos-y-retiros/cripto/retiros/como-retirar.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.
