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

# Chains Supported

We're always on the lookout for more EVM based networks who want to get setup with relevant Account Abstraction infrastructure.

If you're a network who's interested in this, please [get in touch](https://discord.etherspot.io/).

## Mainnet

Etherspot Moudlar SDK is currently usable on the following chains.

The bundler URL can be copied here for each.

<Warning>These networks are now deprecated: Goerli, Mumbai, Base Goerli, Arbitrum Goerli, Optimism Goerli, Mantle Goerli.</Warning>

<CardGroup cols={1}>
  <Card title="Mainnet">
    **ETH** 1

    ```
    https://rpc.etherspot.io/v2/1?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Polygon">
    **MATIC** 137

    ```
    https://rpc.etherspot.io/v2/137?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Optimism">
    **ETH** 10

    ```
    https://rpc.etherspot.io/v2/10?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Arbitrum One">
    **ETH** 42161

    ```
    https://rpc.etherspot.io/v2/42161?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Fuse">
    **FUSE** 122

    ```
    https://rpc.etherspot.io/v2/122?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Mantle">
    **MNT** 5000

    ```
    https://rpc.etherspot.io/v2/5000?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Gnosis">
    **XDAI** 100

    ```
    https://rpc.etherspot.io/v2/100?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Base">
    **ETH** 8453

    ```
    https://rpc.etherspot.io/v2/8453?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Avalanche">
    **AVAX** 43114

    ```
    https://rpc.etherspot.io/v2/43114?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="BSC">
    **BNB** 56

    ```
    https://rpc.etherspot.io/v2/56?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Linea">
    **ETH** 59144

    ```
    https://rpc.etherspot.io/v2/59144?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Flare">
    **FLR** 14

    ```
    https://rpc.etherspot.io/v2/14?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Scroll">
    **ETH** 534352

    ```
    https://rpc.etherspot.io/v2/534352?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Rootstock">
    **RBTC** 30

    ```
    https://rpc.etherspot.io/v2/30?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Ancient8">
    **ETH** 888888888

    ```
    https://rpc.etherspot.io/v2/888888888?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="XDC">
    **XDC** 50

    ```
    https://rpc.etherspot.io/v2/50?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Celo">
    **CELO** 42220

    ```
    https://rpc.etherspot.io/v2/42220?api-key=APIKEY-HERE
    ```
  </Card>
</CardGroup>

## Testnets

<CardGroup cols={1}>
  <Card title="Amoy">
    **MATIC** 80002

    ```
    https://testnet-rpc.etherspot.io/v2/80002?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Sepolia">
    **ETH** 11155111

    ```
    https://testnet-rpc.etherspot.io/v2/11155111?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Base Sepolia">
    **ETH** 84532

    ```
    https://testnet-rpc.etherspot.io/v2/84532?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Arbitrum Sepolia">
    **ETH** 421614

    ```
    https://testnet-rpc.etherspot.io/v2/421614?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="OP Sepolia">
    **ETH** 11155420

    ```
    https://testnet-rpc.etherspot.io/v2/11155420?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Scroll Sepolia">
    **ETH** 534351

    ```
    https://testnet-rpc.etherspot.io/v2/534351?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Mantle Sepolia">
    **MNT** 5003

    ```
    https://testnet-rpc.etherspot.io/v2/5003?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Flare Testnet Coston2">
    **C2FLR** 114

    ```
    https://testnet-rpc.etherspot.io/v2/114?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Fuse Sparknet">
    **SPARK** 123

    ```
    https://testnet-rpc.etherspot.io/v2/123?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Ancient8 Testnet">
    **ETH** 28122024

    ```
    https://testnet-rpc.etherspot.io/v2/28122024?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Rootstock Testnet">
    **tRBTC** 31

    ```
    https://testnet-rpc.etherspot.io/v2/31?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="XDC Testnet">
    **tXDC** 51

    ```
    https://testnet-rpc.etherspot.io/v2/51?api-key=APIKEY-HERE
    ```
  </Card>

  <Card title="Celo Alfajores Testnet">
    **CELO** 44787

    ```
    https://testnet-rpc.etherspot.io/v2/44787?api-key=APIKEY-HERE
    ```
  </Card>
</CardGroup>
