# Supported Blockchains

SafeSwap works with blockchains based on Ethereum Virtual Machine (EVM). Additional blockchains will be added over time, beginning with a larger pool of Ethereum Virtual Machine-based protocols.

Non-EVM blockchains or specifically requested blockchains, will be added at the discretion of Safe Haven and/or partnership organizations.

## Supported

<table><thead><tr><th width="247">Logo</th><th width="117">Chain</th><th width="117">Gas Token</th><th>Block Explorer</th></tr></thead><tbody><tr><td><img src="/files/YhEXPL9XcrRqxAo5BJJe" alt=""></td><td>vechain</td><td>VTHO</td><td><a href="https://explore.vechain.org/">https://explore.vechain.org</a></td></tr><tr><td><img src="/files/Ow7oXaDsF4VUiIOLdffL" alt=""></td><td>Ethereum</td><td>ETH</td><td><a href="https://etherscan.io/">https://etherscan.io</a></td></tr><tr><td><img src="/files/PAmaJWASZFDUjhZU89Jh" alt=""></td><td>Polygon</td><td>MATIC</td><td><a href="https://polygonscan.com/">https://polygonscan.com</a></td></tr><tr><td><img src="/files/7pF8JTRQsJGpQj4ZpGbc" alt=""></td><td>BNB Chain</td><td>BNB</td><td><a href="https://bscscan.com/">https://bscscan.com</a></td></tr><tr><td><img src="/files/oI8nspEczTuMOF3BlplU" alt=""></td><td>Base</td><td>ETH</td><td><a href="https://basescan.org/">https://basescan.org</a></td></tr><tr><td><img src="/files/N4bnsWkX0uNjrpmLBAeW" alt=""></td><td>Optimism</td><td>ETH</td><td><a href="https://optimistic.etherscan.io/">https://optimistic.etherscan.io</a></td></tr></tbody></table>


---

# 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.safeswap.io/technical/supported-blockchains.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.
