> For the complete documentation index, see [llms.txt](https://developers.mtpelerin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.mtpelerin.com/service-information/chains-and-currencies.md).

# Chains and currencies

## Supported networks & cryptocurrencies

{% hint style="info" %}
Supported networks and cryptocurrencies can also be found in JSON format here: <https://api.mtpelerin.com/currencies/tokens>
{% endhint %}

We always work to add support for more networks and cryptocurrencies, make sure to [subscribe to our newsletter](http://eepurl.com/dhQ1dT) and to [follow us on social media](https://www.mtpelerin.com/#socialicons) to stay informed when we do!

* **Arbitrum**
  * ETH - Ether
  * USDC - USDC
  * USDC.e - Bridged USDC
  * USDT - Tether USD
  * WBTC - Wrapped Bitcoin
* **Avalanche**
  * AVAX - Avalanche
  * BTC.b - BTC.b
  * EURC - EURC
  * USDC - USDC
  * USDC.e - Bridged USDC
* **Base**
  * cbBTC - Coinbase Wrapped BTC
  * ETH - Ether
  * EURC - EURC
  * USDC - USDC
  * ZCHF - Frankencoin
* **Bitcoin**
  * BTC - Bitcoin
* **Bitcoin Lightning**
  * Sat - Bitcoin
* **BNB Chain (BEP20)**
  * BNB - Binance Coin
  * BTCB - Binance Bitcoin pegged token
  * USDC - USDC
  * USDT - Tether USD
  * WETH - Wrapped Ether
* **Celo**
  * CELO - Celo
  * USDC - USDC
  * USDT - Tether USD
* **Ethereum (ERC20)**
  * cbBTC - Coinbase Wrapped BTC
  * crvUSD - Curve.Fi USD Stablecoin
  * DAI - Dai
  * ETH - Ether
  * EURC - EURC
  * FRAX USD - frxUSD
  * GHO - GHO
  * LUSD - Liquity USD
  * PAXG - Pax Gold
  * USDC - USDC
  * USDT - Tether USD
  * WBTC - Wrapped Bitcoin
  * XAUt - Tether Gold
  * ZCHF - Frankencoin
* **Gnosis Chain**
  * USDC - USDC
  * USDT - Tether USD
  * WBTC - Wrapped Bitcoin
  * WETH - Wrapped Ether
  * XDAI - XDAI
  * ZCHF - Frankencoin
* **Optimism**
  * ETH - Ether
  * LUSD - Liquity USD
  * USDC - USDC
  * USDC.e - Bridged USDC
  * USDT - Tether USD
  * WBTC - Wrapped Bitcoin
* **Polygon**
  * POL - Polygon
  * USDC - USDC
  * USDC.e - Bridged USDC
  * USDT - Tether USD
  * WBTC - Wrapped Bitcoin
  * WETH - Wrapped Ether
* **Rootstock**
  * RBTC - Smart Bitcoin
  * RIF - RSK Infrastructure Framework
  * USDRIF - RIF US Dollar
  * USDT - Tether USD
* **Sonic**
  * S - Sonic
  * USDC - USDC
  * USDT - Tether USD
* **Tezos**
  * tzBTC - tzBTC
  * USDT - Tether USD
  * XTZ - Tezos
* **zkSync Era**
  * ETH - Ether
  * USDC - USDC
  * USDC.e - Bridged USDC

## Supported fiat currencies

We always work to add support for more fiat currencies, make sure to [subscribe to our newsletter](http://eepurl.com/dhQ1dT) and to [follow us on social media](https://www.mtpelerin.com/#socialicons) to stay informed when we do!

### ⬆️ On ramp fiat currencies

* AUD
* CAD
* CHF
* CZK
* DKK
* EUR
* GBP
* HKD
* HUF
* JPY
* MXN
* NOK
* NZD
* PLN
* SEK
* SGD
* USD
* ZAR

### ⬇️ Off ramp fiat currencies

* AUD
* CAD
* CHF
* CZK
* DKK
* EUR
* GBP
* HKD
* HUF
* JPY
* MXN
* NOK
* NZD
* PLN
* SEK
* SGD
* USD
* ZAR


---

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

```
GET https://developers.mtpelerin.com/service-information/chains-and-currencies.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.
