# Supported Platforms

SolidityScan supports a wide range of Ethereum-based platforms and any blockchain networks that are compatible with the Ethereum Virtual Machine (EVM). This includes major networks such as:

* **Etherscan \[mainnet,goerli,kovan,rinkeby,ropsten] (**[**https://etherscan.io/**](https://etherscan.io/)**)**
* **Bscscan \[mainnet,testnet] (**[**https://bscscan.com**](https://bscscan.com/)**)**
* **Polygonscan \[mainnet,testnet] (**[**https://polygonscan.com**](https://polygonscan.com/)**)**
* **Avalanche \[mainnet,testnet] (**[**https://snowtrace.io**](https://snowtrace.io/)**)**
* **Cronos \[mainnet,testnet] (**[**https://cronoscan.com**](https://cronoscan.com/)**)**
* **Celo \[mainnet,testnet] (**[**https://celoscan.io**](https://celoscan.io/)**)**
* **Aurora \[mainnet,testnet] (**[**https://aurorascan.dev**](https://aurorascan.dev/)**)**
* **Fuse \[mainnet,testnet]** [**https://explorer.fuse.io/**](https://explorer.fuse.io/)

Haven’t found the desired Blockchain here?

We’ve integrated support for a wide range of blockchains. If your desired network isn’t listed, or if you’re interested in adding your blockchain to our platform, please reach out to our team [here](https://forms.gle/prgiggTHnFKGeLP6A)

The platform’s flexibility allows it to audit smart contracts across these ecosystems, providing scalable solutions for diverse blockchain applications. This makes it ideal for dApp developers and blockchain projects looking for robust security solutions.


---

# 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://apidoc.solidityscan.com/solidityscan-security-api/introduction/supported-platforms.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.
