> For the complete documentation index, see [llms.txt](https://sphynxlabs.gitbook.io/sphynx-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sphynxlabs.gitbook.io/sphynx-labs/utilities/sphynx-defi-app/multi-chain-bridge.md).

# Multi-Chain Bridge

For newcomers to DeFi and veterans alike, one of the most frustrating processes in crypto is moving assets from one chain to the other. Often, moving assets cross-chain requires frustrating workarounds with many extra steps. Many bridges that exist to solve this problem are usually quite complicated, slow, and sometimes flat out don’t work.

Multi-Chain Bridge available within the Sphynx DeFi App which allows users to Bridge across Multiple Networks with just a few steps.&#x20;

{% embed url="<https://www.youtube.com/watch?v=X7qThWIks9I>" %}

## Advantages over other bridging services.

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

## Bridge Fees Breakdown

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

{% hint style="info" %}
Genesis NFT holders share 50% of the bridge fees.&#x20;
{% endhint %}

## "How to use the Sphynx Multi-Chain Bridge"

**Step 1:** Open the Sphynx DeFi App, open "Networks" and select the network you want to operate. (In this example we will bridge BRISE Token from BSC to BRC)

**Step 2:** Tap on the main menu and select "Bridge"

![](/files/J6jpZBHoPsuD5hwey4eq)

**Step 3:** Select the token to bridge, enter the amount and select the network you would like to bridge to.

![](/files/0Z5D1oUZdaiVBfosoJrZ)

**Step4:** "Approve" the transaction and tap "Next"

![](/files/xcv47GLXT589waB1kOVg)

**Step 5:** A popup will appear for you to confirm the amount and see the bridge fee. Click on "Confirm"

![](/files/LaGYuOGT1zLVyAHn589a)

{% hint style="success" %}
You have successfully bridged your assets.
{% 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://sphynxlabs.gitbook.io/sphynx-labs/utilities/sphynx-defi-app/multi-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.
