> For the complete documentation index, see [llms.txt](https://docs.swapped.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swapped.com/swapped-ramp/readme/supported-cryptocurrencies.md).

# Supported Cryptocurrencies

The **Code** column should be used for <mark style="color:$danger;">**`currencyCode`**</mark> parameter.

| Code              | Name               | Network             |
| ----------------- | ------------------ | ------------------- |
| `ADA`             | Cardano            | Cardano             |
| `APE_ETHEREUM`    | Apecoin            | Ethereum            |
| `ARB`             | Arbitrum           | Arbitrum            |
| `ATOM_COSMOS`     | Cosmos             | Cosmos              |
| `AVAX_AVALANCHE`  | Avalanche          | Avalanche           |
| `BCH`             | Bitcoin Cash       | Bitcoin Cash        |
| `BNB`             | Binance Coin       | Binance Smart Chain |
| `BTC`             | Bitcoin            | Bitcoin             |
| `CRO`             | Cronos             | Ethereum            |
| `DAI_BSC`         | DAI                | Binance Smart Chain |
| `DAI_ETHEREUM`    | DAI                | Ethereum            |
| `DOGE`            | Dogecoin           | Dogecoin            |
| `ETH`             | Ethereum           | Ethereum            |
| `ETH_BASE`        | Ethereum           | Base                |
| `ETH_BSC`         | Ethereum           | Binance Smart Chain |
| `HYPE`            | Hyperliquid        | Hyperliquid         |
| `LINK_BSC`        | Chainlink          | Binance Smart Chain |
| `LINK_ETHEREUM`   | Chainlink          | Ethereum            |
| `LTC`             | Litecoin           | Litecoin            |
| `MON`             | Monad              | Monad Mainnet       |
| `OP`              | Optimism           | Optimism            |
| `OSMO`            | Osmosis            | Osmosis             |
| `PAXG`            | Paxos Gold         | Ethereum            |
| `POLYGON`         | Polygon            | Polygon             |
| `SAND_ETHEREUM`   | Sandbox            | Ethereum            |
| `SHIB`            | Shiba Inu          | Ethereum            |
| `SHIB_BSC`        | Shiba Inu          | Binance Smart Chain |
| `SOL`             | Solana             | Solana              |
| `TON`             | Toncoin            | TON                 |
| `TRUMP`           | Trump Coin         | Solana              |
| `TRX`             | Tron               | Tron                |
| `TWT`             | Trust Wallet Token | BSC                 |
| `UNI_BSC`         | Uniswap            | Binance Smart Chain |
| `UNI_ETHEREUM`    | Uniswap            | Ethereum            |
| `USDC_ARBITRUM`   | USDC               | Arbitrum            |
| `USDC_POLYGON`    | USDC               | Polygon             |
| `USDC_AVALANCHE`  | USDC               | Avalanche           |
| `USDC_BASE`       | USDC               | Base                |
| `USDC_BSC`        | USDC               | Binance Smart Chain |
| `USDC_ETHEREUM`   | USDC               | Ethereum            |
| `USDC_HYPERCORE`  | USDC               | Hypercore           |
| `USDC_MONAD`      | USDC               | Monad Mainnet       |
| `USDC_NOBLE`      | USDC               | Noble               |
| `USDCE_WORLDCOIN` | USDCe              | Worldchain          |
| `USDCE_POLYGON`   | USDCe              | Polygon             |
| `USDC_SOLANA`     | USDC               | Solana              |
| `USDC_HYPE`       | USDC               | Hyperliquid         |
| `USDH_HYPE`       | USDH               | Hyperliquid         |
| `USDT_BSC`        | USDT               | Binance Smart Chain |
| `USDT_ETHEREUM`   | Tether             | Ethereum            |
| `USDT_POLYGON`    | Tether             | Polygon             |
| `USDT_AVALANCHE`  | Tether             | Avalanche           |
| `USDT_SOLANA`     | Tether             | Solana              |
| `USDT_TON`        | Tether             | TON                 |
| `USDT_TRON`       | Tether             | TRC-20 TRON         |
| `XAUT`            | Tether Gold        | Ethereum            |
| `XRP`             | XRP                | Ripple              |

Note: Due to regulatory reasons, users from Texas won't be able to use stablecoins.


---

# 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://docs.swapped.com/swapped-ramp/readme/supported-cryptocurrencies.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.
