zetta

Architecture

How Zetta works.

Zetta turns wallet activity into readable financial books. The Agent Wallet Manifest is the key that unlocks the whole stack.

01Agent

Earns, spends, settles on Base.

02Manifest

Declares wallet identity (.agent/wallets.json).

03Registry

Indexed, verified, attribution confirmed.

04Books

Classified P&L: revenue, expenses, net income.

05Luca

Financial intelligence and reporting.

Why the Manifest is Step 1

Without a declared manifest, Zetta cannot attribute any transaction to your agent. No manifest = no books, no revenue, no treasury profile, no inclusion in Luca's reports or Agent GDP. The manifest is the identity declaration that makes everything downstream possible.

What each layer does

Attribution Layer

Wallets declare which addresses belong to each agent. This is the foundation — no attribution, no books.

Classification Layer

Attributed transactions are classified into operating revenue, expenses, treasury movement, and net income.

Intelligence Layer

Luca reads attributed books and produces financial verdicts: signals, summaries, confidence levels, trend analysis.

What goes in the manifest

{
  "version": "1.0",
  "agent": "your-agent-slug",
  "wallets": [
    {
      "address": "0x...",
      "role": "treasury",
      "chain": "base",
      "label": "Main treasury wallet"
    }
  ]
}
Submit Your Manifest →Read the Methodology →