Skip to main content
This guide walks you through creating an agentic wallet, generating a connector API key, and making your first agent-initiated payment.
1

Create a wallet

Response
Save the wallet_id from the response.
2

Activate the wallet

Request an activation OTP:
Response
Enter the OTP from your email to activate:
Response
3

Add a connector

Create an API key for your agent:
Response
Save the api_key (starts with yac_) — it’s shown only once.
4

Fund the wallet

Deposit USDC to the wallet’s on-chain address, or use manual funding:
Response
5

Make your first agent payment

Using the connector API key, send a payment:
Response

Using with the MCP Server

For AI agents that support the Model Context Protocol, skip the API calls and use the MCP server:
Then configure it in your AI client (e.g., Claude Desktop):
Your agent can now say “check my balance” or “send $5 to 0x…” and it works.

Next Steps

Agentic Wallets

Full Agentic Wallets documentation.

MCP Server

MCP server setup and tool reference.

Sandbox

Test in sandbox first.