> 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.md).

# Bridge について

## bridge とは何か？

bridge とは、その smart contract によって、トークン保有者が自分のトークンやデジタル資産をあるブロックチェーンネットワークから別のネットワークへ移動できるようにする dApp です。

Chiliz Chain の場合、トークン保有者は自分のトークン（CHZ やその他）を複数のネットワーク（Ethereum、Base、Solana）と Chiliz Chain の間で移動できます。

## CHZ トークンの bridge

Chiliz Chain へトークンを bridge できる bridge dApp はいくつかあります。

{% hint style="info" %}
Ethereum Mainnet では、CHZ トークンは ERC-20 トークンです。\
一方、Chiliz Chain では、CHZ はネイティブトークン（CAP-20）です。
{% endhint %}

### Dcentralab の Chainport を使う

Chainport bridge は、Ethereum 上の ERC-20 CHZ トークンを Chiliz Chain 上の wCHZ トークン（wrapped CHZ）へ bridge できます。また非常に汎用性が高く、他のいくつかのトークンにも対応しています。

[chainport.md](/jp/gakushu/bridge/chainport.md)

これは、Ethereum 上の ERC-20 CHZ トークンを Chiliz Chain 上の wCHZ トークン（Wrapped CHZ）へ bridge したあと、その wCHZ を unwrap して本来の CHZ トークン（CAP-20）を取得する必要があることを意味します。

そのためには、次のガイドに従ってください。

use-wrapped-chz.md

結果として得られる CHZ トークンは通常の CHZ トークンと何ら変わりません。bridge の手順がもう一つ増えるだけです。

### Chiliz の Ethereum Bridge を使う

私たち独自の Chiliz Bridge は、Ethereum 上の ERC-20 CHZ トークンを Chiliz Chain 上のネイティブ CHZ トークンへ直接 bridge することを目的としています。\
Chainport ほど汎用的ではありません（対応するブロックチェーンネットワークが少ない）が、Wrapped CHZ（wCHZ）を使う必要なく、bridge の作業を一つのステップで完了します。

[chiliz-bridge.md](/jp/gakushu/bridge/chiliz-bridge.md)

## あらゆるトークンの bridge

LayerZero の omnichain プロトコルのおかげで、あらゆるチェーン（EVM ベースかどうかを問わず）のプロジェクトトークンを Chiliz Chain へ、またその逆へ移動することが可能です。

[stargate.md](/jp/gakushu/bridge/stargate.md)

[chiliz-bridge.md](/jp/gakushu/bridge/chiliz-bridge.md)

Chiliz Chain が omnichain プロトコルとどのように連携するかについて詳しく学びましょう。

use-omnichain-tokens


---

# 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.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.
