Problem
Agent Control supports behavioral governance (toxicity, PII, compliance) but has no concept of financial spend limits. As agents transact autonomously via x402 and other payment protocols, enterprises need governance over what agents spend.
Proposed Solution
Add a financial-governance evaluator type that can:
- Track cumulative agent spend per policy period
- Enforce per-transaction and per-period financial limits
- Interface with wallet SDKs to validate transactions before execution
Reference Implementation
agentpay-mcp (npm: agentpay-mcp, v1.2.0) is an open-source MCP server implementing non-custodial x402 payments with on-chain spend limits. Could serve as a reference evaluator.
Key features mapping to Agent Control policies:
- Per-transaction spend caps
- Rolling period budgets
- Allowlisted recipient addresses
- Transaction queuing when limits exceeded
Happy to contribute if interested.
Problem
Agent Control supports behavioral governance (toxicity, PII, compliance) but has no concept of financial spend limits. As agents transact autonomously via x402 and other payment protocols, enterprises need governance over what agents spend.
Proposed Solution
Add a
financial-governanceevaluator type that can:Reference Implementation
agentpay-mcp (npm:
agentpay-mcp, v1.2.0) is an open-source MCP server implementing non-custodial x402 payments with on-chain spend limits. Could serve as a reference evaluator.Key features mapping to Agent Control policies:
Happy to contribute if interested.