> For the complete documentation index, see [llms.txt](https://docs.luminite.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luminite.app/technical-architecture/cross-chain-bridge.md).

# Cross Chain Bridge

## Fswap Cross Chain Bridge (FAssets Bridge)

**Fswap Bridge,** **built by Luminite and powered by FAsset Technology,** transforms how users move assets across chains — not just into Flare, but across the entire EVM landscape. At the core of this upgrade is a simple idea: Users can start on any supported chain - and end on any supported chain. No Limits.

Flare serves as the **interoperability layer** that makes this possible behind the scenes, enabling multiple ecosystems to connect in ways that previously required several steps, multiple bridges, and unnecessary fees. This means the experience is no longer limited. It now unlocks **universal routing.**

### **Fswap Route Example Use Cases:**

• Arbitrum ➜ Base&#x20;

• Optimism ➜ Polygon&#x20;

• Ethereum ➜ HyperEVM&#x20;

• XRPL ➜ any EVM&#x20;

• any EVM ➜ XRPL

For example, users can now bridge their ETH on Arbitrum to XRP on the XRPL in a single click - without ever leaving the UI. This upgrade represents a major breakthrough for the Flare ecosystem, strengthening XRPfi on Flare and encouraging more liquidity to flow seamlessly from the broader EVM ecosystems into Flare.

### Supported Chains

FSwap currently supports the following chains:

> *Complementary to the Flare Network and the XRPL.*

| **Chain**    | **Address**                                  |
| ------------ | -------------------------------------------- |
| **Ethereum** | `0xA2232202443d852abf3e472877B94c075221faa6` |
| **Base**     | `0x7B35112C10216fc010Ef299BBfBfd2CC04F3689D` |
| **Optimism** | `0x7B35112C10216fc010Ef299BBfBfd2CC04F3689D` |
| **Arbitrum** | `0x7B35112C10216fc010Ef299BBfBfd2CC04F3689D` |
| **Polygon**  | `0x7B35112C10216fc010Ef299BBfBfd2CC04F3689D` |
| **Flare**    | `0x3c478DDDe165a333F2346Dc0F00Ff5A1a7B19B72` |
| **HyperEVM** | `0x7B35112C10216fc010Ef299BBfBfd2CC04F3689D` |
| **Plasma**   | `0x7B35112C10216fc010Ef299BBfBfd2CC04F3689`  |

## Cross Chain Swaps using FAssets on Luminite

Luminite aims to expand beyond Stargate, enabling broader interoperability and token diversity in the future with the launch of FAssets on Flare Network.&#x20;

Coming very soon, users will be able to unlock XRP and other non-EVM assets' utilities on Luminite.&#x20;

<figure><img src="/files/5t499Elrh4TAxBJ2MFIh" alt=""><figcaption></figcaption></figure>


---

# 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.luminite.app/technical-architecture/cross-chain-bridge.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.
