# Supported Networks

Mono Protocol is designed for universal blockchain support, starting with major networks and expanding to include emerging ecosystems.

Chain Support: Mono Protocol is constantly expanding network support. Each network in Mono Protocol is identified using the CAIP-2 chain ID format.

| Chain ID         | Status                  |
| ---------------- | ----------------------- |
| Ethereum Mainnet | ✅                       |
| Optimism         | ✅                       |
| Arbitrum         | ✅                       |
| Polygon          | ✅                       |
| Base             | ✅                       |
| Linea            | ✅                       |
| Avalanche        | ✅                       |
| BSC              | ✅                       |
| Blast            | ✅                       |
| Berachain        | ✅                       |
| Solana           | ✅ Beta                  |
| Bitcoin          | TBD                     |
| Other EVMs       | On demand               |
| Other Chains     | On demand, case by case |

Network References:

// Example of referencing Ethereum in the API

const ethereumChain = 'eip155:1';

<br>
