> 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/ko/baeuggi/beuriji/stargate-sayong.md).

# Stargate 사용하기

[Stargate](https://stargate.finance/)는 [OFT 표준](https://docs.layerzero.network/v2/concepts/applications/oft-standard) 덕분에 토큰 래핑 없이 80개 이상의 블록체인 간 원활한 자산 이전을 지원하는 [LayerZero 프로토콜](https://layerzero.network/) 기반 자산 브리지입니다.

{% hint style="info" %}
Stargate는 [토큰 전송에 대한 자체 튜토리얼](https://docs.stargate.finance/user-docs/transfer)을 제공합니다.
{% endhint %}

Stargate에는 일부 파라미터를 얼마나 세밀하게 설정하느냐에 따라 두 가지 모드가 있습니다.

## 간편 모드

간편 모드는 매우 직관적입니다.

1. "출발" 필드를 클릭하고 Stargate에 연결된 지갑에서 찾은 토큰 중 하나를 선택합니다.
   * 검색 필드를 사용하여 브리지가 지원하는 다양한 체인과 토큰을 탐색할 수도 있습니다.
2. 출발지 체인과 토큰이 확인되면 Stargate는 호환 가능한 대상 체인과 토큰을 제안합니다.

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

3. 대상 토큰과 체인을 선택한 후 브리징할 출발지 토큰 수량을 입력합니다.

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

4. "전송"을 클릭하여 Web3 지갑의 확인 대화상자를 시작합니다.
5. 확인이 완료되면 Stargate가 자체적으로 브리징을 처리합니다.

## 고급 모드

고급 모드는 더 넓은 인터페이스를 제공하지만, 간편 모드보다 크게 복잡하지 않습니다. 가능한 것에 대한 더 나은 개요를 제공할 뿐입니다.

<figure><img src="/files/9S9bRSfcJHigSoGGXCNa" alt=""><figcaption></figcaption></figure>

주목할 만한 커스터마이징 옵션:

* "대상지의 가스": 대상 체인에서 로컬 스왑 등 다른 트랜잭션을 용이하게 하기 위해 네이티브 토큰이 필요한 경우 이 옵션을 사용합니다.
* "수수료 허용 한도": 이전된 토큰의 백분율로 최대 수수료 허용 한도를 선택할 수 있습니다. 대상 체인에서 받는 금액이 이 허용 한도를 벗어나면 트랜잭션이 취소됩니다.

<figure><img src="/files/dmEMpJpaBRWylkfucXqf" alt="" width="375"><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.chiliz.com/ko/baeuggi/beuriji/stargate-sayong.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.
