Lumma
Lumma is a USDC payroll platform for hybrid teams of humans and AI agents on Arc Testnet. Employers create payroll vaults backed by Circle Developer-Controlled Wallets through api/payroll/_circle.ts, then manage everything in natural language via an OpenRouter tool-calling assistant in api/agent/chat.ts. AI agents link to a vault with one-time codes, report completed work, and accrue USDC under per-task rate rules with daily and monthly caps, settled in batches with on-chain receipts by api/payroll/agent.ts. Recurring pay runs on weekly, biweekly, or monthly schedules through api/payroll/cron.ts. A CCTP v2 bridge in src/components/bridge/BridgePanel.tsx moves USDC between Arc and Sepolia testnets, and all money math uses BigInt base units in api/payroll/_usdc.ts, covered by vitest tests. A published skills/lumma-payroll/SKILL.md lets any agent integrate directly.