> 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/depositos/como-depositar.md).

# ¿Cómo Depositar?

#### Activos de Depósito Más Comunes y Redes Compatibles

| Activo   | Redes de Depósito Compatibles                                            |
| -------- | ------------------------------------------------------------------------ |
| **USDC** | Solana, Ethereum, SUI, Arbitrum, Base, Optimism, Polygon, Sei EVM, Aptos |
| **USDT** | Solana, Ethereum, Tron                                                   |
| **BTC**  | Bitcoin, Solana (Coinbase BTC)                                           |
| **ETH**  | Ethereum, Arbitrum, Base, Optimism                                       |
| **SOL**  | Solana                                                                   |

### :warning:Notas importantes

### 1. Depósitos de Stablecoins Admitidos

Backpack Exchange solo admite **depósitos de stablecoins nativas** en sus respectivas redes.\
Depositar una versión incorrecta de una stablecoin puede hacer que tus fondos no sean acreditados.

#### Ejemplo: Red Optimism

En la red Optimism, Backpack solo admite depósitos de **USDT0** con la siguiente dirección de contrato:

```
0x01bFF41798a0BcF287b996046Ca68b395DbC1071
```

**No** se admiten depósitos de USDT con la dirección de contrato:

```
0x94b008aA00579c1307B0EF2c499aD98a8ce58e58
```

{% hint style="danger" %}
Si depositas USDT (en lugar de USDT0) en Optimism, los fondos no serán acreditados en tu cuenta de Backpack.
{% endhint %}

{% hint style="info" %}
**Nota:** Actualmente, Backpack Exchange solo admite USDC nativo en cada red compatible.\
Las versiones puenteadas o envueltas de USDC (como USDC.e) no son compatibles.\
Depositar estas versiones puede resultar en pérdida permanente de fondos o en un proceso de recuperación prolongado, si la recuperación es posible
{% endhint %}

### 2. Cómo Evitar Errores en los Depósitos

Antes de realizar una transferencia:

1. **Verifica** cuidadosamente la dirección de depósito y la red
2. **Lee** todos los avisos y advertencias que aparecen en la página de depósito
3. **Contacta** a nuestro equipo de soporte oficial si no estás seguro de qué red o token utilizar

{% hint style="info" %}
**Depósitos incorrectos pueden resultar en:**

* ⚠️ Pérdida permanente de fondos, o
* ⏳ Un proceso de reembolso prolongado (si la recuperación es posible)
  {% endhint %}

***

### Depósito mediante la dirección de la wallet del Exchange

#### 1. Abre el menú Depósito

<div align="left"><figure><img src="/files/lTjOJBzrtCm1Eoqu4TBw" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Si estás realizando un depósito desde el móvil, simplemente toca el botón **Depositar** en la página de **Inicio** o en la página de **Portafolio**.
{% endhint %}

#### 2. Elige la criptomoneda que deseas depositar

Si no aparece en la lista, búscala manualmente.

<div align="left"><figure><img src="/files/gRe8pMYLQDP7g5mFztI9" alt="" width="563"><figcaption></figcaption></figure></div>

#### 3. Copia la dirección de la wallet

<div align="left"><figure><img src="/files/z8JqOFSeGRj1UkFoX1or" alt="" width="320"><figcaption></figcaption></figure></div>

#### 4. Pega la dirección en la plataforma desde la que enviarás los fondos (ya sea desde una wallet no custodiada o un exchange) y realiza la transferencia

***

### Depósito mediante subcuentas

#### 1. Abre el menú Depósito

<div align="left"><figure><img src="/files/q0zPF9FR0YOwuc47g9cj" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Si estás realizando un depósito desde el móvil, simplemente toca el botón **Depositar** en la página de **Inicio** o en la página de **Portafolio**.
{% endhint %}

#### 2. Elige la criptomoneda que deseas depositar

<div align="left"><figure><img src="/files/i9Nj9ktG71vHhECpthxZ" alt="" width="316"><figcaption></figcaption></figure></div>

#### 3. Ingresa el monto del depósito y selecciona la subcuenta de origen  y la subcuenta de destin&#x6F;**.**

<div align="left"><figure><img src="/files/8vgPd56vokWDTmK0rCyb" alt="" width="320"><figcaption></figcaption></figure></div>

#### 4. Haz clic en el botón “Transferir”.

<div align="left"><figure><img src="/files/oeoAiNxdqvSujU8NqY9N" alt="" width="320"><figcaption></figcaption></figure></div>


---

# 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/depositos/como-depositar.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.
