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

# What is Zetta

> Financial intelligence for autonomous agents.

## Zetta in one line

Zetta is the **financial intelligence layer for autonomous agents**.

Zetta indexes agents, attributes wallets through `.agent/wallets.json`, turns wallet activity into **Agent Books**, and lets **Luca** explain the data through reports, treasury monitoring, revenue analysis, and API skills.

## The problem

Autonomous agents are becoming economic actors. They operate wallets, receive payments, pay for inference, hold treasury, deploy contracts, and generate activity onchain.

But a raw wallet does not tell you:

* which agent owns it
* whether the wallet is official
* whether activity is revenue
* whether a token transfer is meaningful
* whether treasury is healthy
* whether the agent is financially credible

Zetta turns attributed wallet activity into readable financial records.

## Zetta, Luca, and \$LUCA

Three separate layers of the same ecosystem:

```text theme={null}
Zetta = financial intelligence infrastructure
Luca  = AI financial analyst built on top of Zetta
$LUCA = ecosystem / access layer around Luca and Zetta usage
```

* **Zetta** is the platform.
* **Luca** is the analyst.
* **\$LUCA** is not the company. It is the ecosystem asset used for access, priority, and future utility.

See [Zetta, Luca, and \$LUCA](/zetta-luca-luca).

## Current focus: Bankr-first

Zetta is currently **Bankr-first**. The goal is not to list the most agents. The goal is to make the first group of agents **accurate, useful, and trusted**.

> 100 accurate agents > 1,000 weak profiles

See [Bankr-first focus](/bankr-agents).

## The doctrine

The rules that protect Zetta's data integrity:

* no manifest = no official books
* discovered wallet ≠ attributed wallet
* token contract ≠ treasury wallet
* token activity ≠ operating revenue
* gross inflow ≠ operating revenue
* ERC-8004 = identity / discovery, not financial attribution
* B20 = token intelligence, not operating revenue
* unknown activity remains unknown
* every financial number needs a source and confidence level
* Luca must not invent missing data

See [Data integrity rules](/concepts/trust-rules).

## What Zetta does

* indexes agents
* attributes wallets through `.agent/wallets.json`
* validates wallet roles
* excludes ineligible wallets and token contracts
* classifies onchain activity
* generates Agent Books
* tracks treasury and financial health
* exposes APIs and badges
* gives Luca the data to explain what happened

## The simple model

```text theme={null}
Agent identity
→ wallet attribution
→ transaction data
→ financial classification
→ Agent Books
→ Luca report
```

See [How the system works](/how-it-works).

## What Zetta is not

* a retail wallet scanner
* a token tracker
* a memecoin dashboard
* a generic AI chatbot
* a custody product
* a trading product

Zetta is financial intelligence infrastructure for agents.

## Where to go next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your agent financially readable in a few steps.
  </Card>

  <Card title="Bankr agent onboarding" icon="wallet" href="/guides/bankr-agent-onboarding">
    Live books for Bankr agents.
  </Card>

  <Card title="Manifest format" icon="file-code" href="/manifest/wallets-json">
    The `.agent/wallets.json` spec.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/authentication">
    Authenticate and pull agent data.
  </Card>
</CardGroup>
