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

# USDG

Following are some popular questions about USDG. For a more detailed run down of this topics, please visit the [official documentation](https://docs.gypsytoken.org/tokenomics/tokens/usdg) here.&#x20;

## What is USDG?

USDG is a stable coin that is pegged to the US dollar. Pegging means that its value is tied to the USD. In simpler terms, 1 USDG is always equal to 1 USD.&#x20;

Gypsy mints a new USDG when a user deposits $1, and burns one when a user cashes that USDG for a dollar. This simple mechanism ensures a 1:1 pool of USDG <--> USD.&#x20;

## What can I use USDG for?&#x20;

Within the Gypsy ecosystem, USDG is the gateway coin for getting started with real-estate investments. Most users purchase USDG to convert it to GPSY tokens.&#x20;

However, one can do everything with USDG that you would with any other stable coin. Payments, remittance and streamlining financial transactions without involving a bank are the most popular uses.&#x20;

## Is USDG liquid?&#x20;

Yes USDG is liquid. You can trade this coin for a fiat USD at any time.&#x20;

## Is the liquidity pool always 1:1?

Yes the liquidity is always 1:1, meaning there is a cash reserve for every dollar converted to USDG. The actual funds are either kept as cash, cash-reserves, or money market instruments.&#x20;

## Is there a fee for converting dollar to USDG?&#x20;

&#x20;In addition to gas fees, some fees may apply when you convert your dollar to USDG. Fees is typically higher for smaller denominations (< $10), and is fairly nominal for much higher amounts (e.g., $10k+).&#x20;

Please refer to our site for the latest fees.&#x20;

##


---

# 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.gypsytoken.org/faq/usdg.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.
