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

# Supported Networks and Assets

<table><thead><tr><th>Network</th><th width="140.18359375">Native Token</th><th>Supported Assets</th><th>DEX Integrations</th></tr></thead><tbody><tr><td>Ethereum</td><td>ETH</td><td>ERC-20 tokens, stablecoins, LSTs</td><td>Uniswap, Curve, Balancer, 1inch</td></tr><tr><td>Solana</td><td>SOL</td><td>SPL tokens, stablecoins</td><td>Jupiter, Raydium, Orca</td></tr><tr><td>BNB Chain</td><td>BNB</td><td>BEP-20 tokens, stablecoins</td><td>PancakeSwap, Venus</td></tr><tr><td>Arbitrum</td><td>ETH</td><td>ERC-20 tokens, stablecoins</td><td>GMX, Camelot, Uniswap</td></tr><tr><td>Bitcoin</td><td>BTC</td><td>BTC, Ordinals</td><td>Atomic swaps, wrapped BTC bridges</td></tr><tr><td>Tron</td><td>TRX</td><td>TRC-20 tokens, USDT</td><td>SunSwap, JustLend</td></tr></tbody></table>

The list of supported networks and assets is continuously expanding. New chains and assets are added based on user demand, liquidity depth, and security assessments.

<br>


---

# 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://venzofinance.gitbook.io/venzofinance-docs/venzo-swap/supported-networks-and-assets.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.
