> For the complete documentation index, see [llms.txt](https://docs.guacamole.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guacamole.gg/products-and-features/trade/bridge-swap.md).

# Bridge Swap

<figure><img src="/files/afKgAE8cVr0dBowm8Bgd" alt=""><figcaption><p>Get started here: <a href="https://www.guacamole.gg/trade/bridge">https://www.guacamole.gg/trade/bridge</a></p></figcaption></figure>

Users can connect their wallets from different blockchain platforms and easily bridge/swap assets over to $GUAC on Solana to partake in our growing ecosystem.

**Supported Networks Include:** ETH, BNB, ARB, AVAX, & SOL

<figure><img src="/files/PJ0DFCjc4RdFHSHZlamt" alt=""><figcaption><p>Get started here: <a href="https://www.guacamole.gg/trade/bridge">https://www.guacamole.gg/trade/bridge</a></p></figcaption></figure>

## Using Bridge Swap

1. Select a source chain and connect the wallet. If this chain is NOT Solana then you will need to use the larger "Connect Wallet" button at the bottom of the bridge swap module. Ensure you are attempting to connect a supported wallet with funds that support your selected source chain.
2. After selecting a source chain, choose the token/coin you wish to swap from that wallet and enter a valid amount of this token/coin.
3. Then proceed to select the output network and token. Your address should automatically populate in the receiver field If a Solana wallet is currently connected and the output network is Solana. If it is another network, you will need to connect that wallet or enter an address in the receiver field.
4. Review and Initiate the swap! Check over the estimated parameters to ensure everything looks good! After pressing the confirm button your funds will be sent through the bridge and swap functions. It may take a moment to finalize the swap, please be patient.

{% hint style="info" %}
Make sure to pay attention to the estimated slippage and price impact of each swap to ensure you are getting the best possible deal.
{% 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://docs.guacamole.gg/products-and-features/trade/bridge-swap.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.
