> For the complete documentation index, see [llms.txt](https://docs.spartabot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spartabot.pro/getting-started/bridge.md).

# 🔃 Bridge

**Bridge**

The **Bridge** page lets you easily move native assets between supported chains powered by Bungee. Sparta supports native **BNB**, **ETH**, **Base ETH**, and **SOL**, with **no Sparta fee markup**.

**How to Bridge**

1. Open **Bridge** in the Sparta Terminal.
2. Choose the **From Chain** and **To Chain**.
3. Select the source wallet that will send the funds.
4. Select a destination wallet, or enter a custom destination address.
5. Enter the amount you want to bridge.
6. Review the quote preview.
7. Click **Bridge Now** to submit the transaction.

After submitting, Sparta displays full bridge tracking details, including:

* Bridge ID
* Source transaction
* Destination transaction
* Current stage
* Route
* Refund status (if applicable)

You can copy the Bridge ID or transaction hashes directly for support or troubleshooting.

**Note for Solana:** The page also includes a temporary **Unwrap WSOL** option for managed Solana wallets.


---

# 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:

```
GET https://docs.spartabot.pro/getting-started/bridge.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.
