> 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/vi/hoc-tap/chiliz-bridge/su-dung-stargate.md).

# Sử dụng Stargate

[Stargate](https://stargate.finance/) là một asset bridge được xây dựng trên nền tảng [giao thức LayerZero](https://layerzero.network/), cho phép chuyển tài sản liền mạch giữa 80+ blockchain, không cần wrapping token, nhờ vào [chuẩn OFT](https://docs.layerzero.network/v2/concepts/applications/oft-standard).

{% hint style="info" %}
Stargate cung cấp [hướng dẫn riêng về chuyển token](https://docs.stargate.finance/user-docs/transfer).
{% endhint %}

Stargate có hai chế độ, tùy thuộc vào mức độ chi tiết bạn muốn kiểm soát các thông số.

## Chế độ Simple

Chế độ Simple khá đơn giản:

1. Nhấp vào trường "From" và chọn một trong các token có trong ví mà bạn đã kết nối với Stargate.
   * Bạn cũng có thể khám phá các blockchain và token được bridge hỗ trợ bằng cách sử dụng trường tìm kiếm.
2. Khi đã biết blockchain và token nguồn, Stargate có thể gợi ý các blockchain và token đích tương thích.
3. Chọn token và blockchain đích, sau đó nhập số lượng token nguồn bạn muốn bridge.
4. Nhấp "Transfer" để kích hoạt hộp thoại xác nhận từ ví Web3 của bạn.
5. Sau khi xác nhận, Stargate sẽ tự xử lý quá trình bridge.

## Chế độ Advanced

Mặc dù chế độ Advanced hiển thị giao diện rộng hơn, nhưng nó không phức tạp hơn chế độ Simple là bao, chỉ đơn giản là cung cấp cái nhìn tổng quan tốt hơn về những gì có thể làm.

Các tùy chỉnh đáng chú ý nhất là:

* "Gas on destination": Sử dụng tùy chọn này nếu bạn cần native token trên blockchain đích để thực hiện các giao dịch khác, chẳng hạn như swap cục bộ.
* "Fee tolerance": Bạn có thể chọn mức chịu đựng phí tối đa (theo phần trăm của các token được chuyển). Nếu số tiền bạn nhận được trên blockchain đích nằm ngoài mức chịu đựng này, giao dịch sẽ bị hoàn lại.

Ngoài ra, cách thức hoạt động vẫn giống như trong chế độ Simple.


---

# 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/vi/hoc-tap/chiliz-bridge/su-dung-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.
