> 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/tutorials/bridge-using-fswap.md).

# Bridge using Fswap

## How to Bridge Cross-Chain using Fswap

1. Go to the Bridge section Head to the Bridge page to get started: 🔗 luminite.app/bridge

<figure><img src="/files/44M9zeChHCjO8TGeorDS" alt=""><figcaption></figcaption></figure>

2. Select “FAssets” Choose the FAssets option for seamless cross-chain routing. 🔗 luminite.app/bridge/fassets

<figure><img src="/files/1XH5ixkHkakWhWzCRLxi" alt=""><figcaption></figcaption></figure>

3\. Choose Starting Chain, Token & Enter Amount

* Pick the chain you’re starting from
* Pick the token you want to bridge
* Enter the amount you want to transfer

<figure><img src="/files/zdlhKQkdRGgxYPIfx8Bj" alt=""><figcaption></figcaption></figure>

4\. Choose Destination Chain & Token\
Select where you want your assets to end up: Base, Arbitrum, XRPL, Polygon, etc.\
Then choose the token you want to receive on the destination chain.

<figure><img src="/files/EX1bcE4S4yo2xzJ7DGs4" alt=""><figcaption></figcaption></figure>

5\. Initiate the Transaction\
Click “Initiate” to begin the process.\
A notification will appear in the top right to confirm the request.

➡️ Your initiated transaction will appear in the “Open” section so you can track it in real time.<br>

<figure><img src="/files/WRY5j5EO8GRMFs3GhhpY" alt=""><figcaption></figcaption></figure>

![](/files/TDVYCsOlg5nXwCVT8cZ7)

6\. Completed Transfer\
Once done, you can view the full history:\
✔️ Go to the Completed tab in the Bridge section\
✔️ Review your successful transfers anytime

<br>

<figure><img src="/files/q8Z104PxqtawWTctgguH" alt=""><figcaption></figcaption></figure>

#### That's it - your assets are now bridged using FSwap.


---

# 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/tutorials/bridge-using-fswap.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.
