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

# Supported Currencies

### Supported crypto-assets and networks

| Network  | Code           | Description               |
| -------- | -------------- | ------------------------- |
| Bitcoin  | BTC\_BITCOIN   | Bitcoin - BTC             |
| Ethereum | ETH\_ETHEREUM  | Ether - ETH               |
| Ethereum | USDT\_ETHEREUM | Ethereum Tether - USDT    |
| Ethereum | USDC\_ETHEREUM | Ethereum USD Coin - USDC  |
| Ethereum | DAI\_ETHEREUM  | Ethereum Dai Stable - DAI |
| Tron     | TRX\_TRON      | Tron - TRX                |
| Tron     | USDT\_TRON     | Tron Tether - USDT        |
| Litecoin | LTC\_LITECOIN  | Litecoin - LTC            |
| Ripple   | XRP\_RIPPLE    | Ripple - XRP              |
| TON      | TON\_TON       | Toncoin - TON             |
| TON      | USDT\_TON      | Jetton Tether - USDT      |
| Solana   | SOL\_SOLANA    | Solana - SOL              |
| Solana   | USDT\_SOLANA   | Solana Tether - USDT      |
| BSC      | BNB\_BSC       | BSC Binance Coin - BNB    |
| BSC      | USDT\_BSC      | BSC Tether - USDT         |
| Polygon  | POL\_POLYGON   | Polygon - POL             |
| Polygon  | USDT\_POLYGON  | Polygon Tether - USDT     |
| Polygon  | USDC\_POLYGON  | Polygon USD Coin - USDC   |
| Arbitrum | ARB\_ARBITRUM  | Arbitrum - ARB            |
| Arbitrum | ETH\_ARBITRUM  | Arbitrum Ether - ETH      |
| Arbitrum | USDT\_ARBITRUM | Arbitrum Tether - USDT    |
| Arbitrum | USDC\_ARBITRUM | Arbitrum USD Coin - USDC  |
| Optimism | OP\_OPTIMISM   | Optimism Token - OP       |
| Optimism | ETH\_OPTIMISM  | Optimism Ether - ETH      |
| Optimism | USDT\_OPTIMISM | Optimism Tether - USDT    |
| Optimism | USDC\_OPTIMISM | Optimism USD Coin - USDC  |
| Base     | ETH\_BASE      | Base Ether - ETH          |
| Base     | USDC\_BASE     | Base USD Coin - USDC      |
| Base     | DAI\_BASE      | Base Dai Stable - DAI     |

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


---

# 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://bitray.gitbook.io/bitray-docs/currencies.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.
