> For the complete documentation index, see [llms.txt](https://docs.gold-dao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gold-dao.org/how-to/redeem-physical-gold.md).

# Redeem physical gold

To redeem physical gold from your GLDT holdings, you must follow a two-step process.&#x20;

1. **Swap GLDT to GLD NFT:** Since GLDT is a fungible token representing fractional ownership (where 100 GLDT = 1g of gold), the core requirement is to perform a reverse swap via the GLDT Swap platform to reclaim a GLD NFT. \
   <https://app.gldt.org/wallet?token=GLDT>
2. **Contact Bity Support:** These NFTs serve as the legal deed of ownership for specific, audited gold bars stored in Swiss vaults. Once you have the GLD NFT in your wallet, you must contact Bity support (<support@bity.com>) to initiate the physical redemption. They will guide you through the necessary KYC (Know Your Customer) protocols and coordinate the pickup of the specific bullion bars linked to your NFT.


---

# 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.gold-dao.org/how-to/redeem-physical-gold.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.
