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

# Supported Chains

> Destination and source chains for deposits

## Destination chains

Deposits can be delivered to any of these chains:

| Chain           | Chain ID | USDC Address                                   |
| --------------- | -------- | ---------------------------------------------- |
| Arbitrum        | `42161`  | `0xaf88d065e77c8cC2239327C5EDb3A432268e5831`   |
| Base            | `8453`   | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`   |
| BNB Smart Chain | `56`     | `0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d`   |
| Celo            | `42220`  | `0xcebA9300f2b948710d2653dD7B07f33A8B32118C`   |
| Ethereum        | `1`      | `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`   |
| Gnosis          | `100`    | `0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0`   |
| HyperEVM        | `999`    | `0xb88339CB7199b77E23DB6E890353E22632Ba630f`   |
| Linea           | `59144`  | `0x176211869cA2b568f2A7D4EE941E073a821EE1ff`   |
| Monad           | `143`    | `0x754704Bc059F8C67012fEd69BC8A327a5aafb603`   |
| Optimism        | `10`     | `0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85`   |
| Polygon         | `137`    | `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359`   |
| Solana          | `501`    | `EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v` |
| Worldchain      | `480`    | `0x79A02482A880bCE3F13e09Da970dC34db4CD24d1`   |

Solana is USDC-only as a destination. Additional destination tokens (USDT, DAI, ETH, etc.) are available on most EVM chains. See the full token list in the [SDK source](https://github.com/daimo-eth/pay/blob/master/packages/sdk/src/common/token.ts).

## Source chains

Users can deposit from:

* **All EVM chains above**: any supported token (stablecoins and any other liquid ERC-20 tokens).
* **Solana**: USDC, USDT, SOL, and any other liquid tokens.
* **Tron**: USDT

Source chain and token availability is automatic. When a user connects their wallet, Daimo detects their balances and shows available deposit options.
