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

# Supported Networks

> The chains Nikiwa can analyze.

Nikiwa covers the EVM family alongside Bitcoin, Solana, Tron, and Hyperliquid.

## Networks

<CardGroup cols={2}>
  <Card title="EVM chains" icon="ethereum">
    Ethereum, Polygon, BNB Chain, Arbitrum, Base, Gnosis, and other EVM-compatible chains.
  </Card>

  <Card title="Bitcoin" icon="bitcoin-sign">
    Legacy, SegWit, and Taproot addresses.
  </Card>

  <Card title="Solana" icon="circle-nodes">
    Base58 addresses and transaction signatures.
  </Card>

  <Card title="Tron" icon="network-wired">
    Native Tron addresses.
  </Card>

  <Card title="Hyperliquid" icon="chart-line">
    Trading and perps activity.
  </Card>
</CardGroup>

## Naming

Pass a network name in whatever form is natural (`eth`, `ETH`, `ethereum`, `matic`); Nikiwa normalizes common aliases to a canonical name and handles the rest. Pass `all` to run across every supported EVM chain at once, where a tool supports it.

<Note>
  The set of active chains evolves with data-provider coverage. Read the live list from the [discovery endpoint](/api-reference/discovery) or the `nikiwa://chains` MCP resource.
</Note>
