How It Works
1
Create a wallet
Create an agentic wallet from the dashboard or via API. Each wallet gets its own on-chain address with USDC funding support.
2
Activate with 2FA
Activate the wallet using email OTP and/or TOTP verification. This ensures only the wallet owner can authorize the wallet for agent use.
3
Add connectors
Generate API keys (connectors) that your AI agent uses to authenticate. Each connector can have its own spending limits and permissions.
4
Fund the wallet
Deposit USDC into the wallet’s on-chain address, or use the manual funding endpoint to top up from your main account.
5
Let your agent transact
The agent uses its connector API key to send payments, pay for x402 APIs, and check balances — all with per-transaction audit trails.
Key Features
Per-Agent API Keys
Each connector gets a unique API key (
yac_...) with configurable spending limits. Revoke a connector without affecting the wallet.x402 Protocol Support
Built-in support for the x402 payment protocol. Your agent can fetch paywalled APIs and the wallet auto-pays the 402 response.
Spending Limits
Set per-transaction, daily, and monthly limits at the wallet level and per connector. Enforce budget controls before the agent can overspend.
Full Audit Trail
Every transaction records the service name, URL, payment reason, and category. Built for compliance and cost attribution.
Auto-Funding
Configure automatic top-ups when the wallet balance drops below a threshold. Funds are pulled from your main account.
Multi-Chain Support
Wallets support USDC across multiple chains. Pay services on any supported network.
Wallet Lifecycle
Connectors
Connectors are API keys tied to a specific wallet. Think of them as “agent credentials” — each AI agent or service integration gets its own connector.
You can have multiple connectors per wallet for different agents or environments.
Agent API
Once a connector is active, the agent authenticates with its API key and hits the Agent API directly:Send a Payment
Response
x402 Protocol Fetch
The x402 protocol enables HTTP-native micropayments. When your agent fetches a URL that returns HTTP 402 (Payment Required), the wallet automatically pays and retries:Response
Payment Categories
Every agent transaction requires apayment_category for audit and analytics:
Pricing
Agentic wallet pricing is tier-based. Check the current pricing:MCP Server Integration
For AI agents using the Model Context Protocol, install the@yativo/mcp-server package. It exposes agentic wallet operations as MCP tools that any MCP-compatible AI agent can call directly.
Next Steps
API Reference
Full endpoint reference for all agentic wallet operations.
MCP Server
Connect AI agents via the Model Context Protocol.
Sandbox
Test agentic wallets in the sandbox environment.
Webhooks
Get notified on agent transaction events.

