> 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/wormhole-bridge-guide.md).

# Guida al Bridge Wormhole

### Avvertenza

È fondamentale leggere questa guida prima di iniziare a usare il Wormhole Bridge. Questa guida spiega come usare il Bridge passo dopo passo, e illustra anche alcune funzionalità utili supportate nativamente, come la ricerca per traduzione e la ripresa delle transazioni. La guida fornisce anche azioni di risoluzione dei problemi da intraprendere.

### Eseguire un Bridge

<figure><img src="https://lh7-us.googleusercontent.com/ZnR2zSNBpjyrzAs_JVlYdKCMDVYmOw4AVdJj_VIk0dmkvqTNxAC1ror2bEQlmSLeVGNV-PwhQSZdyquv-nCBPsHLjACy6LQsyM7M98dFrT9xKnZqC0aWYgUj0fjwC5pbZ9g1UwLalAU6DV-ORgPs-UY" alt=""><figcaption></figcaption></figure>

1. **Vai al PancakeSwap Wormhole Bridge -** [**https://bridge.pancakeswap.finance/wormhole**](https://bridge.pancakeswap.finance/wormhole)
2. **Connetti il Portafoglio della Chain di Origine** - Il primo passo è collegare un portafoglio. Quando usi il widget non è importante avere il portafoglio preimpostato sulla rete da cui vuoi fare il Bridge. Wormhole imposterà automaticamente la rete corretta in base a quella che hai selezionato. Per le chain EVM è supportato solo MetaMask
3. **Seleziona la Rete della Chain di Origine** - PancakeSwap supporta attualmente 4 reti con il Wormhole Bridge (Ethereum, Binance Smart Chain, Arbitrum e Base)
4. **Seleziona l'Asset della Chain di Origine** - Seleziona il token che vuoi trasferire tramite Bridge.
5. **Per i Passaggi 4, 5 e 6** - Ripeti i passaggi 1, 2 e 3 con la chain di destinazione
6. Inserisci l'Importo del Bridge - Inserisci l'importo del Bridge e procedi con l'approvazione della transazione. Il percorso e il Bridge saranno mostrati in modo simile a questo:

<figure><img src="https://lh7-us.googleusercontent.com/k6VhFctTcH__ojn3fMScEUUONGP_uPHk-s8OvVonboim7Cm37xCQhNiReTpUuo90_c81jg51pHVKsxhok50I6dwHWjBGZgB-yaIksikYP0aQB7uUaI1Wm6wK9uoYdZdygkViWnXWZcGnsBrPnivbij0" alt="" width="563"><figcaption></figcaption></figure>

7. Una volta approvata e inviata la transazione, apparirà una pagina di stato della transazione:

<figure><img src="https://lh7-us.googleusercontent.com/RpERMKVOpXOJn56_-awggVO63Pl_KkkvQBzrwlD3jdEssKk7H6gznb7Np8ampHm3quG3doPGReqKFMyU1Fa4b0nlxjmSiZgSlY1WfEEAzbM_PcpZVRtESmXWol50wku4SE5oT8MgjfIwdoj8-rf-IBE" alt="" width="563"><figcaption></figcaption></figure>

Il processo di Bridge si compone di tre fasi. Queste fasi possono richiedere del tempo e di solito necessitano di un certo numero di conferme di blocco sulla transazione della chain di origine. Una volta raggiunta questa soglia di conferme, Wormhole genererà una prova che conferma che la transazione è avvenuta con successo. Questa prova è necessaria per poter richiedere il tuo asset trasferito sulla chain di destinazione.

8. Una volta completata la verifica, potrai richiedere i tuoi asset trasferiti cliccando il pulsante di richiesta mostrato:

<figure><img src="https://lh7-us.googleusercontent.com/1OQVN7yTv2LcyZVpuwdZx4xxHsWFkGoSmfNSDDwJDSib47EVxmY-c_mD5EcfVGyb72KNdtZ-BC3CH_cWZtXNXVflFV8PP_577nIb4dG_Z1_O3rdoXETRWORZmgn4eUKyGAdmavmdzzA6YRA3aVA8_R8" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/wormhole-bridge-guide.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.
