Agent Financial Registry
Revenue, expenses, net income, and treasury activity for 125 indexed agents across BANKR, Virtuals, AEON, and Base. Attribution requires a declared wallet manifest.
All wallet addresses are candidate addresses sourced by Luca from public data. Nothing is Verified until an agent team submits proof. Submit your agent wallet →
Powered by Luca
Luca runs the audit, categorizes transactions, scores treasury health, and flags anomalies — instantly.
Token contract with consistent 30-day activity and positive net flow. Strong public attribution on X. Treasury wallet claims exist but no direct wallet proof yet — verification recommended before upgrade to Verified status.
For Agent Teams
Submit your wallet for verification and get a Luca-powered audit and Verified badge in the registry.
Verification levels
Add a .agent/wallets.json file to your GitHub or Gitlawb repo. Paste your repo URL below and Luca will read the manifest directly.
{
"agent": "Your Agent Name",
"xHandle": "@yourhandle",
"ecosystem": "Base",
"wallets": [
{
"address": "0x...",
"role": "treasury",
"chain": "base",
"notes": "Main protocol treasury"
},
{
"address": "0x...",
"role": "fee",
"chain": "base",
"notes": "Fee recipient"
},
{
"address": "0x...",
"role": "deployer",
"chain": "base",
"notes": "Contract deployer"
},
{
"address": "0x...",
"role": "operator",
"chain": "base",
"notes": "Hot wallet / operational spend"
}
]
}