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

# Supported networks

> Which blockchains Dapping supports for wallet sign-in, profile collectibles, and product on-chain data.

Support differs by feature, so the three tables below are separate on purpose. A network can carry a deployment without powering collectibles, and power collectibles without being available for sign-in.

Network support changes. Treat this page as a reference for how the three capabilities differ, and confirm the current list in the app. The sign-in dialog, the collectibles panel, and the network selector on the product form each show what is live today.

## Sign in with a wallet

| Network family | Sign in |
| -------------- | ------- |
| EVM chains     | Yes     |
| Solana         | Yes     |
| Midnight       | Yes     |

Any other address can be recorded and displayed on a profile, but it cannot be used to sign in. The wallet families above are the only ones an account can be authenticated with.

## Collectibles

Collectibles on a profile are the NFTs held in a connected wallet. Dapping reads them from these networks:

| Network  | Read from |
| -------- | --------- |
| Ethereum | Yes       |
| Base     | Yes       |
| Polygon  | Yes       |
| Arbitrum | Yes       |
| Solana   | Yes       |

The EVM networks actually scanned are a configured subset of that list, so a wallet may return collectibles from fewer networks than are listed here. Inventories are stored and refreshed on a schedule rather than read live, so a very recent transfer takes time to appear. Midnight assets do not appear in collectibles.

## Product on-chain data

Three levels of support, in descending order:

| Level                  | What Dapping publishes                                                                              |
| ---------------------- | --------------------------------------------------------------------------------------------------- |
| Activity and metadata  | The deployment is confirmed, its contract details are described, and activity is published          |
| Contract metadata only | The deployment is confirmed and described; no activity figures are published                        |
| Explorer link only     | The deployment can be recorded and linked to a block explorer; Dapping publishes no data of its own |

### Activity and metadata

| Network      | Family   |
| ------------ | -------- |
| Ethereum     | EVM      |
| Base         | EVM      |
| Arbitrum One | EVM      |
| Polygon      | EVM      |
| Optimism     | EVM      |
| Unichain     | EVM      |
| Linea        | EVM      |
| Scroll       | EVM      |
| Celo         | EVM      |
| Gnosis       | EVM      |
| zkSync Era   | EVM      |
| Solana       | Solana   |
| Bitcoin      | Bitcoin  |
| Midnight     | Midnight |

### Contract metadata only

| Network           | Family  |
| ----------------- | ------- |
| BNB Smart Chain   | EVM     |
| Avalanche C-Chain | EVM     |
| Cardano           | Cardano |

### Explorer link only

| Network           | Family   |
| ----------------- | -------- |
| TON               | TON      |
| TRON              | TRON     |
| NEAR              | NEAR     |
| Algorand          | Algorand |
| Aptos             | Move     |
| Sui               | Move     |
| Stellar / Soroban | Stellar  |
| Osmosis           | Cosmos   |
| Neutron           | Cosmos   |
| Juno              | Cosmos   |

Test networks are also selectable for several of these families, including Ethereum Sepolia, Base Sepolia, Solana Devnet, Solana Testnet, Cardano Preprod, Cardano Preview, Midnight Preview, Bitcoin Testnet, and NEAR Testnet. A deployment on a test network is labelled as such and is not comparable with mainnet activity.

### Token market information

Token price and market information is available for most of the networks above, independently of activity coverage. It is not available for Unichain, Midnight, Bitcoin, or the Cosmos networks. If a network has no market data, the token field on the product form says so when you try to save an address.

### Midnight

Midnight shows contract metadata and public contract activity. Participant-level detail is not published, because Midnight is built to keep activity private and that information is not publicly queryable. For the same reason, Midnight assets do not appear in profile collectibles.

## Reading the data

Every on-chain figure carries a coverage label and a time window. Read those before drawing conclusions.

<CardGroup cols={1}>
  <Card title="On-chain data and coverage" href="/reference/onchain-data-and-coverage">
    How to interpret coverage labels, activity windows, and source links.
  </Card>
</CardGroup>
