# Supported Networks

Storage Proofs support various networks, enabling cross-chain data access and verification. Below is a list of currently supported networks and their connections.

### Mainnet

| Origin Chain | Destination Chain |
| ------------ | ----------------- |
| Ethereum     | Starknet          |

### Testnet

| Origin Chain     | Destination Chain  |
| ---------------- | ------------------ |
| Ethereum Sepolia | Ethereum Sepolia   |
| Ethereum Sepolia | Starknet Sepolia   |
| Ethereum Sepolia | zkSync Era Sepolia |
| Ethereum Sepolia | Optimism Sepolia   |
| Optimism Sepolia | Starknet Sepolia   |

## Chain IDs

For reference, here are the chain IDs for the supported networks:

* Ethereum Mainnet: 1
* Ethereum Sepolia: 11155111
* Starknet Mainnet: STARKNET
* Starknet Sepolia: SN\_SEPOLIA
* zkSync Era Sepolia: 300
* Optimism Sepolia: 11155420

When using the Herodotus API or interacting with smart contracts, make sure to use the correct chain IDs and contract addresses for your desired network.

## Future Support

We are continuously working on expanding our network support. For the most up-to-date information on supported networks or to request support for a specific network, please contact our team or check our official announcements.


---

# 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.storageproofs.com/references/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.
