> 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/chinese/kua-lian-qiao/bridging/wormhole-bridge-guide.md).

# Wormhole 跨链桥指南

### 免责声明

在开始使用 Wormhole 跨链桥之前，务必阅读本指南。本指南以分步方式说明如何使用该跨链桥，并演示了它开箱即用支持的一些有价值的功能，例如转账搜索和交易恢复。本指南还提供了应采取的故障排查措施。

### 执行一次跨链

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

1. **前往 PancakeSwap Wormhole 跨链桥 -** [**https://bridge.pancakeswap.finance/wormhole**](https://bridge.pancakeswap.finance/wormhole)
2. **连接源链钱包** - 第一步是连接钱包。使用此小组件时，你的钱包无需预先设置到你想要跨链转出的网络。Wormhole 会根据你选择的网络自动为你设置正确的网络。对于 EVM 链，仅支持 Metamask
3. **选择源链网络** - PancakeSwap 目前在 Wormhole 跨链桥上支持 4 个网络（Ethereum、Binance Smart Chain、Arbitrum 和 Base）
4. **选择源链资产** - 选择你想跨链的代币。
5. **对于第 4、5 和 6 步** - 对目标链重复第 1、2 和 3 步
6. 输入跨链金额 - 输入跨链金额并继续批准交易。路由和跨链桥将以类似如下方式显示：

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

7. 一旦批准并发送交易后，将显示一个交易状态页面：

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

跨链过程有三个步骤。这些步骤可能需要一些时间，并且通常需要源链交易上一定数量的区块确认。一旦达到此确认阈值。Wormhole 将生成证明，确认交易成功。需要此证明才能在目标链上领取你跨链转移的资产。

8. 验证完成后，你将能够通过点击显示的领取按钮来领取你跨链转移的资产：

<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/chinese/kua-lian-qiao/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.
