x402basequality 0.62

Mint 1,000 PAY402 commemorative meme tokens on Base for $1 via x402 payment.

Price
1.00 USDC / call
Protocol
x402
Verified
no

What it does

PAY402 is a commemorative meme token celebrating the x402 protocol era. The /api/mint endpoint accepts an x402 payment of $1 USDC on Base and mints 1,000 PAY402 (P402) tokens to the payer's address. The token has a max supply of 1 billion, no premine, and is described as a fair-launch souvenir with zero utility, zero roadmap, and no exchange listing guarantees.

The endpoint is live and responds with a standard x402 payment challenge (HTTP 402) when called without payment headers. It accepts POST requests and, upon successful payment, returns a JSON object containing a boolean success flag, a transaction hash, and the payer's address. The token contract is deployed on Base mainnet at 0xC09b6cd7009F117C19Ffb6CBA0af6f8186c44118.

This is explicitly a novelty/meme mint. The project's own site repeatedly states the token has no intrinsic value, no utility, no staking or airdrop mechanics, and may never trade on any exchange. Mint only if you're comfortable treating the cost as a non-refundable souvenir purchase.

Capabilities

x402-paymenttoken-mintingbase-mainnetusdc-paymentmeme-tokenon-chain-transactionerc20-mint

Use cases

  • Minting a commemorative x402-era meme token as a souvenir
  • Demonstrating x402 protocol payment flows with a real on-chain mint
  • Collecting a novelty ERC-20 token on Base mainnet

Fit

Best for

  • Developers exploring x402 payment integration with a low-cost live endpoint
  • Meme token collectors who want an x402-era souvenir
  • Testing x402 payment challenge/response flows against a real endpoint

Not for

  • Anyone seeking a token with financial value or utility
  • Investment or speculative trading purposes
  • Production workflows requiring reliable data or services

Quick start

curl -X POST https://pay402.xyz/api/mint \
  -H "X-PAYMENT: <x402_payment_header>" \
  -H "Content-Type: application/json"

Example

Response

{
  "ok": true,
  "tx": "0xabc123...def456",
  "payer": "0x1234567890abcdef1234567890abcdef12345678"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x49925ECe7FEC6bE3a02d4944Fe5a04f75EE81A3e
CurrencyUSD COIN

Quality

0.62/ 1.00

The endpoint is live with a valid x402 challenge, output schema is provided, and the landing page gives clear context about what the mint does. However, there is no OpenAPI spec, no dedicated API docs, no input schema beyond the x402 payment header, and no usage examples beyond what can be inferred from the challenge and site copy.

Warnings

  • This is a meme/novelty token with explicitly zero utility and no value guarantees
  • No refunds are available per the project's own FAQ
  • The token is not listed on any exchange and may never be
  • No API documentation exists beyond the x402 challenge schema
  • This is not financial advice and should not be treated as an investment

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:15:59Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access