Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/introduction/extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Connect Splits accounts to third-party apps using the Splits Connec

# Browser extension [Use Splits accounts inside third-party apps]

[Splits Connect](https://chromewebstore.google.com/detail/splits/ghfacfafnbcgkielpaeifdpoggfeakif) is our browser extension. It lets you use Splits accounts inside third-party apps: the app sees Splits as a wallet, and you sign transactions with your passkey. If your browser doesn't support the extension (e.g. Safari), [WalletConnect](/integrations/walletconnect) works as a fallback. The extension works on all [fully supported networks](/introduction/networks-and-assets).
[Splits Connect](https://chromewebstore.google.com/detail/splits/ghfacfafnbcgkielpaeifdpoggfeakif) is our browser extension. It lets you use Splits accounts inside third-party apps: the app sees Splits as a wallet, and you sign transactions with your passkey. If your browser doesn't support the extension (e.g. Safari), [WalletConnect](/integrations/walletconnect) works as a fallback. The extension works on every [enabled network](/introduction/networks-and-assets).

## Connecting

Expand Down
42 changes: 27 additions & 15 deletions src/pages/introduction/networks-and-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description: Networks and asset types supported by Splits, full and partial supp

# Networks and assets [Supported networks and asset types]

Splits supports some networks fully (every feature) and a longer tail partially (sending and asset recovery only). Owners turn networks on and off per team in [Settings > Networks](https://app.splits.org/settings/team/networks/) (see [Settings](/teams/settings)).
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](/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](/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, including the [browser extension](/introduction/extension) and in-app [WalletConnect](/integrations/walletconnect):
Every feature works on these networks:

- Ethereum Mainnet
- Base
Expand All @@ -24,22 +24,25 @@ Every feature works on these networks, including the [browser extension](/introd
- Tempo
- Polygon (PoS)
- BNB Smart Chain
- HyperEVM
- Robinhood Chain
- HyperEVM (gradual rollout)

Networks marked gradual rollout are behind a feature flag and visible only to teams the flag is enabled for.

## Partially supported networks

| Network | Send | Asset recovery |
| --- | --- | --- |
| Linea | **✅** | **✅** |
| Zora | **✅** | **✅** |
| Monad | **✅** | **✅** |
| Scroll | **✅** | **✅** |
| Solana | **✅** | |
| EVM [Relay networks](https://docs.relay.link/references/api/api_resources/supported-chains) | **✅** | |
- Linea
- Zora
- Monad
- Scroll
- Robinhood Chain (gradual rollout)

## 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](/transactions/swaps).

## Browser extension and WalletConnect

- **Send**: tokens can be bridged and sent to an external address on this network.
- **Asset recovery**: tokens sent to a Splits account's address on this network can be bridged back to a fully supported network.
The [browser extension](/introduction/extension) and in-app [WalletConnect](/integrations/walletconnect) work on any enabled network, regardless of tier.

## Supported assets

Expand All @@ -48,4 +51,13 @@ Every feature works on these networks, including the [browser extension](/introd
- ERC-721
- ERC-1155

All supported assets work on all supported networks. If you send an unsupported asset to a Splits account, contact us and we will attempt to make it recoverable.
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](/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](/introduction/agents#use-the-api). Networks in gradual rollout are excluded until fully rolled out.
4 changes: 0 additions & 4 deletions src/pages/transactions/swaps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ Swap quotes are signed by the provider and expire quickly, often before an accou
2. If you always swap into the same output token, use an [automation account](/accounts#automation-accounts) instead and just transfer funds in.
3. Use the [browser extension](/introduction/extension) with a swap app that tolerates slow signing (e.g. CoW Swap).

## Asset recovery

Tokens received on [partially supported networks](/introduction/networks-and-assets#partially-supported-networks) can be bridged back to a fully supported one from *Asset recovery* in the account's settings, which lists the account's balances on those networks and opens the same swap flow with the source network fixed.

## Programmatic access

The [CLI / MCP](/introduction/agents) has no dedicated swap command. Agents can propose swaps as raw calls via `splits transactions create custom` (**Write** scope).