← all projects

Lumma

@Krusherk·Qawiyy·2 followers·added 2026-07-19
1
stars
9.9k
lines
90
files
0
forks
2
followers
languages
TypeScript 97%JavaScript 3%

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.

events
tags
circle components
last pushed 2026-07-07