# Networks and assets \[Supported networks and asset types]

Splits supports some networks fully (all features available) and a longer tail partially (balances and sending work; accounting history, swaps, bridging, and NFTs may not be available). Owners turn networks on and off per team in [Settings > Networks](https://app.splits.org/settings/team/networks/) (see [Settings](/docs/teams/settings)). Any listed network can be enabled, regardless of tier; **balances are shown for enabled networks only**.

Enabled networks are kept in sync: an account has the same address, signers, threshold, and owner on all of them, because [signer changes are signed once for every active network](/docs/accounts/thresholds#changing-signers-and-thresholds). An account's state is synced to a newly enabled network before the account is used there; disabling a network requires nothing onchain.

Email support to request another network or asset type; most EVM-equivalent networks can be supported, pending our underlying providers.

## Fully supported networks

Every feature works on these networks:

* Ethereum Mainnet
* Base
* Optimism
* Arbitrum
* Celo
* World Chain
* Tempo
* Polygon (PoS)
* BNB Smart Chain
* HyperEVM

## Partially supported networks

On partially supported networks, you can manage balances, send funds, swap, and bridge assets. Transaction history and accounting are not available. NFT management is available only on Zora and Robinhood Chain.

* Linea
* Zora
* Monad
* MegaETH
* Scroll
* Robinhood Chain

## Sending to other networks

Tokens can be bridged and sent to an external address on Solana and any EVM [Relay network](https://docs.relay.link/references/api/api_resources/supported-chains); see [Swaps](/docs/transactions/swaps).

## Browser extension and WalletConnect

The [browser extension](/docs/introduction/extension) and in-app [WalletConnect](/docs/integrations/walletconnect) work on any enabled network, regardless of tier.

## Supported assets

* Native tokens (e.g. ETH)
* ERC-20
* ERC-721
* ERC-1155

All supported assets work on all fully supported networks. If you send an unsupported asset to a Splits account, contact us and we will attempt to make it recoverable.

## Programmatic access

Via the [Splits CLI / MCP](/docs/introduction/agents):

* `splits chains list`: every listed network with its tier and per-feature capability flags (**Read** scope)
* `splits chains get --chainId 8453`: one network's entry (**Read** scope)

The underlying endpoint is `GET /public/v1/chains` (API key with **Read** scope); see [Use the API](/docs/introduction/agents#use-the-api). Networks in gradual rollout are excluded until fully rolled out.
