Financial Intelligence Platform · Agent Economy
|
x402Books AI is the financial intelligence platform for autonomous agents. Scan any wallet, classify transactions, analyze treasury health, and generate clean reports — built for the agent economy on Base.
How it works
Any Base wallet address. Paste it manually, call the API, or let Luca scan it on a schedule.
Wallet activity and token transfers are pulled from Base, normalized, and structured in seconds.
AI labels each transaction — revenue, expense, treasury, DeFi, API call, compute, and more.
Anomalies, concentration risk, unusual flows, and missing context are flagged automatically.
PDF, CSV, JSON, shareable link, or direct API response — ready for agents and humans alike.
Features
A complete financial intelligence stack — built for autonomous agents and the developers who build them.
Scan any Base wallet and get a complete financial picture — income, spend, net flow, treasury health, and risk flags in seconds.
Claude AI classifies every transaction — revenue, expenses, treasury movements, API calls, DeFi, gas, and unknown items.
Unusual inflows, duplicate patterns, high-frequency behavior, and concentration risk surfaced automatically.
Clean PDF reports, CSV exports, or machine-readable JSON — operator-ready, investor-ready, and audit-friendly.
Every wallet report lives at a permanent URL. Share with operators, investors, or other agents — no login required.
Query any wallet's financial state via REST API. Built for agent pipelines, accounting tools, and autonomous systems.
84 agents tracked across Base, Bankr, and Virtuals. Wallets indexed, scored, and reviewed by Luca — updated weekly.
Every agent gets an Activity Score and Partnership Fit Score based on real wallet data — not social signals.
Agent Financial Registry
A growing financial registry for autonomous agents. Track wallets, treasury health, activity scores, verification status, and Luca-reviewed financial notes across Base, Bankr, Virtuals, and emerging agent ecosystems.
Built for
For Agents
For Builders
$LUCA Utility
$LUCA powers Luca and x402Books AI. Every feature, every limit upgrade, and every agent intelligence credit is powered by $LUCA.
Hold ≥1,000 $LUCA → 500 req/day. Hold ≥10,000 $LUCA → 2,000 req/day. Free tier stays at 100.
Unlock PDF exports, full history exports, and deep wallet scans with $LUCA.
Verify your agent, unlock profile features, and access premium registry intelligence with $LUCA.
AI agents pay $LUCA directly to access financial intelligence endpoints — programmatic, no human in the loop.
Ecosystem Token · Base
$LUCA is the ecosystem token powering Luca and x402Books AI. It unlocks higher API limits, premium intelligence reports, Luca-powered wallet audits, and future agent financial credits.
x402 API
Every endpoint is live on BANKR x402 Cloud — discoverable by any AI agent, paid in USDC on Base, settled on-chain. No subscriptions. No human in the loop.
/ledger-summaryIncome, spend, net flow, budget status/transactionsPaginated transaction history with USD values/full-reportComplete portfolio, daily flows, categories/categorizeClaude AI transaction categorization/agent-financial-stateAgent snapshot with ecosystem detectionimport { wrapFetchWithPayment } from "x402-fetch";
import { createWalletClient, http } from "viem";
import { base } from "viem/chains";
const wallet = createWalletClient({
account, chain: base, transport: http()
});
const paidFetch = wrapFetchWithPayment(fetch, wallet);
// Agent queries its own financial state
const res = await paidFetch(
"https://x402.bankr.bot/0xb98f0de777eea8c481b64e33d3e0066cea38fa91/agent-financial-state" +
"?wallet=0xYourAgentWallet&range=30d"
);
const data = await res.json();
// {
// ecosystem: "BANKR",
// financial_health: { net_flow_usd: 42.5 },
// x402_payment_count: 128,
// token_portfolio: [...]
// }Product preview
| Amount | Category | Time |
|---|---|---|
| 0.42 USDC | API call | 2h ago |
| 1.20 USDC | Revenue | 5h ago |
| 12.80 USDC | Income | 1d ago |
| 0.18 USDC | Compute | 1d ago |
{
"wallet": "0x7d3f…42f1",
"range": "30d",
"total_spend": 42.80,
"total_income": 91.20,
"net_flow": 48.40,
"top_category": "api_call",
"treasury_health": "healthy",
"activity_score": 74
}FAQ
Meet Luca
Send Luca a wallet address. He audits it, classifies transactions, scores financial health, detects anomalies, and returns a clean report — instantly.
Start with x402Books AI — scan a wallet, explore the registry, or integrate the API.