# Currencies and networks

{% hint style="info" %}
Supported cryptocurrencies and networks
{% endhint %}

| Currency and network code       | Description               |
| ------------------------------- | ------------------------- |
| **Bitcoin Network**             |                           |
| BTC\_BITCOIN                    | Bitcoin - BTC             |
| **Ethereum Network**            |                           |
| ETH\_ETHEREUM                   | Ether - ETH               |
| USDT\_ETHEREUM                  | Ethereum Tether - USDT    |
| USDC\_ETHEREUM                  | Ethereum USD Coin - USDC  |
| DAI\_ETHEREUM                   | Ethereum Dai Stable - DAI |
| **Litecoin Network**            |                           |
| LTC\_LITECOIN                   | Litecoin - LTC            |
| **Tron Network**                |                           |
| TRX\_TRON                       | Tron - TRX                |
| USDT\_TRON                      | Tron Tether - USDT        |
| **Bitcoin Cash Network**        |                           |
| BCH\_BITCOINCASH                | Bitcoin Cash - BCH        |
| **Ripple Network**              |                           |
| XRP\_RIPPLE                     | Ripple - XRP              |
| **The Open Network**            |                           |
| TON\_TON                        | Toncoin - TON             |
| USDT\_TON                       | Jetton Tether - USDT      |
| **Doge Network**                |                           |
| DOGE\_DOGECOIN                  | Dogecoin - DOGE           |
| **Polygon Network**             |                           |
| POL\_POLYGON                    | Polygon - POL             |
| USDT\_POLYGON                   | Polygon Tether - USDT     |
| USDC\_POLYGON                   | Polygon USD Coin - USDC   |
| **Arbitrum Network**            |                           |
| ARB\_ARBITRUM                   | Arbitrum - ARB            |
| ETH\_ARBITRUM                   | Arbitrum Ether - ETH      |
| USDT\_ARBITRUM                  | Arbitrum Tether - USDT    |
| USDC\_ARBITRUM                  | Arbitrum USD Coin - USDC  |
| **Optimism Network**            |                           |
| OP\_OPTIMISM                    | Optimism Token - OP       |
| ETH\_OPTIMISM                   | Optimism Ether - ETH      |
| USDT\_OPTIMISM                  | Optimism Tether - USDT    |
| USDC\_OPTIMISM                  | Optimism USD Coin - USDC  |
| **Binance Smart Chain Network** |                           |
| BNB\_BSC                        | BSC Binance Coin - BNB    |
| USDT\_BSC                       | BSC Tether - USDT         |
| **Solana Network**              |                           |
| SOL\_SOLANA                     | Solana - SOL              |
| USDT\_SOLANA                    | Solana Tether - USDT      |
| **Base Network**                |                           |
| ETH\_BASE                       | Base Ether - ETH          |
| USDC\_BASE                      | Base USD Coin - USDC      |
| DAI\_BASE                       | Base Dai Stable - DAI     |

> *\** Other tokens and networks can be added by request.

{% hint style="info" %}
Supported fiat currencies
{% endhint %}

| Currency code | Description         |
| ------------- | ------------------- |
| ARS           | Argentine Peso      |
| AZN           | Azerbaijani Manat   |
| AUD           | Australian Dollar   |
| BRL           | Brazilian Real      |
| CLP           | Chilean Peso        |
| CAD           | Canadian Dollar     |
| COP           | Colombian Peso      |
| CHF           | Swiss Franc         |
| CZK           | Czech Koruna        |
| DKK           | Danish Krone        |
| EUR           | Euro                |
| GBP           | Great British Pound |
| HUF           | Hungarian Forint    |
| INR           | Indian Rupee        |
| KRW           | South Korean Won    |
| KZT           | Kazakh Tenge        |
| MXN           | Mexican Peso        |
| NOK           | Norwegian Krone     |
| NZD           | New Zealand Dollar  |
| PLN           | Polish Zloty        |
| SEK           | Swedish Krona       |
| TRY           | Turkish Lira        |
| UAH           | Ukrainian Hryvnia   |
| USD           | US Dollar           |
| ZAR           | South African Rand  |

> *\** These currencies are not supported for payments and can only be used for invoicing.


---

# 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.thedex.cloud/introduction/currencies-and-networks.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.
