Delegare is a payment layer that lets AI agents purchase services within rules established by their users. Its signed mandates define the merchant, amount, and validity period, while payment credentials remain hidden from the agent. Settlement can use Stripe or USDC on Base.
Key Features
- Signed Mandates: Cryptographic credentials prove exactly what an agent may spend.
- Atomic Budgets: Server-side counters enforce limits to the cent without race conditions.
- Merchant Locks: A mandate issued for one provider cannot be reused elsewhere.
- Fast Revocation: Time-limited mandates can be revoked in under a second.
- Protocol Support: Emits x402 v2 and MPP headers and offers npm SDKs.
Use Cases
Who Should Use This Tool?
- Agent Developers building autonomous API purchasing.
- API Merchants monetizing services through machine-readable payment flows.
- Security Teams requiring bounded, auditable agent authority.
Problems It Solves
- Credential exposure: Agents never receive card numbers, private keys, or seed phrases.
- Budget drift: Atomic counters prevent concurrent requests from overspending.
- Merchant misuse: Locks bind authority to the intended seller.
Pricing
| Plan | Price | Features |
|---|---|---|
| Transactions | Up to 3¢ per transaction | Signed mandates, payment execution, and protocol headers. |
| Sub-$1 Payments | 3%, minimum 0.5¢ | Pricing designed for small machine payments. |
Advantages & Unique Selling Points
Compared to Competitors:
- Mandate-first security: Authorization is cryptographic rather than prompt-based.
- Rail flexibility: Supports both Stripe and USDC on Base.
- Discovery support: Endpoints can appear on agentic.market and MPPScan.
What Makes It Stand Out:
- Race-condition-proof budget accounting.
- Merchant-specific permissions with rapid revocation.
- Native x402 v2, MPP, and MCP discoverability.
User Reviews
"The mandate model gives our agent enough authority to work without handing it a reusable payment secret." Illustrative developer perspective, editorially composed
"Merchant locks make the approval boundary much easier to explain during a security review." Illustrative security-team perspective, editorially composed
Getting Started
Quick Start Guide
- Choose a rail: Configure Stripe or USDC on Base.
- Create a mandate: Set the merchant, budget, and expiration.
- Connect the agent: Use
@delegare/sdkor@delegare/x402. - Monitor and revoke: Review counters and cancel authority when needed.
Integration
Integrates with:
- x402 v2 and MPP payment flows
- MCP-based agent discovery
- Stripe and Base USDC settlement
Frequently Asked Questions
Does the agent hold payment credentials?
No. Delegare keeps card details, private keys, and seed phrases outside the agent context.
Can a mandate work at another merchant?
No. Merchant locks restrict it to its designated provider.
Are mandates permanent?
No. They include a TTL and can be revoked in under a second.
Alternatives
- Signets: Card, account, and reconciliation infrastructure.
- Zoro: Cross-rail spending governance and execution.
- x402: An open HTTP payment protocol.
Tips & Best Practices
- Keep mandates narrow: Limit each credential to one merchant and purpose.
- Use short TTLs: Match expiration to the expected task duration.
- Review counters: Track remaining budget before launching parallel work.
Conclusion
Delegare combines precise authorization, protected credentials, and interoperable settlement. It is a strong fit when agents need to buy digital services independently without receiving unrestricted access to money.
Comments
No comments yet. Be the first to comment!
Related Tools
FluxA
fluxapay.xyz
An extensible, non-custodial payment layer for agentic commerce with co-wallets, cards, USDC monetization, intent-based mandates, and the open AEP2 protocol.
Gate Pay for AI Agent
www.gate.com/gate-for-ai-agent/pay
AI-native, self-custodied payment infrastructure from Gate.com using x402, Skills, MCP, multi-chain wallets, and direct settlement for autonomous purchases.
Skyfire
skyfire.xyz
Identity and payment infrastructure for AI agents, combining Know Your Agent credentials, payment tokens, wallets, mandates, and USDC settlement.
Related Insights
After I Connected Obsidian to OpenClaw, It Started Helping Me Make Decisions
Once Obsidian stopped being just a place to store notes and started working with OpenClaw, it began helping me organize context, connect information, and improve real decisions.
Stop Cramming AI Assistants into Chat Boxes: Clawdbot Picked the Wrong Battlefield
Clawdbot is convenient, but putting it inside Slack or Discord was the wrong design choice from day one. Chat tools are not for operating tasks, and AI isn't for chatting.
The Twilight of Low-Code Platforms: Why Claude Agent SDK Will Make Dify History
A deep dive from first principles of large language models on why Claude Agent SDK will replace Dify. Exploring why describing processes in natural language is more aligned with human primitive behavior patterns, and why this is the inevitable choice in the AI era.