Agent Financial Registry
x402Books AI indexes agent wallets across Base, BANKR, and Virtuals — sourced and scored by Luca. All entries start as Candidate until teams submit wallet proof.
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 .x402books/wallets.json file to your Gitlawb or GitHub repo to declare your agent's wallets. Luca will detect it and upgrade your registry confidence level.
Add .x402books/wallets.json to your repo root
Use the schema below — treasury, revenue, expense, deployer
Luca will verify and upgrade your listing
{
"agent": "Your Agent Name",
"xHandle": "@yourhandle",
"ecosystem": "Base",
"wallets": [
{
"address": "0x...",
"role": "treasury",
"chain": "base",
"notes": "Main protocol treasury"
},
{
"address": "0x...",
"role": "fee_recipient",
"chain": "base"
}
]
}