> 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-buy-xgld.md).

# How to Buy XGLD

1. **Connect Wallet**

Go to the official [**XGLD dApp**](https://evm.unitas.so/xgld), click **"Connect Wallet,"** and choose **BSC** or **Base**, and then sign the confirmation in your wallet.

*Note: XGLD currently only supports these two networks; connecting to any unsupported network will hide your XGLD assets and features.*

{% columns %}
{% column %}

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

{% column %}

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

{% columns %}
{% column %}

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

{% column %}

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

2. **Buy XGLD**

Click **"Buy XGLD"** on the homepage to enter the swap interface. Enter the amount of **XAUt** you wish to spend (or switch to other supported tokens), click **"Review swap"** to check the quote, and then click **"Start swapping"** to authorize and sign the transaction in your wallet.

*Note: This feature integrates the LI.FI router and requires an EIP-7702 Smart Account. If not yet activated, a prompt will guide you to set it up. Alternatively, you can click the bottom banner to trade directly on* [*PancakeSwap*](https://pancakeswap.finance/swap?chain=bsc\&outputCurrency=0xe60106a5cAb7e7C64830919d36Ab20CaAf50Ac91\&inputCurrency=0x21cAef8A43163Eea865baeE23b9C2E327696A3bf)*.*

{% columns %}
{% column %}

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

{% column %}

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

{% columns %}
{% column %}

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

{% column %}

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

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

3. **Check Portfolio & Earnings**

Return to the XGLD main page post-transaction to track your assets and earnings data in real-time:

* **Future 1-Year Yield**: Click to estimate expected yields over different future time horizons (based on current holdings and APY; for reference only).

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

* **XGLD Holdings:** Current value of your XGLD holdings

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

* **Earnings**: Displays the accrued, un-claimed book earnings from your current holdings.

<figure><img src="/files/9gvHeh1AEIaTiGuIZTUk" alt=""><figcaption></figcaption></figure>

* **Yesterday's**: Click to view cumulative realized earnings over different historical periods.

<figure><img src="/files/1yHIHAJqGsCpzcw7BWAi" alt=""><figcaption></figcaption></figure>

*Note: All displayed earnings are calculated based on XAUt standard and converted to USD value using XAUt's real-time market price. Consequently, your earnings value will fluctuate dynamically with XAUt market prices.*


---

# 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-buy-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.
