# Getting Started with Modular Bridging

To implement bridging for your ABC rollup, you have two primary options:

### **Use the Gelato Hyperlane Cluster (1-Click Deployment)** <a href="#jzdohgo9x6h" id="jzdohgo9x6h"></a>

The simplest way to add bridging to your ABC rollup is through Gelato's 1-Click Modular Bridging.

1. Select your ABC rollup in the Gelato dashboard
2. Choose the destination chains you want to connect to
3. Select the tokens you want to bridge
4. Deploy with a single click

This automatically sets up the Hyperlane infrastructure, deploying the necessary contracts and connecting your rollup to the Gelato Hyperlane Cluster.

### **Bring Your Own Bridge** <a href="#id-62rm4vx2ao8g" id="id-62rm4vx2ao8g"></a>

If you prefer to use a different bridging solution:

1. Deploy your ABC rollup without bridging
2. Implement your chosen bridge
3. Configure the bridge according to your security and operational requirements

By decoupling bridging from the core rollup functionality, ABC enables developers to build high-performance rollups that can flexibly connect to the broader blockchain ecosystem without compromising on throughput.

Whether you choose the pre-configured Gelato Hyperlane Cluster or implement your own bridging solution, you can build the exact cross-chain experience your application requires.


---

# 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.abundance.xyz/modular-bridging/getting-started-with-modular-bridging.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.
