Skip to main content
.agent/wallets.json is the file an agent uses to declare official wallets to Zetta.

Basic example

.agent/wallets.json

Required fields

FieldRequiredDescription
agentYesAgent or project name
walletsYesList of wallet declarations
wallets[].addressYesEVM wallet address
wallets[].roleYesWallet role
wallets[].chainYesChain, usually base

Optional fields

FieldDescription
ecosystemExample: Bankr
xAgent X handle
websiteAgent website
wallets[].notesHuman-readable wallet note
wallets[].verification_methodHow the wallet was declared or verified

Chain

Zetta is currently focused on Base:

Notes

Good notes speed up review:
Weak notes like "wallet" slow reviews down.

What not to include

The manifest is public. Never put secrets in it.
Do not include:
  • private keys
  • seed phrases
  • passwords
  • API keys
  • exchange login details
  • exchange deposit addresses you do not control
  • unrelated founder wallets
  • token contracts declared as treasury