> ## 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.

# Introduction

> Nikiwa is a blockchain wallet and token analysis platform, available as a chat app, a public API, and an MCP server.

## What is Nikiwa?

Nikiwa turns raw on-chain data into answers. Ask about a wallet, token, transaction, or market in plain language. Nikiwa runs specialized analysis agents against multi-chain data sources across EVM chains, Bitcoin, Solana, Tron, and Hyperliquid, then returns structured results, interactive [modules](/product/modules), and cited sources.

The same blockchain intelligence is available three ways.

<CardGroup cols={3}>
  <Card title="The App" icon="comments" href="/product/overview">
    The chat product at [nikiwa.com](https://nikiwa.com). Ask questions, explore modules, and save addresses to your address book.
  </Card>

  <Card title="Tools API" icon="code" href="/api-reference/overview">
    A REST API that exposes Nikiwa's analysis tools as deterministic, structured-data endpoints. In preview.
  </Card>

  <Card title="MCP Server" icon="plug" href="/mcp/overview">
    Connect Claude, ChatGPT, or any MCP client to Nikiwa's tools and let your assistant query on-chain data directly.
  </Card>
</CardGroup>

## How it fits together

Nikiwa is one platform and one dataset behind three surfaces. Every surface calls the same underlying tools, so an answer in the chat app and a result from the API are computed identically.

<Steps>
  <Step title="Data sources">
    Nikiwa aggregates EVM chains, Bitcoin, Solana, Tron, Hyperliquid, and market-data providers into one canonical model.
  </Step>

  <Step title="Tools">
    That data is exposed as deterministic tools such as `get_wallet_portfolio_breakdown`, `analyze_transaction`, and `get_token_holders_traders`. Each tool returns a structured data object and nothing more.
  </Step>

  <Step title="Surfaces">
    The chat app reasons over tool results for you. The API and MCP server hand the raw structured results to your own code or assistant.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first result in minutes, through the app, the API, or MCP.
  </Card>

  <Card title="Supported Networks" icon="link" href="/essentials/supported-networks">
    Every chain Nikiwa can analyze.
  </Card>

  <Card title="Create an API key" icon="key" href="/mcp/api-keys">
    Generate a developer key for the API and the MCP server.
  </Card>

  <Card title="Tool catalog" icon="list" href="/mcp/tools">
    Every tool available on the API and MCP surfaces.
  </Card>
</CardGroup>
