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

# Chain Support

> Which chains an embedded wallet can send and sign on, and which of them support gasless transactions, on-chain webhooks, and delegated access.

Every embedded wallet supports a core set of chains natively, called **Tier 1**. Chains outside that set can still be reached by deriving an address from a Tier 1 wallet's key, with two levels of support: see [chains with Tier 2 support](/docs/embedded-wallets/chains/tier-2-chains) and [chains with Tier 3 support](/docs/embedded-wallets/chains/tier-3-chains) for that path.

## Tier 1 chains

<Tabs>
  <Tab title="Javascript, React & React Native">
    | Chain                  | Send & sign | Gasless | On-chain events | Delegated access |
    | :--------------------- | :---------- | :------ | :-------------- | :--------------- |
    | EVM (all EVM networks) | Yes         | Yes     | Yes             | Yes              |
    | Solana                 | Yes         | Yes     | Yes             | Yes              |
    | Bitcoin                | Yes         | No      | Yes             | No               |
    | Sui                    | Yes         | No      | No              | No               |
    | Tempo                  | Yes         | Yes     | No              | Yes              |
    | Arc                    | Yes         | Yes     | Yes             | Yes              |
    | TON                    | Yes         | No      | No              | Yes              |
    | Stellar                | Yes         | No      | No              | Yes              |
    | Tron                   | Yes         | No      | No              | Yes              |
    | Aleo                   | Yes         | Partial | No              | Yes              |
    | Midnight               | Yes         | No      | No              | No               |
  </Tab>

  <Tab title="Swift">
    | Chain                  | Send & sign | Gasless | On-chain events | Delegated access |
    | :--------------------- | :---------- | :------ | :-------------- | :--------------- |
    | EVM (all EVM networks) | Yes         | Yes     | Yes             | Yes              |
    | Solana                 | Yes         | Yes     | Yes             | Yes              |
    | Bitcoin                | Yes         | No      | Yes             | No               |
    | Sui                    | Yes         | No      | No              | No               |
    | Tempo                  | No          | No      | No              | No               |
    | Arc                    | Yes         | Yes     | Yes             | Yes              |
    | TON                    | Yes         | No      | No              | Yes              |
    | Stellar                | Yes         | No      | No              | Yes              |
    | Tron                   | No          | No      | No              | No               |
    | Aleo                   | No          | No      | No              | No               |
    | Midnight               | No          | No      | No              | No               |
  </Tab>

  <Tab title="Kotlin">
    | Chain                  | Send & sign | Gasless | On-chain events | Delegated access |
    | :--------------------- | :---------- | :------ | :-------------- | :--------------- |
    | EVM (all EVM networks) | Yes         | Yes     | Yes             | Yes              |
    | Solana                 | Yes         | Yes     | Yes             | Yes              |
    | Bitcoin                | Yes         | No      | Yes             | No               |
    | Sui                    | Yes         | No      | No              | No               |
    | Tempo                  | No          | No      | No              | No               |
    | Arc                    | Yes         | Yes     | Yes             | Yes              |
    | TON                    | Yes         | No      | No              | Yes              |
    | Stellar                | Yes         | No      | No              | Yes              |
    | Tron                   | No          | No      | No              | No               |
    | Aleo                   | No          | No      | No              | No               |
    | Midnight               | No          | No      | No              | No               |
  </Tab>

  <Tab title="Flutter">
    | Chain                  | Send & sign | Gasless | On-chain events | Delegated access |
    | :--------------------- | :---------- | :------ | :-------------- | :--------------- |
    | EVM (all EVM networks) | Yes         | Yes     | Yes             | Yes              |
    | Solana                 | Yes         | Yes     | Yes             | Yes              |
    | Bitcoin                | Yes         | No      | Yes             | No               |
    | Sui                    | Yes         | No      | No              | No               |
    | Tempo                  | No          | No      | No              | No               |
    | Arc                    | Yes         | Yes     | Yes             | Yes              |
    | TON                    | Yes         | No      | No              | Yes              |
    | Stellar                | Yes         | No      | No              | Yes              |
    | Tron                   | No          | No      | No              | No               |
    | Aleo                   | No          | No      | No              | No               |
    | Midnight               | No          | No      | No              | No               |
  </Tab>

  <Tab title="Unity">
    | Chain                  | Send & sign | Gasless | On-chain events | Delegated access |
    | :--------------------- | :---------- | :------ | :-------------- | :--------------- |
    | EVM (all EVM networks) | Yes         | Yes     | Yes             | Yes              |
    | Solana                 | Yes         | Yes     | Yes             | Yes              |
    | Bitcoin                | Yes         | No      | Yes             | No               |
    | Sui                    | Yes         | No      | No              | No               |
    | Tempo                  | No          | No      | No              | No               |
    | Arc                    | Yes         | Yes     | Yes             | Yes              |
    | TON                    | Yes         | No      | No              | Yes              |
    | Stellar                | Yes         | No      | No              | Yes              |
    | Tron                   | No          | No      | No              | No               |
    | Aleo                   | No          | No      | No              | No               |
    | Midnight               | No          | No      | No              | No               |
  </Tab>

  <Tab title="Node">
    | Chain                  | Send & sign    | Gasless | On-chain events | Delegated access |
    | :--------------------- | :------------- | :------ | :-------------- | :--------------- |
    | EVM (all EVM networks) | Yes            | Yes     | Yes             | Yes              |
    | Solana                 | Yes            | Yes     | Yes             | Yes              |
    | Bitcoin                | Yes            | No      | Yes             | No               |
    | Sui                    | No             | No      | No              | No               |
    | Tempo                  | No             | No      | No              | No               |
    | Arc                    | Yes            | Yes     | Yes             | Yes              |
    | TON                    | Yes            | No      | No              | No               |
    | Stellar                | No             | No      | No              | No               |
    | Tron                   | Delegated only | No      | No              | Yes              |
    | Aleo                   | Delegated only | No      | No              | Yes              |
    | Midnight               | Yes            | No      | No              | No               |
  </Tab>
</Tabs>

<Note>
  Gasless on EVM covers only the networks with Dynamic relayers (see [supported chains](/docs/javascript/reference/evm/evm-gas-sponsorship#supported-chains)); Arc is one of them. Arc is an EVM-compatible network rather than a separate chain type, so it also inherits EVM's delegated access support. Gasless on Tempo uses Tempo's native fee sponsorship (`awaitingFeePayer`) rather than Dynamic relayers; see [Tempo gasless transactions](/docs/react/wallets/using-wallets/tempo/gasless-transactions). On-chain events are the [on-chain transaction events](/docs/embedded-wallets/on-chain-events) webhook, which fires regardless of which SDK created the wallet. See [delegated access](/docs/embedded-wallets/mpc/delegated-access/overview) for how that feature works.
</Note>

## Tier 2 and Tier 3 chains

Tier 2 and Tier 3 chains support signing through a derived address, but neither tier supports gas sponsorship, on-chain webhooks, or policies. See [chains with Tier 2 support](/docs/embedded-wallets/chains/tier-2-chains) and [chains with Tier 3 support](/docs/embedded-wallets/chains/tier-3-chains) for the full chain lists and how derivation works.
