# Blockchains & Assets

### Supported blockchains

| Chain    | Type          | Supported Assets | Status |
| -------- | ------------- | ---------------- | ------ |
| Solana   | L1            | USDC, USDT       | Live   |
| Ethereum | L1            | USDC, USDT       | Live   |
| Polygon  | L2 (Ethereum) | USDC, USDT       | Live   |
| Base     | L2 (Ethereum) | USDC, USDT       | Live   |
| Tron     | L1            | USDT             | Live   |
| BSC      | L1            | USDC, USDT       | Live   |

### Supported assets

<table><thead><tr><th width="128">Asset</th><th width="164">Description</th><th>Networks</th><th>Direction</th></tr></thead><tbody><tr><td>USDC</td><td>USD Coin (Circle)</td><td>Solana, Ethereum, Polygon, Base, BSC</td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>USDT</td><td>Tether</td><td>Solana, Ethereum, Polygon, Base, Tron, BSC</td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>ETH</td><td>Ether</td><td>Ethereum</td><td>Off-Ramp only</td></tr><tr><td>SOL</td><td>Solana</td><td>Solana</td><td>Off-Ramp only</td></tr></tbody></table>

### Chain selection

When creating a quote, specify the blockchain using the `sourceChain` parameter:

```json
{
  "sourceChain": "SOLANA",
  "sourceAsset": "USDC",
  ...
}
```

Valid values: `SOLANA`, `ETHEREUM`, `POLYGON`, `BASE`, `TRON`, `BSC`

{% hint style="info" %}
Solana and Base offer the fastest settlement times and lowest network fees. They are the recommended chains for most use cases.
{% endhint %}

{% hint style="warning" %}
Sending unsupported assets to Zynta deposit addresses may result in loss. Recovery is possible but subject to a fee.&#x20;
{% endhint %}


---

# 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.zynta.com/coverage/blockchains-and-assets.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.
