Quick reminder : The Agents tab on BASEUSDP lets you give any script, bot, or AI its own programmatic wallet with hard spend limits you control.
Four real-world ways people are using it:
→ AI agents on a leash. Cap a Claude/GPT script at $5/tx and $20/day. Even if it goes rogue, it can't touch your main balance. Server-side enforcement, not just a setting in the prompt.
→ x402 paid APIs. Let an agent pay per-request to gated endpoints (data feeds, inference, compute) without you approving every call. The cap is your guardrail.
→ Auto-tipping creators. Listen for Farcaster or X events and tip in real time. Daily cap means a runaway loop can't drain you while you sleep.
→ Recurring payroll / DCA. Cron pays contractors, vendors, or buys USDC on schedule. Stops itself the moment the limit hits.
Setup is one screen:
1. Register the agent (name + description)
2. Generate an API key (shown once, save it)
3. Set max-per-tx and daily limit
Then POST /api/agents/transfer with X-Agent-Key. Every spend logged in real time, blocked attempts logged too.
Dashboard → Agents.