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

# Chainport の使い方

[Dcentralab](https://www.dcentralab.com/) は、Chiliz Chain を含む複数のブロックチェーンとの完全な相互運用性を提供する安全な blockchain bridge である [Chainport](https://app.chainport.io/?from=ETHEREUM\&to=CHILIZ) を開発しました。

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

{% hint style="warning" %}
Chainport bridge は、Ethereum 上の ERC-20 CHZ トークンを Chiliz Chain 上の wCHZ トークン（Wrapped CHZ）に変換します。ネイティブの CHZ トークンに変換するわけ *ではありません*。

つまり、ERC-20 CHZ トークンを wCHZ トークンにブリッジした後、（ネイティブの CHZ トークンが必要な場合は）その wCHZ トークンを CHZ トークンにアンラップする必要があります。

これは [Chiliz Bridge を使い](https://bridge.chiliz.com/wrap)、WCHZ トークンを選択して「Unwrap」をクリックすることで行えます。
{% endhint %}

ChainPort は、Tether stablecoin（USDT）を Polygon から Chiliz Chain へブリッジすることもサポートしています。今後、さらに多くの stablecoin が追加される予定です。

## **前提条件**

CHZ トークンを Ethereum Mainnet と Chiliz Chain Mainnet の間でブリッジするには、ETH、CHZ、またはブリッジしたいその他のトークンを保有するウォレットが必要です。

もちろん MetaMask を使うこともできますし、その他のブラウザベースのウォレット、[WalletConnect 対応のウォレット](https://explorer.walletconnect.com/?type=wallet)、さらには Fortmatic、Portis、Trezro なども使用できます。

## CHZ を Ethereum から Chiliz Chain へブリッジする

{% hint style="warning" %}
必要なもの:

* Ethereum Mainnet 上の CHZ トークン。
* ブリッジの gas 手数料を支払うのに十分な ETH。
  {% endhint %}

1. [https://app.chainport.io/](https://app.chainport.io/?from=ETHEREUM\&token=CHZ\&to=CHILIZ\&token=wCHZ) dApp を開きます。
2. 送信元のブロックチェーンとして Ethereum を選択し、送信元のトークンとして CHZ を選択します。
3. 送信先のトークンを選択する際、Chainport は Chiliz Chain 上の wCHZ を選択するよう提示します。それをクリックします。
4. ブリッジしたい CHZ の量を入力します。\
   \&#xNAN;*注意: ブリッジ手数料をカバーするのに十分な ETH を Ethereum 上に保有している必要があります。*
5. 「Approve CHZ」をクリックします。
6. ウォレットからブリッジを承認します。
7. これで Chiliz Chain 上に wCHZ トークンを保有できました！

{% hint style="info" %}
取得した wCHZ トークンをアンラップする必要がある場合は、[Chiliz Wrapper](https://bridge.chiliz.com/wrap) を使用できます。
{% endhint %}

## CHZ を Chiliz Chain から Ethereum へブリッジする

{% hint style="warning" %}
必要なもの:

* Chiliz Chain Mainnet 上の wCHZ トークン。
* ブリッジの gas 手数料を支払うのに十分な CHZ。
  {% endhint %}

{% hint style="info" %}
Ethereum へブリッジする前に、Chiliz Chain 上のネイティブ CHZ トークンをラップする必要があります。これには [Chiliz Wrapper](https://bridge.chiliz.com/wrap) を使用します。

ラップする必要があるのは Ethereum へブリッジしたい分の CHZ だけで、保有するすべての CHZ トークンをラップする必要は *ありません*。
{% endhint %}

1. [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&token=wCHZ\&to=ETHEREUM\&token=CHZ) dApp を開きます。
2. 送信元のブロックチェーンとして Chiliz Chain を選択し、次に送信元のトークンとして wCHZ を選択します。
3. 送信先のトークンを選択する際、Chainport は Ethereum 上の CHZ を選択するよう提示します。それをクリックします。
4. ブリッジしたい wCHZ の量を入力します。\
   \&#xNAN;*注意: ブリッジ手数料をカバーするのに十分な CHZ を Chiliz Chain 上に保有している必要があります。*
5. 「Approve wCHZ」をクリックします。
6. ウォレットからブリッジを承認します。
7. これで Ethereum 上に CHZ トークンを保有できました！


---

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