> 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/pt-br/aprender/sobre-bridges/usar-chainport.md).

# Usar o Chainport

A [Dcentralab](https://www.dcentralab.com/) criou o [Chainport](https://app.chainport.io/?from=ETHEREUM\&to=CHILIZ), um bridge blockchain seguro que oferece total interoperabilidade com várias blockchains, incluindo a Chiliz Chain.

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

{% hint style="warning" %}
O bridge Chainport converte tokens ERC-20 CHZ do Ethereum em tokens wCHZ (CHZ embrulhado) na Chiliz Chain -- *não* tokens CHZ nativos.

Isso significa que, uma vez que você tenha feito bridge de tokens ERC-20 CHZ para um token wCHZ, você precisa desembrulhar esse token wCHZ em um token CHZ (caso precise de um token CHZ nativo).

Isso é feito [usando o Chiliz Bridge](https://bridge.chiliz.com/wrap), selecionando o token WCHZ e clicando em "Unwrap".
{% endhint %}

O ChainPort também suporta o bridge da stablecoin Tether (USDT) da Polygon para a Chiliz Chain. Mais stablecoins serão adicionadas com o tempo.

## **Pré-requisitos**

Para fazer bridge dos seus tokens CHZ entre a Ethereum Mainnet e a Chiliz Chain Mainnet, você precisa ter uma carteira com ETH, CHZ ou outros tokens que deseja fazer bridge.

Você pode usar o MetaMask, é claro, ou qualquer outra carteira baseada em navegador, ou [qualquer carteira compatível com WalletConnect](https://explorer.walletconnect.com/?type=wallet), além de Fortmatic, Portis e Trezor.

## Bridge de CHZ do Ethereum para a Chiliz Chain

{% hint style="warning" %}
Você precisa de:

* Tokens CHZ na Ethereum Mainnet.
* ETH suficiente para pagar a taxa de gas do bridge.
  {% endhint %}

1. Abra o dApp [https://app.chainport.io/](https://app.chainport.io/?from=ETHEREUM\&token=CHZ\&to=CHILIZ\&token=wCHZ).
2. Selecione Ethereum como a blockchain de origem e selecione CHZ como o token de origem.
3. Ao selecionar o token de destino, o Chainport oferecerá a opção de selecionar wCHZ na Chiliz Chain. Clique nele.
4. Insira a quantidade de CHZ que deseja fazer bridge.\
   \&#xNAN;*NOTA: Você deve ter ETH suficiente no Ethereum para cobrir a taxa do bridge.*
5. Clique em "Approve CHZ".
6. Valide o bridge pela sua carteira.
7. Agora você tem tokens wCHZ na Chiliz Chain!

{% hint style="info" %}
Caso precise desembrulhar os tokens wCHZ obtidos, você pode usar o [Chiliz Wrapper](https://bridge.chiliz.com/wrap).
{% endhint %}

## Bridge de CHZ da Chiliz Chain para o Ethereum

{% hint style="warning" %}
Você precisa de:

* Tokens wCHZ na Chiliz Chain Mainnet.
* CHZ suficiente para pagar a taxa de gas do bridge.
  {% endhint %}

{% hint style="info" %}
Você precisa embrulhar seu token CHZ nativo na Chiliz Chain antes de poder fazer bridge para o Ethereum. Use o [Chiliz Wrapper](https://bridge.chiliz.com/wrap) para isso.

Você só precisa embrulhar a quantidade de CHZ que deseja fazer bridge para o Ethereum, *não* todos os seus tokens CHZ.
{% endhint %}

1. Abra o dApp [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&token=wCHZ\&to=ETHEREUM\&token=CHZ).
2. Selecione a Chiliz Chain como blockchain de origem, depois selecione wCHZ como token de origem.
3. Ao selecionar o token de destino, o Chainport oferecerá a opção de selecionar CHZ no Ethereum. Clique nele.
4. Insira a quantidade de wCHZ que deseja fazer bridge.\
   \&#xNAN;*NOTA: Você deve ter CHZ suficiente na Chiliz Chain para cobrir a taxa do bridge.*
5. Clique em "Approve wCHZ".
6. Valide o bridge pela sua carteira.
7. Agora você tem tokens CHZ no Ethereum!


---

# 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/pt-br/aprender/sobre-bridges/usar-chainport.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.
