> For the complete documentation index, see [llms.txt](https://docs.lumia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lumia.org/build/introduction/bridge-to-from-lumia-l2.md).

# Bridge to/ from Lumia L2

We offer two token bridges for convenience:

1. **Native zkEVM Bridge**: This bridge, accessible at [bridge.lumia.org](https://bridge.lumia.org), utilizes zero-knowledge proofs (ZKPs) which ensure high security and privacy. However, please note that this bridge has a longer exit time due to the generation and verification of ZKPs.
2. **Instant Bridge via Hyperlane**: For faster transfers, use the Hyperlane bridge available at [hyper.lumia.org](https://hyper.lumia.org) and [usenexus.org](https://www.usenexus.org). This bridge enables seamless transfers between Ethereum, BNB Chain, and Lumia chain, offering a nearly instantaneous transaction experience.

Note that on HyperLane you will have to pay Interchain Gas Payment (IGP) which is relative cheap to/from BNB Chain but depending on Ethereum congestion can be expensive.

{% hint style="danger" %}
IGP payments are taken from the asset you're sending i.e. if you bridge 10 LUMIA from Lumia chain to Ethereum it will deduct LUMIA as fee which can be in range of $5-15 depending on Ethereum network congestion.
{% endhint %}


---

# 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.lumia.org/build/introduction/bridge-to-from-lumia-l2.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.
