# Supported Assets And Chains

Bound supports native assets across multiple chains - no wrapping, no bridging.

## Currently supported

| Asset | Chain             | Notes                     |
| ----- | ----------------- | ------------------------- |
| BTC   | Bitcoin           | Native                    |
| Runes | Bitcoin           | Native Bitcoin tokens     |
| bUSD  | Bitcoin           | Bound's native stablecoin |
| ETH   | Ethereum          | Via SODAX                 |
| USDC  | Ethereum / Solana | Via SODAX                 |
| SOL   | Solana            | Via SODAX                 |
| BNB   | BNB Chain         | Via SODAX                 |
| AVAX  | Avalanche         | Via SODAX                 |
| HYPE  | Hyperliquid       | Via SODAX                 |

## Expanding regularly

The asset list powered by SODAX is expanding on a regular basis. Check the platform for the latest supported assets.

{% hint style="info" %}
All assets are native - Bound does not use wrapped tokens or bridging at any point.
{% 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://bound-1.gitbook.io/bound-docs/readme/supported-assets-and-chains.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.
