> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/espanol/puente/bridging/evms.md).

# Cómo hacer puente – Entre EVMs

{% hint style="success" %}
**EVMs:** Las cadenas EVM son blockchains que utilizan la Ethereum Virtual Machine para ejecutar contratos inteligentes y dApps compatibles con Ethereum. Algunos ejemplos incluyen Ethereum, BNB Smart Chain, etc.
{% endhint %}

1. Ve a <https://pancakeswap.finance/bridge>
2. Asegúrate de que tu billetera esté conectada

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%281%29%20%283%29.png" alt=""><figcaption></figcaption></figure>

3. Selecciona tus cadenas de **origen** y **destino** mediante los selectores de red

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%282%29%20%283%29.png" alt="" width="375"><figcaption></figcaption></figure>

4. Ingresa el monto que deseas enviar y selecciona el token del menú desplegable

* **Consejo:** ¡Siempre verifica dos veces la dirección del contrato del token antes de enviar!

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%283%29%20%283%29.png" alt="" width="374"><figcaption></figcaption></figure>

5. Selecciona el **token recibido** - En algunos casos donde los símbolos de token son idénticos (p. ej., USDC / USDT), aparecerán variantes para que puedas elegir

* **Consejo:** Pasa el cursor sobre el token o haz clic en el enlace para verificar el nombre y la dirección del token

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%284%29%20%282%29.png" alt="" width="375"><figcaption><p>USDC</p></figcaption></figure>

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%285%29%20%282%29.png" alt="" width="375"><figcaption><p>USDC (Wormhole)</p></figcaption></figure>

6. Revisa la sección "You Receive" para confirmar que todos los detalles son correctos

* PancakeSwap selecciona entre múltiples proveedores de puente según tus cadenas de origen y destino.
* Los proveedores difieren en comisiones, tiempos de procesamiento y posibles restricciones, las cuales se mostrarán claramente.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28385%29.png" alt=""><figcaption></figcaption></figure>

* Las etiquetas te ayudan a comparar rutas:
  * **Best Return** = mayor monto recibido
  * **Fastest** = tiempo de transferencia más rápido

Usa estas etiquetas para equilibrar velocidad y valor según tus necesidades.

{% hint style="warning" %}
En tu **primera transacción** con un proveedor de puente, se te pedirá que apruebes la transferencia del token (esta es una acción única)

* Para tu **segunda transacción**, simplemente haz clic en "Send" y tu transferencia de puente comenzará
  {% endhint %}

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%286%29%20%281%29.png" alt=""><figcaption></figcaption></figure>

7. ¡Relájate! La mayoría de las transferencias de puente se completan en tan solo unos minutos. Una vez completadas, tus tokens aparecerán en tu dirección de Ethereum.


---

# 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://docs.pancakeswap.finance/espanol/puente/bridging/evms.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.
