AgentWallex logo
Wallet-as-a-Service · Agent Payment Gateway

MPC-Secured Payment Gateway for AI Agents

Give your AI agents the ability to transact on-chain — securely. MPC wallet protection, policy-gated spending, x402 micropayments, and multi-chain support out of the box.

~ / agentwallex-cli

AI Agents Need to Spend Money.
But Today's Infrastructure Isn't Ready.

Four critical gaps block agents from becoming autonomous economic actors.

Agents Can't Safely Hold Private Keys

A single prompt injection can extract keys from agent memory, draining all funds instantly.

prompt injection → key extracted → 47,832 USDC drained → NO RECOVERY

No Standardized Agent Payment Protocol

Every developer builds their own payment integration from scratch. No shared standard exists.

100 agent teams → 100 different payment implementations → 100× duplicated effort

Agent Platforms Lack Payment Capability

Without built-in payment, agents are limited to free tasks only. Monetization is impossible.

agents can browse, chat, code → but can't buy API access, pay for services, or tip

Payment Infrastructure Is Too Heavy

Teams spend months building payment plumbing instead of focusing on their core agent logic.

3 months building payments + key management → 1 day writing actual business logic

Three Core Capabilities

One Gateway.
Everything Agents Need to Pay.

AgentWallex combines MPC security, x402 micropayments, and native agent integration into a single payment gateway.

MPC Signing Service

Paratro 2-of-3 threshold signing. Agents never touch private keys. Key shards distributed across independent nodes.

2/3 threshold — no single point of failure
Keys never reconstructed in memory
Instant freeze & revocation

x402 Facilitator

Off-chain authorization in 30-80ms. Batch settlement on-chain. Agents auto-pay for API calls on HTTP 402.

30-80ms off-chain authorization
Batch settlement saves 90%+ gas
HTTP 402 auto-negotiation built in

Payment Agent (MCP Tool)

Official MCP-compatible payment tool. Agent platforms install it from marketplace — zero integration code needed.

One-click install on agent platforms
Agent self-provisions wallet & policies
Works with any MCP-compatible agent

Two Payment Scenarios

Direct on-chain payments for standard transactions. x402 micropayments for API-to-API commerce.

Scenario A: Direct PaymentOn-Chain

Agent pays a merchant or service provider. Each transaction is signed and broadcast on-chain.

Agent submits payment request

Policy engine validates limits & whitelist

MPC signs transaction (2/3 shards)

Transaction broadcast on-chain

Latency

2-5s

Gas Cost

Per Tx

Best For

Large Payments

Scenario B: x402 MicropaymentCore Differentiator

Agent calls a paid API. On HTTP 402, payment is authorized off-chain and settled in batches.

Agent calls paid API endpoint

x402 challenge received

Off-chain authorization (30-80ms)

Batch settlement on-chain

Latency

30-80ms

Gas Savings

90%+

Best For

API Calls

Two Ways to Integrate.
Pick What Fits Your Stack.

Use the SDK for full control, or install the Payment Agent as an MCP tool for zero-code integration.

SDK / PluginFor Developers

npm install and 3 lines of code. Full programmatic control over wallets, payments, and policies.

$ npm install @agentwallex/sdk

// 3 lines to pay
import { AgentWallex } from "@agentwallex/sdk"
const aw = new AgentWallex({ apiKey })
await aw.payments.send({ to, amount, token: "USDC" })
TypeScript & Python SDKs available
Full REST API for custom integrations
Webhook support for payment events
Payment Agent (MCP Tool)For Platforms

Install from the marketplace. Agent self-provisions its wallet and starts transacting — no code required.

~ / agentwallex-cli
Zero integration code needed
Agent self-provisions wallet & policies
Works with any MCP-compatible platform

Compatible with leading agent platforms

OpenClaw
OpenFang
ZeroClaw
AutoGPT
CrewAI
+ any MCP-compatible agent
Enterprise-Grade Security

Four Layers of Protection

From identity verification to human approval — every transaction passes through multiple security checkpoints.

01

Identity & Auth

API Key + Session Token authentication. Scoped permissions per agent. Token rotation and expiry.

02

Policy Engine

Per-agent spending limits, address whitelists, velocity controls, time locks, and circuit breakers.

03

Paratro MPC

2-of-3 threshold signing. Key shards on independent nodes. Keys never reconstructed. Instant freeze.

04

Human-in-the-Loop

High-value transactions route to human approval. Configurable thresholds. Instant session freeze.

Two-Layer Policy Architecture

Business policies and infrastructure safety nets work independently — even if the business layer is compromised, the infrastructure layer still protects funds.

Business Layer

Custom spending limits, whitelists, velocity rules set by the developer.

Infrastructure Safety Net

Paratro-enforced hard caps, anomaly detection, and emergency freeze.

TypeScript-First Developer Experience

Integrate in minutes. Type-safe SDK with full IntelliSense support.

agent.ts
import { AgentWallex } from "@agentwallex/sdk";

const aw = new AgentWallex({
  apiKey: "aw_live_...",
  environment: "production"
});

const agent = await aw.agents.create({
  name: "research-bot",
  chain: "polygon",
  policies: {
    dailyLimit: "500",
    allowedTokens: ["USDC"],
    requireHumanApproval: true,
    humanApprovalThreshold: "100"
  }
});

console.log(agent.wallet.address);
// 0x7f3a...9c2d
Response — 200 OK
{
  "id": "agent_8xKm2nP",
  "name": "research-bot",
  "wallet": {
    "address": "0x7f3a...9c2d",
    "chain": "polygon"
  },
  "status": "active",
  "createdAt": "2025-01-15T09:30:00Z"
}
$npm install @agentwallex/sdk
$pip install agentwallex

Flexible Pricing, Tailored to You

Every team is different. We offer custom pricing based on your agent count, transaction volume, and integration needs.

Usage-Based

Pay only for what you use. Transaction fees scale down as your volume grows.

Volume Discounts

Higher transaction volume means lower per-transaction costs. Built to grow with you.

No Hidden Fees

Transparent pricing with no setup fees, no minimum commitments, and no surprises.

Everything Included

All plans come with the full AgentWallex platform.

  • MPC-secured agent wallets
  • x402 micropayment support
  • Multi-chain deployment
  • Policy engine & spending controls
  • TypeScript & Python SDKs
  • Dedicated technical support

Transaction Fees

Volume-based tiered pricing

AmountFee
< $102%
$10 – $1001%
$100 – $1,0000.5%
> $1,0000.25%

Need custom volume pricing? Contact us.

Multi-Chain Ready

Deploy agent wallets across all major networks.

ET

Ethereum

ETH

BS

BNB Chain

BSC

MA

Polygon

MATIC

TR

Tron

TRX

BA

Base

BASE

BT

Bitcoin

BTC

SO

Solana

Coming Soon

AV

Avalanche

Coming Soon

AR

Arbitrum

Coming Soon

Give Your Agents Secure Payment Power

Join the waitlist for early access to AgentWallex — the payment gateway built for AI agents.

Free sandbox environment
TypeScript SDK access
Priority onboarding
0 teams waiting