Mint 25,000 X402ID identity tokens on Base for 5 USDC via x402 payment.
What it does
x402name.com provides a decentralized naming/identity token system designed for agent payment workflows. The `/v1/mint/5` endpoint lets callers mint 25,000 X402ID tokens (Tier 2) by paying 5 USDC on the Base network through the x402 payment protocol. The service positions itself as a way to secure identity tokens before the network scales.
The endpoint is live and returns a standard x402 payment challenge (version 1) requiring an `X-PAYMENT` header with an exact-scheme payment of 5,000,000 units (5 USDC, 6 decimals) to address `0x7cCC1f34e49d27bCcEE154a87149e0E9f88C7c2a`. The accepted asset is USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) on Base. The maximum timeout for payment settlement is 300 seconds.
The landing page lists three tiers: Tier 1 (5,000 tokens for 1 USDC), Tier 2 (25,000 tokens for 5 USDC), and Tier 3 (50,000 tokens for 10 USDC). Both v1 and v2 pricing variants are mentioned on the homepage, though no further documentation is available — the /docs, /api, /pricing, and /README paths all return 404. No OpenAPI spec, request/response schema, or usage documentation was found.
Capabilities
Use cases
- —Minting identity tokens for autonomous agents operating in x402 payment networks
- —Securing a batch of 25,000 X402ID tokens as an identity stake before network growth
- —Programmatic token acquisition via x402 payment protocol for agent-to-agent commerce
Fit
Best for
- —Agents needing decentralized identity tokens on Base
- —Developers building x402-compatible payment agents
- —Early adopters wanting to reserve X402ID token allocations
Not for
- —Users needing detailed API documentation or response schemas before integrating
- —Non-crypto use cases with no Base/USDC wallet infrastructure
Quick start
curl -X POST https://x402name.com/v1/mint/5 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live with a valid x402 challenge and clear pricing from the homepage, but there is no API documentation, no OpenAPI spec, no request/response schema, and all doc paths return 404. The listing is functional but largely opaque to integrators.
Warnings
- —No API documentation available — /docs, /api, /pricing, and /README all return 404
- —No request body schema or response schema documented; integrators must guess or reverse-engineer the expected payload
- —No OpenAPI or ai-plugin manifest found
- —The homepage mentions v1 and v2 pricing variants but provides no explanation of the difference
Citations
- —The endpoint returns a 402 challenge requiring 5,000,000 units (5 USDC) on Base networkhttps://x402name.com/v1/mint/5
- —Three tiers exist: 5,000 tokens for 1 USDC, 25,000 tokens for 5 USDC, and 50,000 tokens for 10 USDChttps://x402name.com
- —The service describes itself as a decentralized naming system for agent paymenthttps://x402name.com
- —Payment is sent to 0x7cCC1f34e49d27bCcEE154a87149e0E9f88C7c2a using USDC asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://x402name.com/v1/mint/5