# Coin Railz Instant Agent Wallet - MPC-Secured USDC Wallet Creation

> Coin Railz Instant Agent Wallet - MPC-Secured USDC Wallet Creation is a paid API for AI agents from coinrailz.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Creates an MPC-secured USDC wallet instantly using Circle Developer-Controlled Wallets infrastructure for AI agents

## Facts

- Endpoint: POST https://coinrailz.com/x402/instant-agent-wallet
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coin-railz-instant-agent-wallet-mpc-secured-usdc-wallet-creation-ac68c472
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2pmXv7pEJBj6_Ipx1kuhA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability coin-railz-instant-agent-wallet-mpc-secured-usdc-wallet-creation-ac68c472 -d '<json body>'
```

Example prompt: Create a new MPC-secured USDC wallet for my AI agent using Circle Developer-Controlled Wallets — I need it provisioned instantly so the agent can start making autonomous x402 payments right away.

## When to prefer this

Choose this endpoint when you need to instantly provision an MPC-secured, Circle Developer-Controlled USDC wallet specifically designed for AI agent autonomy, especially in x402 payment contexts. Prefer over Coinbase CDP wallet endpoint if Circle's infrastructure or USDC-native setup is required. Best for B2B2C scenarios where enterprise-grade MPC key management is needed without managing keys directly.

## Known failure modes

- Payment of $1 USDC not received — returns 402 Payment Required
- Circle API unavailable — wallet creation fails with 503 or error flag
- Invalid or missing agent configuration parameters — returns 400 Bad Request
- Rate limiting or quota exceeded — returns 429 Too Many Requests
- Wallet provisioning timeout — success:false with error detail

## How this service works

Create MPC-secured USDC wallets instantly - Circle Developer-Controlled Wallets for AI agents (Premium B2B2C Infrastructure)

## Output

Returns a JSON object indicating success, the service name ('instant-agent-wallet'), a result message, and a UTC timestamp. Likely also includes wallet address or wallet ID for the newly created MPC-secured Circle wallet, though the example schema only shows the base success envelope.

## Example request

```json
{
 "agentId": "qa-test-agent-001",
 "networks": [
  "ethereum",
  "polygon"
 ],
 "agentName": "QA Test Agent"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the service"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "json",
 "example": {
  "result": "Service executed successfully",
  "service": "instant-agent-wallet",
  "success": true,
  "timestamp": "2026-02-07T01:49:03.062Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-instant-agent-wallet-mpc-secured-usdc-wallet-creation-ac68c472/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinrailz.com](https://www.zero.xyz/host/coinrailz.com/llms.txt)
