> For the complete documentation index, see [llms.txt](https://qualitax.gitbook.io/interop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qualitax.gitbook.io/interop/bridging-approaches/bridges.md).

# Bridges

Bridges are the overall infrastructure and architecture that enables interoperability between two or more chains. i.e. bridges establish the facilities for interoperability. Bridges establish the network connections, protocols, mechanisms like hash-locking, data formats etc. to facilitate crosschainchain communication.

Bridges can provide a variety of services and infrastructure like data feeds, liquidity, etc. while connecting chains.

* Messaging bridges
* Liquidity bridges
* Custodial bridges
* Token wrappers
* Interoperability Hubs

<table><thead><tr><th width="274.3333333333333">Classification</th><th width="341">Categories</th><th>Examples</th></tr></thead><tbody><tr><td><strong>How does the bridge work?</strong></td><td>Trustless Bridge</td><td>Locally verified, natively verified</td></tr><tr><td></td><td>Trusted Bridge</td><td></td></tr><tr><td><strong>What does the bridge connect?</strong></td><td>L1 - L1 Bridges (native)</td><td></td></tr><tr><td></td><td>L1/L2 - L2 Bridges (third-party)</td><td>Across</td></tr><tr><td><strong>How does the bridge move assets?</strong></td><td>Lock and Mint</td><td>Polygon POS Bridge, Avalanche Bridge</td></tr><tr><td></td><td>Burn and Mint</td><td>Circle CCTP</td></tr><tr><td></td><td>Optimistic Swaps</td><td></td></tr><tr><td><strong>What are the bridge functionalities?</strong></td><td>Wrapped Asset Bridges</td><td>wBTC, wMonero</td></tr><tr><td></td><td>Liquidity Network</td><td>HOP, Connext, Catalyst</td></tr><tr><td></td><td>Native Bridges</td><td></td></tr><tr><td></td><td>Messaging Bridges</td><td>Celer, LayerZero, Axelar</td></tr></tbody></table>


---

# 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://qualitax.gitbook.io/interop/bridging-approaches/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.
