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

# Chat & Address Detection

> How the chat interface works, and how Nikiwa detects blockchain addresses in your messages.

## The chat interface

Nikiwa is conversational. Every answer is grounded in tool results, so you can follow up ("now show me its top counterparties") and Nikiwa keeps the context. The wallet, token, or transaction you were discussing carries forward.

Each response combines three things:

<CardGroup cols={3}>
  <Card title="Written analysis" icon="align-left">
    The model's reasoning over the structured tool results.
  </Card>

  <Card title="Modules" icon="table-cells" href="/product/modules">
    Interactive tables, charts, and canvases.
  </Card>

  <Card title="Citations" icon="link">
    Links back to the exact sources behind each claim.
  </Card>
</CardGroup>

## Address detection

As you type, Nikiwa detects blockchain addresses and transaction hashes in your messages and makes them actionable. Hover to copy, or save to your [address book](/product/address-book).

<Info>
  Detection runs on your messages only, never on Nikiwa's responses.
</Info>

Nikiwa recognizes address and hash formats across its supported networks.

| Network        | Address format                       | Transaction hash                   |
| -------------- | ------------------------------------ | ---------------------------------- |
| Ethereum / EVM | `0x` followed by 40 hex characters   | `0x` followed by 64 hex characters |
| Bitcoin        | Legacy (`1`, `3`) and SegWit (`bc1`) | 64 hex characters                  |
| Tron           | `T` followed by 33 characters        | 64 hex characters                  |
| Solana         | Base58, 32 to 44 characters          | Base58, 87 to 88 characters        |

When a detected address is already in your address book, Nikiwa shows its saved label so you recognize it immediately.

## Resolving symbols and names

You do not always need a raw address. Nikiwa resolves token symbols to contract addresses, and ENS names to Ethereum addresses. If a symbol is ambiguous across chains, include the network to disambiguate.

<Card title="Supported networks" icon="link" href="/essentials/supported-networks">
  How Nikiwa handles network names.
</Card>
