Mint 5,000 X402ID identity tokens on Base for 1 USDC via the x402 payment protocol.
What it does
x402name.com provides a decentralized naming and identity token system designed for agent payment workflows. The `/v1/mint/1` endpoint allows callers to mint 5,000 X402ID tokens (referred to as TIER_5K or Tier 1) for 1 USDC on the Base network, using the x402 payment protocol.
The service operates behind an x402 paywall: a GET request to the endpoint returns a 402 challenge requiring an `X-PAYMENT` header with an exact-scheme payment of 1,000,000 units (1 USDC, 6 decimals) to the specified payee address. The accepted asset is USDC on Base (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). Additional tiers are available on the site: Tier 2 (25,000 tokens for 5 USDC) and Tier 3 (50,000 tokens for 10 USDC), though only the Tier 1 endpoint is captured here.
Documentation is extremely sparse — the `/docs`, `/api`, `/pricing`, and `/README` pages all return 404. There is no OpenAPI spec, no agents.txt, and no detailed schema beyond the x402 challenge's `outputSchema` stub. The response MIME type is `application/json`, but the exact shape of a successful response is unknown. The site describes itself as "a decentralized naming system for agent payment" and encourages users to secure identity tokens before the network scales.
Capabilities
Use cases
- —Minting identity tokens for AI agent payment identities on the Base network
- —Securing a decentralized agent name or identity before network growth
- —Programmatic acquisition of X402ID tokens via x402-compatible payment flows
Fit
Best for
- —AI agents needing on-chain identity tokens for x402 payment workflows
- —Developers building on the x402 protocol who need naming/identity primitives
- —Early adopters wanting to reserve identity tokens on Base
Not for
- —Users needing detailed API documentation or integration guides (docs are missing)
- —Applications requiring non-USDC or non-Base payment options
Quick start
curl -X GET https://x402name.com/v1/mint/1 \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The x402 challenge provides basic payment metadata (price, asset, network, payee), but there is no OpenAPI spec, no documentation, no response schema, and no examples. All detail pages return 404. The listing is effectively a stub built from the challenge and a sparse landing page.
Warnings
- —No API documentation available — /docs, /api, /pricing, /README all return 404
- —No OpenAPI or machine-readable schema beyond the x402 challenge
- —Successful response shape is unknown; outputSchema contains only a minimal stub
- —The service and its tokens (X402ID) appear very new with limited public information; exercise caution
Citations
- —Tier 1 mints 5,000 X402ID tokens for 1 USDC; Tier 2 mints 25,000 for 5 USDC; Tier 3 mints 50,000 for 10 USDChttps://x402name.com
- —The site describes itself as a decentralized naming system for agent paymenthttps://x402name.com
- —Payment is 1,000,000 units (1 USDC) on Base to address 0x7cCC1f34e49d27bCcEE154a87149e0E9f88C7c2a using exact schemehttps://x402name.com/v1/mint/1
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://x402name.com/v1/mint/1