# Stablecoins

Geminon stablecoins are ERC20 tokens with elastic supply. New supply can only be created via the stablecoin minter (SC minter) smart contract in exchange for GEX tokens. For more information on this system, consult the section on the limiter:

{% content-ref url="/pages/NH0wgiBW1kglvkOswWAs" %}
[Supply limiter](/tokens/gex/supply-limiter.md)
{% endcontent-ref %}

### Peg value

All Geminon stablecoins incorporate in their contract a connection to a price feed from the Chainlink oracle network that provides updated prices of the currency's exchange rate that replicate against the dollar. The last price value of the coin can be obtained by calling the getPegValue() function. Chainlink oracles use real Forex market values as their data source, making them extremely secure against any type of attack.&#x20;

All Geminon contracts use this value provided by the oracle as a reference to calculate the amounts of currency to be exchanged. As the price of the coins is fixed algorithmically, users are assured that their stablecoins can always be exchanged for their peg price using Geminon contracts. In the event that the coins are used in other protocols or external exchanges, the price would remain close to its peg value thanks to arbitrage between the market in question and the contracts of our protocol.

### Available currencies

Geminon offers a wide variety of stablecoins from different regions of the world, and the list keeps growing:

<table><thead><tr><th width="121" align="center">Symbol</th><th width="216" align="center">Name</th><th width="158" align="center">Country / region</th><th align="center">Networks</th></tr></thead><tbody><tr><td align="center">USDG</td><td align="center">Geminon US Dollar</td><td align="center">USA</td><td align="center">Ethereum, BNB, Avalanche</td></tr><tr><td align="center">EURG</td><td align="center">Geminon Euro</td><td align="center">Europe</td><td align="center">Ethereum, BNB, Avalanche</td></tr><tr><td align="center">CNYG</td><td align="center">Geminon Renminbi</td><td align="center">China</td><td align="center">Ethereum</td></tr><tr><td align="center">JPYG</td><td align="center">Geminon Japanese Yen</td><td align="center">Japan</td><td align="center">Ethereum, BNB, Avalanche</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.geminon.fi/tokens/stablecoins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
