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

# Sobre Bridges

## O que é uma bridge?

Uma bridge é um dApp cujo contrato inteligente permite que detentores de tokens movam seus tokens ou ativos digitais de uma rede blockchain para outra.

No caso da Chiliz Chain, os detentores de tokens podem mover seus tokens (CHZ ou outros) entre várias redes (Ethereum, Base, Solana) e a Chiliz Chain.

## Bridge de tokens CHZ

Existem vários dApps de bridge que permitem fazer bridge dos seus tokens para a Chiliz Chain.

{% hint style="info" %}
Na Ethereum Mainnet, os tokens CHZ são tokens ERC-20,\
enquanto na Chiliz Chain, o CHZ é o token nativo (CAP-20).
{% endhint %}

### Usando o Chainport da Dcentralab

O bridge Chainport pode fazer bridge de tokens ERC-20 CHZ do Ethereum para tokens wCHZ (CHZ embrulhado) na Chiliz Chain. Ele também é muito versátil, podendo funcionar com vários outros tokens.

{% content-ref url="/pages/agu8Z9czKIb2IWS7QWbE" %}
[Usar o Chainport](/pt-br/aprender/sobre-bridges/usar-chainport.md)
{% endcontent-ref %}

Isso significa que, uma vez que você tenha feito bridge de um token ERC-20 CHZ do Ethereum para um token wCHZ (Wrapped CHZ) na Chiliz Chain, você precisa desembrulhar esse wCHZ para obter um token CHZ adequado (CAP-20).

Para fazer isso, siga este guia:

{% content-ref url="/pages/6y4wGjwx6psQQBxRSFY1" %}
[Usar Wrapped CHZ](/pt-br/desenvolver/basico/usar-wrapped-chz.md)
{% endcontent-ref %}

Os tokens CHZ resultantes não são diferentes dos tokens CHZ regulares, é apenas mais um passo no processo de bridge.

### Usando o Ethereum Bridge da Chiliz

Nossa própria Chiliz Bridge foi projetada para fazer bridge de tokens ERC-20 CHZ do Ethereum diretamente para um token CHZ nativo na Chiliz Chain.\
Embora seja menos versátil que o Chainport (não suporta tantas redes blockchain), realiza o bridge em um único passo, sem exigir o uso de Wrapped CHZ (wCHZ).

{% content-ref url="/pages/yIbEaPyMXVQX584DMrL7" %}
[Usar o Chiliz Bridge](/pt-br/aprender/sobre-bridges/usar-chiliz-bridge.md)
{% endcontent-ref %}

## Bridge de qualquer token

Graças ao protocolo omnichain do LayerZero, é possível mover qualquer token de projeto de qualquer chain (baseada em EVM ou não) para a Chiliz Chain, e vice-versa.

{% content-ref url="/pages/jSCk5LOJPkFsLjgyjymj" %}
[Usar o Stargate](/pt-br/aprender/sobre-bridges/usar-stargate.md)
{% endcontent-ref %}

{% content-ref url="/pages/yIbEaPyMXVQX584DMrL7" %}
[Usar o Chiliz Bridge](/pt-br/aprender/sobre-bridges/usar-chiliz-bridge.md)
{% endcontent-ref %}

Saiba mais sobre como a Chiliz Chain funciona com o protocolo omnichain:

{% content-ref url="/pages/kDtFjNciBVPfRjxj2hOV" %}
[Usar tokens Omnichain](/pt-br/desenvolver/avancado/usar-tokens-omnichain.md)
{% endcontent-ref %}


---

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