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

# Guia do Bridge Wormhole

### Aviso Legal

É essencial ler este guia antes de começar a usar o Wormhole bridge. Este guia explica como usar o bridge passo a passo, além de demonstrar alguns recursos valiosos que ele suporta nativamente, como pesquisa de tradução e retomada de transações. Este guia também fornece ações de solução de problemas.

### Realizando um Bridge

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

1. **Acesse o PancakeSwap Wormhole Bridge -** [**https://bridge.pancakeswap.finance/wormhole**](https://bridge.pancakeswap.finance/wormhole)
2. **Conecte a Carteira da Chain de Origem** - O primeiro passo é conectar uma Carteira. Ao usar o widget, não é importante ter sua Carteira predefinida para a rede da qual você está tentando fazer bridge. O Wormhole definirá automaticamente a rede correta para você com base na que você escolheu. Para chains EVM, apenas Metamask é suportado
3. **Selecione a Rede da Chain de Origem** - O PancakeSwap atualmente suporta 4 redes com o Wormhole Bridge (Ethereum, Binance Smart Chain, Arbitrum e Base)
4. **Selecione o Ativo da Chain de Origem** - Selecione o token que deseja fazer bridge.
5. **Para os Passos 4, 5 e 6** - Repita os passos 1, 2 e 3 com a chain de destino
6. Insira o Valor do Bridge - Insira o valor do bridge e prossiga para aprovar a transação. A rota e o bridge serão exibidos de forma semelhante a esta:

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

7. Após a aprovação e o envio da transação, uma página de status da transação será exibida:

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

Há três etapas no processo de bridge. Essas etapas podem levar algum tempo e geralmente exigem um certo número de confirmações de bloco na transação da chain de origem. Uma vez atingido esse limite de confirmações, o Wormhole gerará uma prova confirmando que a transação foi bem-sucedida. Essa prova é necessária para poder reivindicar seu ativo com bridge na chain de destino.

8. Após a conclusão da verificação, você poderá reivindicar seus ativos com bridge clicando no botão de reivindicação exibido:

<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/portuguese-brazilian/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.
