Skip to main content
AI Agents

Payment infrastructure for AI agents

Let agents request, prepare, and route payments while WalletSuite controls policy, approvals, signing, limits, and audit evidence.

Last updated: April 2026

Intent to on-chain
Auditable
Any LLM, any chain
Core Flow

Core Flow

From agent intent to settled transaction.

02IntelligenceBeta

Know who your agent is sending to before it sends.

Every outbound transfer runs through 7-signal counterparty risk scoring. Sanctioned addresses, mixer exposure, stolen-fund flags — evaluated before signing.

See our security architecture
Risk Signals7 / 7
SanctionsPASS
Mixer exposurePASS
Stolen fundsPASS
Darknet linksPASS
Scam historyPASS
Risk scoringPASS
Threat intelPASS
Transfer cleared
threshold met
Packages

What's inside

Everything your agent needs to transact on-chain.

01

MCP Server

One protocol for every blockchain operation

Connect any AI agent to on-chain operations via standard MCP protocol
Security bands control what each agent can access
LangChain, CrewAI, Pydantic AI, Claude Agent SDK, or custom MCP runtimes
Standard protocol for AI agents to transact on-chain
02

Wallet Actions

Query, prepare, and execute in one tool call

Balances, prices, fee quotes, asset resolution, tx history
Prepare unsigned transfers with signing-ready transaction hex
Resolve tokens by symbol or name across supported chains
Returns wallet-ready transaction payloads
Transaction PayloadReady
fromtreasury
toAlice (0x71C…976F)
amount0.2 ETH
gas~0.003 ETH
03

Non-custodial signing

MPC by default. OWS for teams that need keys on their servers.

2-of-2 MPC default — neither WalletSuite nor your team can sign alone
Self-hosted OWS opt-out for HFT and regulated environments
Spending policies with chain and time restrictions in both paths
Non-custodial by architecture
Policy & Signing Checks
Policy active (expires 2026-12-31)
Chain allowed (eip155:1)
Address format validated
Wallet decrypted locally
04

Fiat On-Ramp

"Fund my wallet" and go

Natural language to MoonPay checkout in one tool call
Wallet names resolve to on-chain addresses automatically
HMAC-signed URLs prevent tampering
Powered by MoonPay
On-Ramp SessionReady
providerMoonPay
wallettreasury → 0x8aE7…3f1B
currencyUSDT
amount50 USDT
Features

Why WalletSuite?

Band-based access control

Read/prepare/sign/broadcast hierarchy. Agents can’t see destructive tools unless operators opt in.

Structured error taxonomy

6 error categories with structured recovery guidance. The agent knows whether to retry, fix input, or escalate to the user.

Pre-sign policy evaluation

Spend limits, chain allowlists, and daily caps checked before every signing.

Key isolation

Private keys never enter LLM context. Default 2-of-2 MPC means no single party — including WalletSuite — can sign alone. OWS opt-out keeps keys fully on your infrastructure, AES-256-GCM encrypted at rest.

Persistent audit trail

Every decision logged with policy evaluation and approval status. Compliance-ready from day one.

x402 economyBeta

Agents pay for API calls and monetize their own tools with x402 micropayments. Built-in client and server.

Any LLM, any chain

MCP-compatible. LangChain, CrewAI, Pydantic AI, Claude Agent SDK, custom runtimes. 80+ chains for read and prepare. Ethereum + Tron live for OWS signing today; chain coverage expanding with MPC GA.

Runtime validation

Zod validates every backend response before it reaches the LLM. No silent corruption.

Signing

Two signing modes

Policy gates every signature in both modes — MPC default or OWS opt-out. You decide the level of agent autonomy.

Owner Mode

You review and confirm every transaction

Create wallets, define policies, delegate keys to agents
Every signing and broadcast requires your explicit approval
Policies define allowed chains and expiration windows

Agent Mode

Autonomous signing within the policy you defined

Scoped token signing, no passphrase needed
Restricted to allowed chains and the policy time window
Tokens expire with the policy and can be revoked anytime
Demo
Owner Mode

See the full flow

Owner mode — you drive every step via natural language. Create, fund, transfer, and verify, with full visibility into each tool call.

claude — walletsuite-mcp · MCP_BANDS=full
Speed:
Integration

Connect in seconds

WalletSuite lets AI agents interact with blockchains natively via MCP. Add a few lines of config — no SDK code needed.

Follow the 15-minute tutorial
.mcp.json
// Add to your MCP client config
{
"mcpServers": {
"walletsuite": {
"command": "npx",
"args": ["@walletsuite/mcp-server"],
"env": {
"WALLETSUITE_API_KEY": "YOUR_API_KEY"
}
}
}
}
// That's it. Your agent can now transact on-chain.
Works with any MCP clientStdio and HTTP transportsNo backend code required

From intent to transaction. Instantly.

Teams are shipping in under 15 minutes

Book a 20-min demo