> 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/chai-stargate.md).

# ใช้งาน Stargate

[Stargate](https://stargate.finance/) คือ bridge สินทรัพย์ที่สร้างบนโปรโตคอล [LayerZero](https://layerzero.network/) ช่วยให้สามารถโอนสินทรัพย์ระหว่างกว่า 80 blockchain ได้อย่างราบรื่น โดยไม่ต้องทำการ wrap token ทั้งหมดนี้เป็นไปได้ด้วย [มาตรฐาน OFT](https://docs.layerzero.network/v2/concepts/applications/oft-standard)

{% hint style="info" %}
Stargate มี [บทแนะนำการโอน token ของตนเอง](https://docs.stargate.finance/user-docs/transfer) ให้ใช้งานได้
{% endhint %}

Stargate มีสองโหมด ขึ้นอยู่กับว่าคุณต้องการควบคุมพารามิเตอร์ต่างๆ ในระดับใด

## Simple Mode

Simple Mode นั้นตรงไปตรงมามาก:

1. คลิกที่ช่อง "From" แล้วเลือก token ที่พบในกระเป๋าเงินที่คุณเชื่อมต่อกับ Stargate
   * คุณยังสามารถสำรวจเครือข่ายและ token ต่างๆ ที่ bridge รองรับได้ โดยใช้ช่องค้นหา
2. เมื่อระบบทราบเครือข่ายต้นทางและ token แล้ว Stargate จะแนะนำเครือข่ายและ token ปลายทางที่เข้ากันได้

<figure><img src="/files/6H5uaSIk87xuFa2OwqNJ" alt="" width="375"><figcaption></figcaption></figure>

3. เลือก token และเครือข่ายปลายทาง จากนั้นกรอกจำนวน token ต้นทางที่คุณต้องการ bridge

<figure><img src="/files/qSGG6zor7l9fLboIC6zT" alt="" width="375"><figcaption></figcaption></figure>

4. คลิก "Transfer" เพื่อเรียกกล่องยืนยันจาก Web3 wallet ของคุณ
5. เมื่อยืนยันแล้ว Stargate จะดำเนินการ bridging ให้เอง

## Advanced Mode

แม้ว่า Advanced Mode จะนำเสนอหน้าจอที่กว้างกว่า แต่ก็ไม่ได้ซับซ้อนกว่า Simple Mode มากนัก เพียงแต่ให้ภาพรวมที่ดีกว่าว่ามีความเป็นไปได้อะไรบ้าง

<figure><img src="/files/SQxQXDzM1hHQd6w1mUt0" alt=""><figcaption></figcaption></figure>

การปรับแต่งที่โดดเด่นที่สุดได้แก่:

* "Gas on destination": ใช้ตัวเลือกนี้หากคุณต้องการ token ดั้งเดิมบนเครือข่ายปลายทาง เพื่อรองรับธุรกรรมอื่นๆ เช่น การแลกเปลี่ยนในเครือข่ายนั้น
* "Fee tolerance": คุณสามารถกำหนดค่าความคลาดเคลื่อนของ gas สูงสุดได้ (เป็นเปอร์เซ็นต์ของ token ที่โอน) หากจำนวนที่คุณได้รับบนเครือข่ายปลายทางอยู่นอกเหนือค่าความคลาดเคลื่อนนี้ ธุรกรรมจะถูกยกเลิก

<figure><img src="/files/2lApAj0XQ4jX72ao0Dwd" alt="" width="375"><figcaption></figcaption></figure>

นอกจากนี้ วิธีการทำงานยังคงเหมือนกับใน Simple Mode


---

# 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/chai-stargate.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.
