# LayerZero

## What is LayerZero?

LayerZero is an omnichain messaging protocol, designed to securely move information between blockchains. It can connect different blockchains networks (like Ethereum, Solana, and Chiliz Chain) so they can communicate seamlessly.

Unlike a traditional "bridge" that locks assets on one chain and mints a wrapped copy on another, LayerZero acts more like a messaging layer, allowing smart contracts on different chains to "talk" to each other directly.

## What this means for you

For those building dApps on Chiliz Chain, LayerZero offers a way to expand your applications beyond the Chiliz, without fragmenting liquidity or user experience.

With LayerZero, you could see:

* Omnichain Fan Tokens
* Cross-Chain NFTs
* Unified Liquidity Sharing

Learn more on the LayerZero documentation:

{% embed url="<https://docs.layerzero.network/v2>" %}


---

# Agent Instructions: 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/community/chiliz-chain-ecosystem/developer-tools/layerzero.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.
