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

# How to Bridge XGLD

1. **Access the Bridge**

Click Bridge XGLD on the XGLD dApp page, or go directly to the [Stargate Bridge](https://stargate.finance/?srcChain=base\&srcToken=0xeA953eA6634d55dAC6697C436B1e81A679Db5882\&dstChain=bsc\&dstToken=0xe60106a5cAb7e7C64830919d36Ab20CaAf50Ac91).

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

2. **Connect Wallet**

Click Connect Solana Wallet. On the side panel, select the EVM network and connect your active EVM wallet.

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

3. **Execute Transfer**

Enter the amount of $XGLD tokens you wish to bridge, then click Transfer. Confirm the transaction in your wallet and wait for it to be processed on-chain.

{% columns %}
{% column %}

<figure><img src="/files/4itlcnjx2Ecq5f2XQra6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/MIbcnvUPLVIyMoDMtbwy" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/MWltqBzT5BzFer6kdqGU" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/l7OleEfznkuEInaTJkSr" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

4. **Verify Transaction**

Once complete, you will receive a pop-up notification, and the updated balance will be displayed below the Transfer module.

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


---

# 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.unitas.so/guides/how-to-bridge-xgld.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.
