x402factory.ai
x402Factory.ai: Building blocks for the agent economy. Pay-per-use x402 endpoints on Solana and Base.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"accepts": [
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"kind": "base-send",
"name": "USD Coin",
"eip712": {
"name": "USD Coin",
"version": "2"
},
"chainId": 8453,
"iconUrl": "https://x402factory.ai/x402factoryfavoicon.jpg",
"pricing": {
"mode": "default-discovery",
"amount": 1,
"network": "Base",
"currency": "USDC",
"defaultDiscoveryAmount": 1
},
"version": "2",
"decimals": 6,
"avatarUrl": "https://x402factory.ai/x402factoryfavoicon.jpg",
"serviceUrl": "https://x402factory.ai",
"serviceName": "x402Factory",
"serviceDescription": "x402Factory Base endpoints for agents (notes, LLMs, TTS, Telegram, coin prices, payments)."
},
"payTo": "0x402FaCcC3fAeb72351CC2b68C7966faF5f22B0d4",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://x402factory.ai/base/send",
"description": "Base send endpoint discovery. Example quote uses 1.0 USDC (1,000,000 atomics) paid to the server address for documentation and x402scan registration. For real sends, provide receiver and amountAtomic (and optionally a token contract) so the payment schema targets your chosen receiver and token directly. On Base there is geen ATA-concept; elke 0x wallet kan tokens ontvangen zolang het een geldig adres is en het tokencontract een standaard transfer ondersteunt.",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"bodyType": "json",
"bodyFields": {
"token": {
"type": "string",
"required": false,
"description": "Optional ERC-20 token contract address (0x...). When omitted, the endpoint uses BASE_USDC for the current BASE_NETWORK."
},
"receiver": {
"type": "string",
"required": true,
"description": "Base/EVM 0x wallet address that should receive the tokens."
},
"amountAtomic": {
"type": "string",
"required": true,
"description": "Amount in token smallest units (atomics), as a positive integer string. For Base USDC with 6 decimals, 0.001 USDC = 1000 atomics. You may also provide this field as 'amount' for compatibility."
}
}
},
"output": {
"ok": {
"type": "boolean",
"description": "True on success."
},
"token": {
"type": "string",
"description": "ERC-20 token contract used for the payment schema (either the provided token or the default BASE_USDC)."
},
"action": {
"type": "string",
"description": "Action performed. For successful calls this is 'build_send_schema'."
},
"network": {
"type": "string",
"description": "Base network for which the schema was built (BASE_NETWORK env, e.g. 'base' or 'base-sepolia')."
},
"receiver": {
"type": "string",
"description": "Receiver wallet address that should receive the funds (0x...)."
},
"amountAtomic": {
"type": "string",
"description": "Amount in token smallest units (atomics) as provided by the caller. For Base USDC with 6 decimals, 0.001 USDC is 1000 atomics."
},
"payer_wallet": {
"type": "string",
"description": "Wallet address that paid the x402 fee for using this endpoint (extracted from the settled payment)."
},
"payment_txid": {
"type": "string",
"description": "Blockchain transaction id / transaction hash for the x402 payment that unlocked this endpoint, when provided by the facilitator."
},
"paymentSchema": {
"type": "object",
"description": "x402-compatible exact payment schema that agents and wallets can use to construct a token payment to the receiver."
}
}
},
"maxAmountRequired": "1000000",
"maxTimeoutSeconds": 60
}
],
"description": "Build Base payment schemas for arbitrary receivers. Caller supplies a receiver 0x address, an amount in token atomics (smallest units), and optionally a custom ERC-20 contract address. The 402 accepts entry is built using that receiver, token and amountAtomic so the resulting payment goes directly to the receiver, not the server. For Base USDC with 6 decimals, 0.001 USDC = 1000 atomics; 1000 atomics is the practical minimum. When no amountAtomic is provided, discovery uses a default example of 1.0 USDC (1,000,000 atomics) paid to the server for documentation only.",
"x402Version": 1
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.5 USDC on Base to 0x1234…67890. The signed payment is good for 1 minute.
- Paid to
- 0x1234…67890
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 500000 smallest units
- Buys
- Base send endpoint. This specific request will send 500000 token atomics to 0x1234567890123456789012345678901234567890 on base for token 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913. For Base USDC with 6 decimals, 0.001 USDC = 1000 atomics and 1000 atomics is the practical minimum.
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"kind": "base-send",
"name": "USD Coin",
"eip712": {
"name": "USD Coin",
"version": "2"
},
"chainId": 8453,
"iconUrl": "https://x402factory.ai/x402factoryfavoicon.jpg",
"pricing": {
"mode": "atomic-amount",
"network": "Base",
"currency": "TOKEN_ATOMICS",
"amountAtomic": "500000",
"usdcDecimals": 6,
"exampleMinAtomic": "1000"
},
"version": "2",
"decimals": 6,
"avatarUrl": "https://x402factory.ai/x402factoryfavoicon.jpg",
"serviceUrl": "https://x402factory.ai",
"serviceName": "x402Factory",
"serviceDescription": "x402Factory Base endpoints for agents (notes, LLMs, TTS, Telegram, coin prices, payments)."
},
"payTo": "0x1234567890123456789012345678901234567890",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://x402factory.ai/base/send",
"description": "Base send endpoint. This specific request will send 500000 token atomics to 0x1234567890123456789012345678901234567890 on base for token 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913. For Base USDC with 6 decimals, 0.001 USDC = 1000 atomics and 1000 atomics is the practical minimum.",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"bodyType": "json",
"bodyFields": {
"token": {
"type": "string",
"required": false,
"description": "Optional ERC-20 token contract address (0x...). When omitted, the endpoint uses BASE_USDC for the current BASE_NETWORK."
},
"receiver": {
"type": "string",
"required": true,
"description": "Base/EVM 0x wallet address that should receive the tokens."
},
"amountAtomic": {
"type": "string",
"required": true,
"description": "Amount in token smallest units (atomics), as a positive integer string. For Base USDC with 6 decimals, 0.001 USDC = 1000 atomics. You may also provide this field as 'amount' for compatibility."
}
}
},
"output": {
"ok": {
"type": "boolean",
"description": "True on success."
},
"token": {
"type": "string",
"description": "ERC-20 token contract used for the payment schema (either the provided token or the default BASE_USDC)."
},
"action": {
"type": "string",
"description": "Action performed. For successful calls this is 'build_send_schema'."
},
"network": {
"type": "string",
"description": "Base network for which the schema was built (BASE_NETWORK env, e.g. 'base' or 'base-sepolia')."
},
"receiver": {
"type": "string",
"description": "Receiver wallet address that should receive the funds (0x...)."
},
"amountAtomic": {
"type": "string",
"description": "Amount in token smallest units (atomics) as provided by the caller. For Base USDC with 6 decimals, 0.001 USDC is 1000 atomics."
},
"payer_wallet": {
"type": "string",
"description": "Wallet address that paid the x402 fee for using this endpoint (extracted from the settled payment)."
},
"payment_txid": {
"type": "string",
"description": "Blockchain transaction id / transaction hash for the x402 payment that unlocked this endpoint, when provided by the facilitator."
},
"paymentSchema": {
"type": "object",
"description": "x402-compatible exact payment schema that agents and wallets can use to construct a token payment to the receiver."
}
}
},
"maxAmountRequired": "500000",
"maxTimeoutSeconds": 60
}
]Provenance
- Seen in the source catalog
- 2026-06-21 05:02Z
- Last indexed by Roundhouse
- 2026-09-24 18:45Z
- Last enriched (probe, favicon, geo)
- 2026-09-15 05:45Z
- x402 version
- 1
- Max timeout
- 60s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service x402factory.ai and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=x402factory.ai' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://x402factory.ai/base/send, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.