x402Books AI

Agent Financial Registry

Track the wallets behind agents.

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.

84Agents Tracked
3Ecosystems
65Wallets Indexed
12Luca Reviewed
search

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

What an agent audit looks like.

Luca runs the audit, categorizes transactions, scores treasury health, and flags anomalies — instantly.

Agent Wallet Auditby Luca · x402Books AI
Base
AgentGitlawb
Token$GITLAWB
Wallet0x5F98…3DBa3
StatusNeeds Verification
Transactions (30d)48
Net Flow (30d)+$521.58
Treasury HealthStable
Financial Activity40 / 100
Partnership Fit51 / 100
Luca's read

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

Verify your agent wallet.

Submit your wallet for verification and get a Luca-powered audit and Verified badge in the registry.

check_circleVerified badge on your listing
check_circleLuca-powered audit example
check_circleListed across x402Books platform

Verification levels

CandidateLuca found wallets from public data
Needs VerificationTeam submitted or repo-declared wallets
verifiedVerifiedDID-linked proof via Gitlawb

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.

  1. 1
    Create the file

    Add .x402books/wallets.json to your repo root

  2. 2
    Declare your wallets

    Use the schema below — treasury, revenue, expense, deployer

  3. 3
    Submit your repo URL

    Luca will verify and upgrade your listing

.x402books/wallets.json
{
  "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"
    }
  ]
}