> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/th/riang-ru/bridge.md).

# Bridge

## bridge คืออะไร?

bridge คือ dApp ที่มี smart contract ช่วยให้ผู้ถือ token สามารถย้าย token หรือสินทรัพย์ดิจิทัลของตนจาก blockchain เครือข่ายหนึ่งไปยังอีกเครือข่ายหนึ่งได้

ในกรณีของ Chiliz Chain ผู้ถือ token สามารถย้าย token ของตน (CHZ หรืออื่นๆ) ระหว่างหลายเครือข่าย (Ethereum, Base, Solana) กับ Chiliz Chain ได้

## การ bridge token CHZ

มี dApp สำหรับ bridge หลายตัวที่ช่วยให้คุณสามารถ bridge token ของคุณไปยัง Chiliz Chain ได้

{% hint style="info" %}
บน Ethereum Mainnet, token CHZ เป็น token แบบ ERC-20\
ในขณะที่บน Chiliz Chain, CHZ คือ token หลักของเครือข่าย (CAP-20)
{% endhint %}

### การใช้ Chainport ของ Dcentralab

bridge Chainport สามารถ bridge token ERC-20 CHZ จาก Ethereum ไปเป็น token wCHZ (wrapped CHZ) บน Chiliz Chain ได้ นอกจากนี้ยังมีความยืดหยุ่นสูง เนื่องจากรองรับ token อื่นๆ อีกหลายรายการด้วย

{% content-ref url="/pages/4sO94iS8z9vRtfnOgclZ" %}
[ใช้งาน Chainport](/th/riang-ru/bridge/chai-chainport.md)
{% endcontent-ref %}

ซึ่งหมายความว่า เมื่อคุณ bridge token ERC-20 CHZ จาก Ethereum มาเป็น token wCHZ (Wrapped CHZ) บน Chiliz Chain แล้ว คุณจะต้อง unwrap wCHZ นั้นเพื่อรับ token CHZ ที่แท้จริง (CAP-20)

เพื่อดำเนินการดังกล่าว ให้ทำตามคู่มือนี้:

{% content-ref url="/pages/g8s0Bzr6R6Au2Dh1Fdmu" %}
[รับ Wrapped CHZ](/th/phatthana/phuenthan/chai-wrapped-chz.md)
{% endcontent-ref %}

token CHZ ที่ได้รับนั้นไม่แตกต่างจาก token CHZ ทั่วไป เพียงแค่มีขั้นตอนเพิ่มเติมในกระบวนการ bridge เท่านั้น

### การใช้ Ethereum Bridge ของ Chiliz

Chiliz Bridge ของเราเองมีไว้สำหรับ bridge token ERC-20 CHZ จาก Ethereum โดยตรงไปเป็น token CHZ หลักบน Chiliz Chain\
แม้จะมีความยืดหยุ่นน้อยกว่า Chainport (รองรับ blockchain เครือข่ายน้อยกว่า) แต่สามารถทำการ bridge ได้ในขั้นตอนเดียว โดยไม่จำเป็นต้องใช้ Wrapped CHZ (wCHZ)

{% content-ref url="/pages/RhTTIACHYDvKKKfdkObx" %}
[ใช้งาน Chiliz Bridge](/th/riang-ru/bridge/chai-chiliz-bridge.md)
{% endcontent-ref %}

## การ bridge token ใดก็ได้

ด้วยโปรโตคอล omnichain ของ LayerZero คุณสามารถย้าย token ของโปรเจกต์ใดก็ได้จากทุกเครือข่าย (ไม่ว่าจะเป็นแบบ EVM หรือไม่ก็ตาม) มายัง Chiliz Chain และในทิศทางตรงกันข้ามได้

{% content-ref url="/pages/H2z9r7aJPqvJDjDBvnUM" %}
[ใช้งาน Stargate](/th/riang-ru/bridge/chai-stargate.md)
{% endcontent-ref %}

{% content-ref url="/pages/RhTTIACHYDvKKKfdkObx" %}
[ใช้งาน Chiliz Bridge](/th/riang-ru/bridge/chai-chiliz-bridge.md)
{% endcontent-ref %}

เรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่ Chiliz Chain ทำงานร่วมกับโปรโตคอล omnichain:

{% content-ref url="/pages/GI0KAUh7nRUw4FPvLShG" %}
[ใช้งาน Omnichain Tokens](/th/phatthana/sung-khuen/omnichain-tokens.md)
{% endcontent-ref %}


---

# 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.chiliz.com/th/riang-ru/bridge.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.
