> 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/wallet/acciones/intercambiar-tokens-swap.md).

# Intercambiar Tokens (SWAP)

## Cómo intercambiar tokens (Escritorio)

1. Selecciona el botón "Intercambio" (Swap)

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/679a44b60ad1494669f9d022_679a43a7f32a0f497dcf3d8f_how_to_swap_backpack_wallet.jpeg" alt="" width="375"><figcaption></figcaption></figure></div>

2. Selecciona los tokens que deseas intercambiar
3. Revisa los detalles de la transacción

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/679a44b60ad1494669f9d034_679a444eaec81e223c086e97_how_to_swap_backpack_wallet2.jpeg" alt="" width="375"><figcaption></figcaption></figure></div>

4. Selecciona el botón "Aprobar"

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/679a44b60ad1494669f9d01f_679a44779aae254614fe534d_how_to_swap_backpack_wallet3.jpeg" alt="" width="375"><figcaption></figcaption></figure></div>

***

## Cómo intercambiar tokens (Móvil)

1. Selecciona el botón "Intercambio" (Swap)

Puedes elegir el botón "Intercambiar" en la parte superior de la pantalla o el ícono en la parte inferior.

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/66f51ff95d5ac31086ef16e7_66f51ce6b2b48b8e2978fe24_swap_crypto_tokens_backpack_wallet_mobile.png" alt="" width="375"><figcaption></figcaption></figure></div>

2. Selecciona los tokens que deseas intercambiar

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/66f51ff95d5ac31086ef16ea_66f51cd5c90d5f01674cc59c_swap_crypto_tokens_backpack_wallet_mobile2.png" alt="" width="375"><figcaption></figcaption></figure></div>

3. Revisa los detalles del intercambio

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/66f51ff85d5ac31086ef16bb_66f51cc81b9caedc5079a5f8_swap_crypto_tokens_backpack_wallet_mobile3.png" alt="" width="375"><figcaption></figcaption></figure></div>

4. Aprueba la transacción y regresa al menú principal

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/66f51ff85d5ac31086ef16be_66f51cc20f914dac6a47aace_swap_crypto_tokens_backpack_wallet_mobile4.png" alt="" width="375"><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/wallet/acciones/intercambiar-tokens-swap.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.
