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

# Bridge

{% hint style="info" %}

#### What bridging means?

Bridging lets you move tokens from one blockchain to another, for example from Solana to Ethereum or Base. Tokens are locked or burned on the source chain and the same value is unlocked or minted on the destination chain. This process uses cross-chain protocols or smart contracts to verify the transfer, allowing access to DeFi features available on different blockchains without changing the total value.

**How bridging works in Bloom Manager**

Bridging is fully managed inside the Bloom Manager, including the user flow and confirmations.

When the bridge is executed, Bloom uses [Houdini Swap](https://x.com/HoudiniSwap) as the underlying bridge and swap provider. Supported chains are Solana, Ethereum, Base and BSC.
{% endhint %}

{% embed url="<https://youtu.be/T5NDmDjBTM0>" %}

***

### How it works

{% stepper %}
{% step %}
From the <kbd>Wallets</kbd> tab, click the <kbd>Bridge</kbd> button on the wallet you want to use.

<div align="left"><figure><img src="/files/gzRIFwNaticXY0WpzF9g" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
The Bridge modal opens. At the top you can choose between <kbd>Private</kbd> and <kbd>Public</kbd> transfer mode.

* **Private**: Private swaps are designed for maximum privacy. Only the sender knows the original wallet and the recipient address. The transaction path cannot be reconstructed by the receiver or external observers.
* **Public**: Public swaps are traceable. A unique deposit address is generated for each transaction. Cross-chain routes still provide partial privacy since tracing requires advanced expertise and effort.
  {% endstep %}

{% step %}

1. Select the source blockchain and the source wallet, then enter the amount you want to send.
2. Select the destination blockchain and the destination wallet, and review the output amount you will receive.

If you want to send to a *different address*, tick <kbd>Send to a different wallet</kbd> and paste the destination address.

When everything is correct, follow the confirmation steps to complete the bridge.

<div align="left"><figure><img src="/files/barb7XCAdIl2UviTHsSi" alt="" width="434"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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.bloombot.app/manager/pages/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.
