DEV Community

AgentWallex
AgentWallex

Posted on

Retrofit vs. Native: The Architecture War in AI Agent Payments

$75M landed in AI agent payment infrastructure this week.

Catena Labs raised $30M to build an "AI-native bank." Sapiom closed $15M for agent payment rails. Natural raised another $30M positioning to "take on Stripe" for agentic commerce.

Meanwhile, Cloudflare launched permanent wallets for agents. Visa integrated payments directly into ChatGPT. Coinbase shipped tools for agents to manage both trading and payments.

The market is validated. The question now is: which architecture wins?

The Fork Nobody's Talking About

Beneath the funding announcements and product launches, two incompatible architectures are emerging:

Retrofit: Add agent capabilities to existing payment infrastructure. Cards, bank accounts, wallets originally designed for humans — now with agent access.

Native: Build wallets agents own and control from the ground up. No human account backing them. No card rails underneath.

These aren't just different implementation choices. They enable fundamentally different futures.

Permission vs. Autonomy

Cloudflare's cloudflare.pay sits on top of their infrastructure. Visa's ChatGPT integration plugs into existing card networks.

Both let agents act on behalf of users. The agent is authorized to spend from a human's account, subject to human-set limits.

That's permission-based spending. Useful for copilots. "Book this flight for me." "Order these supplies." The agent is a delegate.

Agent-owned wallets are different. The agent holds the wallet. Multi-Party Computation (MPC) splits signing authority across threshold signatures — no single exposed private key. No human account backing it.

That's autonomous spending. The agent is the economic actor, not a tool.

Why the Difference Matters

Permission-based architectures work for agents operating as extensions of users. Personal assistants. Workflow automators.

Autonomous architectures are required for agent-to-agent commerce. One agent hiring another agent to complete a sub-task. Paying per API call in a loop that runs thousands of times per second. Machine-speed transactions with no human in the approval path.

Example: An AI research agent needs to call 50 different data APIs to compile a report. Each call costs $0.003.

Retrofit approach: Agent requests authorization from the user's card/wallet for each call. Human spending limits apply. Card network latency (300-800ms) per transaction.

Native approach: Agent authorizes from its own MPC wallet. Policy engine pre-approves recipient allowlist + spending rate limits. Authorize in <150ms. No human loop.

Different speeds. Different control models. Different futures.

Control and Compliance

This week's corporate moves signal something important: CFOs will soon ask "How do we govern agent spend?"

The retrofit camp answers with card controls. Spending limits. Transaction alerts. Fraud detection built for human behavior patterns.

The native camp answers with policy engines built for non-human decision speeds.

AgentWallex's policy engine lets you set:

  • Per-agent spending limits
  • Recipient allowlists (agents can only pay approved addresses/APIs)
  • Rate caps (max transactions per minute)
  • Time-based rules (only spend during business hours)

All enforced at the wallet layer. No manual approval. Full audit trail.

The MPC Security Model

Agent-owned wallets introduce a new security question: if the agent owns the wallet, who controls the keys?

MPC (Multi-Party Computation) solves this. Instead of one private key, you have threshold signatures. For AgentWallex wallets powered by Paratro, it's 2-of-3:

  • Shard 1: Agent's execution environment
  • Shard 2: Secure enclave
  • Shard 3: Recovery/policy layer

The agent can authorize payments (Shard 1 + Shard 2) without exposing a complete private key. The policy layer (Shard 3) enforces rules.

If the agent environment is compromised, the attacker gets one shard. Useless alone.

What x402 Enables

AgentWallex supports x402 — the HTTP 402 "Payment Required" standard.

Instead of subscriptions or pre-negotiated contracts, agents pay per API call:

GET /api/data HTTP/1.1
Host: provider.com
Authorization: Bearer <token>

HTTP/1.1 402 Payment Required
Price: 0.003 USDC
Payment-Address: 0x...

[Agent authorizes payment in <150ms]

HTTP/1.1 200 OK
[Returns data]
Enter fullscreen mode Exit fullscreen mode

This unlocks pay-per-result billing. No upfront API keys. No monthly minimums. Agents pay for exactly what they use.

Retrofit architectures can theoretically support x402, but card network latency (300-800ms per authorization) breaks machine-speed loops. Native MPC wallets authorize in <150ms.

Where This Goes

The companies that raised $75M this week are building different layers.

Catena is filing for a national trust bank charter. They're building the banking layer for agents.

Sapiom and Natural are building payment rails.

Cloudflare, Visa, Coinbase are integrating agents into existing user-facing platforms.

AgentWallex sits at the wallet + gateway layer. We give agents the wallets. We provide the authorization and settlement infrastructure. We support x402 and traditional payment flows.

We're not competing with the banks or the rails. We're the interface between agents and whatever settlement layer they choose.

Try the Architecture Yourself

3,600 teams are on the waitlist. The sandbox is live.

If you're building agents that need to pay for API calls, hire other agents, or handle payments autonomously — see the difference between retrofit and native.

app.agentwallex.com

The market is validated. The architecture war just started.


Follow & Try AgentWallex

Top comments (0)