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

# Wormhole Bridge Kılavuzu

### Sorumluluk Reddi

Wormhole Bridge kullanmaya başlamadan önce bu kılavuzu okuman önemlidir. Bu kılavuz, Bridge'in adım adım nasıl kullanılacağını açıklarken işlem arama ve işlem devam ettirme gibi yerleşik değerli özellikleri de göstermektedir. Kılavuzda ayrıca sorun giderme adımları da yer almaktadır.

### Bridge İşlemi Gerçekleştirme

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

1. **PancakeSwap Wormhole Bridge'e Git -** [**https://bridge.pancakeswap.finance/wormhole**](https://bridge.pancakeswap.finance/wormhole)
2. **Kaynak Zincir Cüzdanını Bağla** - İlk adım bir cüzdan bağlamaktır. Widget kullanılırken cüzdanının Bridge yapacağın ağa önceden ayarlanmış olması önemli değildir. Wormhole, seçtiğin ağa göre doğru ağı otomatik olarak ayarlayacaktır. EVM zincirleri için yalnızca Metamask desteklenmektedir.
3. **Kaynak Zincir Ağını Seç** - PancakeSwap şu anda Wormhole Bridge ile 4 ağı desteklemektedir (Ethereum, Binance Smart Chain, Arbitrum ve Base)
4. **Kaynak Zincir Varlığını Seç** - Bridge etmek istediğin token'ı seç.
5. **4, 5 ve 6. Adımlar için** - 1, 2 ve 3. adımları hedef zincir için tekrarla
6. Bridge Miktarını Gir - Bridge miktarını gir ve işlemi onaylamak için devam et. Rota ve Bridge buna benzer şekilde gösterilecektir:

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

7. Onaylandıktan ve işlem gönderildikten sonra işlem durumu sayfası görünecektir:

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

Bridge sürecinin üç adımı bulunmaktadır. Bu adımlar biraz zaman alabilir ve genellikle kaynak zincir işleminde belirli sayıda blok onayı gerektirir. Bu onay eşiğine ulaşıldığında Wormhole, işlemin başarılı olduğunu doğrulayan bir kanıt oluşturacaktır. Bu kanıt, hedef zincirde Bridge edilmiş varlığını talep edebilmek için gereklidir.

8. Doğrulama tamamlandığında aşağıda gösterilen talep butonuna tıklayarak Bridge edilmiş varlıklarını talep edebileceksin:

<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/turkish/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.
