x402basequality 0.52

Purchase 25,000 TOM meme tokens on Base for 5 USDC via x402 automated payment.

Price
5.00 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint lets callers purchase 25,000 TOM ("Tom Cat") meme tokens on Base Mainnet for 5 USDC. It represents the "Booster Tier" of a two-tier presale: a Starter Tier at 1 USDC for 5,000 TOM and this Booster Tier at 5 USDC for 25,000 TOM. Payment is handled via the x402 protocol using USDC's transferWithAuthorization on Base (chain ID 8453), so the entire flow—payment verification, token minting, and receipt generation—is automated after a single wallet signature.

The endpoint accepts a POST request with an X-PAYMENT header containing the x402 payment credential. On success it returns a task object with a taskId, the amount of TOM minted, the recipient address, a status field (pending → processing → completed or failed), and upon completion a result object containing the Basescan transaction hash and the TomCat contract address. The payment is routed to address 0x0D6041F6F8FeE3B66efb633716af12c2Da331D77 using USDC at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base, with a max timeout of 300 seconds.

No formal API documentation, OpenAPI spec, or pricing page exists beyond the landing page. The project describes itself as a meme presale combining cartoon nostalgia with x402 payment rails. Each tier is limited to 5,000 TOM per pack, and the Booster Tier bundles 5 packs.

Capabilities

x402-paymenttoken-mintingbase-mainnetusdc-paymentasync-task-queuememe-token-presale

Use cases

  • Purchasing TOM meme tokens programmatically via an AI agent with USDC on Base
  • Automating meme token presale participation through x402 payment headers
  • Building trading or portfolio bots that acquire meme tokens on Base

Fit

Best for

  • Agents or users wanting automated meme token purchases on Base
  • x402-native payment flows requiring no manual approval beyond initial signature
  • Developers experimenting with x402 protocol integrations

Not for

  • Production DeFi strategies requiring audited, established tokens
  • Users seeking tokens on chains other than Base Mainnet
  • Anyone needing detailed API documentation or SLA guarantees

Quick start

curl -X POST https://basetomcat.com/api/mintv2 \
  -H "X-PAYMENT: <x402-payment-header>" \
  -H "Content-Type: application/json"

Example

Response

{
  "amount": 25000,
  "result": null,
  "status": "pending",
  "taskId": "abc123-def456",
  "recipientAddress": "0xYourWalletAddress"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x0D6041F6F8FeE3B66efb633716af12c2Da331D77
CurrencyUSD COIN

Quality

0.52/ 1.00

The endpoint is live (402 challenge captured) with a well-structured outputSchema describing both input headers and response fields. However, there is no formal API documentation, no OpenAPI spec, no examples beyond what can be inferred from the schema, and the project is a meme token presale with no docs page. The landing page provides useful context but limited technical detail.

Warnings

  • No API documentation exists (/docs returns 404)
  • This is a meme token presale — token has no guaranteed value or utility
  • No OpenAPI or formal schema beyond the x402 challenge outputSchema
  • Limited project history and no audit information available
  • Response schema is inferred from outputSchema; no real response sample was captured

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:07:47Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-25

Agent access