> ## Documentation Index
> Fetch the complete documentation index at: https://docs.range.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Networks

> Networks supported by Faraday

<Info>
  ### Info

  The networks supported by Faraday are also available in JSON format at [https://api.faraday.range.org/v1/networks](https://api.faraday.range.org/v1/networks)
</Info>

| Label             | Slug          | Kind   | Aliases                  |
| ----------------- | ------------- | ------ | ------------------------ |
| Ethereum          | eth           | eip155 | ethereum                 |
| Optimism          | oeth          | eip155 | optimism                 |
| Solana            | solana        | solana |                          |
| Solana Devnet     | solana-devnet | solana |                          |
| Osmosis           | osmosis-1     | cosmos | osmosis                  |
| Arbitrum          | arb1          | eip155 | arbitrum                 |
| Polygon           | pol           | eip155 | polygon                  |
| Base              | base          | eip155 |                          |
| Avalanche C-Chain | avax          | eip155 | avalanche                |
| BNB Smart Chain   | bnb           | eip155 | bsc, binance-smart-chain |
| Neutron           | neutron-1     | cosmos | neutron                  |
| Celestia          | celestia      | cosmos |                          |
| Sepolia           | sepolia       | eip155 |                          |
| Optimism Sepolia  | opsep         | eip155 | optimism-sepolia         |
| Avalance Fuji     | fuji          | eip155 | avalance-fuji            |
| Polygon Amoy      | amoy          | eip155 | polygon-amoy             |
| Base Sepolia      | basesep       | eip155 | base-sepolia             |

**Field descriptions**

* **Label**: Human-friendly chain name
* **Slug**: Range’s canonical chain reference
* **Kind**: The type of chain (e.g., `evm`, `cosmos`, `solana`)
* **Aliases**: Alternate names accepted in Faraday API calls

***

What’s Next

Ready to start integrating? Follow our integration guide.

* [Integrating with Faraday](/faraday-api/integration/index)
