# Supported Networks

### Mainnet Networks

| Network Name                 | Internal Name         |
| ---------------------------- | --------------------- |
| Immutable X                  | IMMUTABLEX\_MAINNET   |
| StarkNet                     | STARKNET\_MAINNET     |
| Loopring                     | LOOPRING\_MAINNET     |
| Arbitrum One                 | ARBITRUM\_MAINNET     |
| Arbitrum Nova                | ARBITRUMNOVA\_MAINNET |
| Optimism                     | OPTIMISM\_MAINNET     |
| Ethereum                     | ETHEREUM\_MAINNET     |
| zksync Lite (v1)             | ZKSYNC\_MAINNET       |
| zksync Era (v2)              | ZKSYNCERA\_MAINNET    |
| Polygon                      | POLYGON\_MAINNET      |
| Polygon zkEVM                | POLYGONZK\_MAINNET    |
| BNB Chain (BSC)              | BSC\_MAINNET          |
| Osmosis                      | OSMOSIS\_MAINNET      |
| rhino.fi                     | RHINOFI\_MAINNET      |
| Solana                       | SOLANA\_MAINNET       |
| zkSpace                      | ZKSPACE\_MAINNET      |
| KuCoin Community Chain (KCC) | KCC\_MAINNET          |
| Fuse                         | FUSE\_MAINNET         |

### Testnet networks

| Network Name        | Internal Name       |
| ------------------- | ------------------- |
| Immutable X Ropsten | IMMUTABLEX\_ROPSTEN |
| Immutable X Goerli  | IMMUTABLEX\_GOERLI  |
| StarkNet Goerli     | STARKNET\_SEPOLIA   |


---

# 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://learn.layerswap.io/api/data/supported-platforms/supported-networks.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.
