The Problem
AI agents today are limited by their inability to perform economic actions. Existing solutions require either:- Full Custody: Giving an agent your credit card or wallet seed phrase (massive security risk).
- Pre-funding: Locking capital into a per-agent wallet (capital inefficient).
The Delegare Solution
Delegare introduces Spending Delegates — cryptographically signed tokens that enforce strict spending limits, merchant allowlists, and time-based expirations.Human-in-the-loop Setup
Users authorize a delegate once via a secure UI.
Agent-Led Execution
Agents use the
delegateToken to authorize payments autonomously.Dual-Rail Settlement
Settle via Stripe (Fiat) or Base L2 (Crypto) with automatic fallback.
Atomic Limits
DynamoDB-backed atomic counters prevent overspending and race conditions.
How it works
- Merchant requests a setup session.
- User authorizes limits (e.g., “10 per tx”).
- Agent receives a
delegateToken. - Agent calls
/chargewith the token whenever it needs to buy something. - Vault validates limits atomically and executes the payment on the best available rail.