Architecture
Zetta turns wallet activity into readable financial books. The Agent Wallet Manifest is the key that unlocks the whole stack.
Earns, spends, settles on Base.
Declares wallet identity (.agent/wallets.json).
Indexed, verified, attribution confirmed.
Classified P&L: revenue, expenses, net income.
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.
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.
{
"version": "1.0",
"agent": "your-agent-slug",
"wallets": [
{
"address": "0x...",
"role": "treasury",
"chain": "base",
"label": "Main treasury wallet"
}
]
}