> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hedera.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interoperability and Bridging

> Explore Hedera's interoperability and bridging options: cross-chain messaging protocols like Chainlink CCIP and LayerZero, and ready-to-use bridged assets like USDT0.

Interoperability and bridging let Hedera applications communicate and move assets across other networks so a dApp is not confined to a single chain. These integrations fall into two broad groups:

* **Cross-chain messaging protocols** that carry arbitrary data and token transfers between chains, such as [Chainlink CCIP](/evm/integrations/cross-chain/chainlink-ccip) and [LayerZero](/evm/integrations/cross-chain/layerzero).
* **Ready-to-use bridged assets** that already span multiple chains, such as [USDT0](/evm/integrations/cross-chain/usdt0), the omnichain deployment of Tether's USDT.

<Columns cols={2}>
  {" "}

  <Card title="Chainlink CCIP" href="/evm/integrations/cross-chain/chainlink-ccip" arrow img="https://mintcdn.com/hedera-0c6e0218/dUQBnR6gk3I20a7A/images/open-source-solutions/interoperability-and-bridging/interoperability-and-bridging-chainlink.png?fit=max&auto=format&n=dUQBnR6gk3I20a7A&q=85&s=35c4c255d6e9bea86f840669b09e2d3c" width="688" height="688" data-path="images/open-source-solutions/interoperability-and-bridging/interoperability-and-bridging-chainlink.png">
    Programmable cross-chain messaging and token transfers with built-in risk controls.
  </Card>

  {" "}

  <Card title="LayerZero" href="/evm/integrations/cross-chain/layerzero" arrow img="https://mintcdn.com/hedera-0c6e0218/-JqdfMMUV9TD2XDC/images/open-source-solutions/interoperability-and-bridging/interoperability-and-bridging-layerzero.png?fit=max&auto=format&n=-JqdfMMUV9TD2XDC&q=85&s=eb3ee1753ef83663cac5d88d44ac57ee" width="752" height="752" data-path="images/open-source-solutions/interoperability-and-bridging/interoperability-and-bridging-layerzero.png">
    Omnichain messaging and token bridging via the OApp and OFT standards.
  </Card>

  {" "}

  <Card title="USDT0" href="/evm/integrations/cross-chain/usdt0" arrow img="https://mintcdn.com/hedera-0c6e0218/DrvdKuauaRGgYm4A/images/open-source-solutions/interoperability-and-bridging/usdt0-card-logo.png?fit=max&auto=format&n=DrvdKuauaRGgYm4A&q=85&s=14722dfcd1c10932dcc34b846953b371" width="2000" height="2000" data-path="images/open-source-solutions/interoperability-and-bridging/usdt0-card-logo.png">
    Omnichain USDT on Hedera, built on LayerZero's OFT standard.
  </Card>
</Columns>

## Choosing an integration

Match the integration to what you are trying to do, not the other way around.

| Integration                                                    | Best for                                                                  | You deploy a contract?                                      | Under the hood                                |
| -------------------------------------------------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------------- | --------------------------------------------- |
| [Chainlink CCIP](/evm/integrations/cross-chain/chainlink-ccip) | Programmable cross-chain messaging and token transfers with risk controls | Yes, integrate the CCIP router and receiver                 | CCIP messaging plus supported token transfers |
| [LayerZero](/evm/integrations/cross-chain/layerzero)           | Sending arbitrary messages or bridging your own token across chains       | Yes, an OApp/OFT contract (or HTS Connector for HTS tokens) | OFT, ONFT, OFT Adapter, HTS Connector         |
| [USDT0](/evm/integrations/cross-chain/usdt0)                   | Using a dollar stablecoin that already exists on Hedera and other chains  | No, the token is already deployed                           | HTS token; LayerZero OFT                      |
