> 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/jp/gakushu/bridge/stargate.md).

# Stargate の使い方

[Stargate](https://stargate.finance/) は [LayerZero プロトコル](https://layerzero.network/) 上に構築されたアセット bridge であり、[OFT 標準](https://docs.layerzero.network/v2/concepts/applications/oft-standard) のおかげで、トークンをラップすることなく、80 以上のブロックチェーン間でシームレスなアセット転送を可能にします。

{% hint style="info" %}
Stargate は [トークン転送に関する独自のチュートリアル](https://docs.stargate.finance/user-docs/transfer) を提供しています。
{% endhint %}

Stargate には、一部のパラメータをどこまで細かく設定したいかに応じて、2 つのモードがあります。

## Simple モード

Simple モードは非常にシンプルです。

1. 「From」フィールドをクリックし、Stargate に接続したウォレットにあるトークンの 1 つを選択します。
   * 検索フィールドを使って、bridge がサポートするさまざまなチェーンやトークンを探すこともできます。
2. ソースチェーンとトークンが分かったので、Stargate は互換性のあるターゲットチェーンとトークンを提案できます。

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

3. ターゲットのトークンとチェーンを選択し、bridge したいソーストークンの量を入力します。

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

4. 「Transfer」をクリックすると、Web3 ウォレットの確認ダイアログが表示されます。
5. 確認すると、Stargate が bridging 自体を処理します。

## Advanced モード

Advanced モードはより広いインターフェースを表示しますが、Simple モードよりそれほど複雑ではなく、可能な操作の全体像をより分かりやすく示してくれるだけです。

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

最も注目すべきカスタマイズは次のとおりです。

* 「Gas on destination」: ローカルスワップなど他のトランザクションを円滑に行うために、宛先チェーンでネイティブトークンが必要な場合に、このオプションを使用します。
* 「Fee tolerance」: 最大の手数料許容範囲（転送するトークンに対する割合）を選択できます。ターゲットチェーンで受け取る金額がこの許容範囲外になる場合、トランザクションは取り消されます。

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

それ以外の動作は、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:

```
GET https://docs.chiliz.com/jp/gakushu/bridge/stargate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
