> 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/italian/bridge/bridging/evms.md).

# Come fare il Bridge – Tra EVM

{% hint style="success" %}
**EVM:** Le chain EVM sono blockchain che usano l'Ethereum Virtual Machine per eseguire smart contract e dApp compatibili con Ethereum. Esempi includono Ethereum, BNB Smart Chain, ecc.
{% endhint %}

1. Vai su <https://pancakeswap.finance/bridge>
2. Assicurati che il tuo portafoglio sia collegato

<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. Seleziona le chain di **origine** e **destinazione** tramite i selettori di rete

<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. Inserisci l'importo che vuoi inviare e seleziona il token dal menu a tendina

* **Suggerimento:** controlla sempre due volte l'indirizzo del contratto del token prima di inviare!

<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. Seleziona il **token ricevuto** – In alcuni casi in cui i simboli dei token sono identici (es. USDC / USDT), appariranno delle varianti tra cui scegliere

* **Suggerimento:** passa il cursore sul token o clicca sul link per verificare il nome e l'indirizzo 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. Controlla la sezione "Riceverai" per confermare che tutti i dettagli siano corretti

* PancakeSwap seleziona tra più fornitori Bridge in base alle chain di origine e destinazione.
* I fornitori differiscono per commissioni, tempi di elaborazione e possibili restrizioni—questi saranno mostrati chiaramente.

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

* I tag ti aiutano a confrontare i percorsi:
  * **Miglior Rendimento** = importo ricevuto più alto
  * **Più Veloce** = tempo di trasferimento più rapido

Usa questi tag per bilanciare velocità e valore in base alle tue esigenze.

{% hint style="warning" %}
Alla **prima transazione** con un fornitore Bridge, ti verrà chiesto di approvare il trasferimento del token (questa è un'azione una tantum)

* Per la **seconda transazione**, clicca semplicemente su "Send" e il tuo trasferimento Bridge avrà inizio
  {% 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. Siediti e rilassati! La maggior parte dei trasferimenti Bridge si completa in pochi minuti. Una volta completato, i tuoi token appariranno nel tuo indirizzo 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/italian/bridge/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.
