x402basequality 0.30

Pay 1 USDC via x402 on Base to mint 5,000 $BOOFY meme tokens.

Price
1.00 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint lets an agent or user mint 5,000 $BOOFY meme tokens by paying 1 USDC (maxAmountRequired: 1,000,000 units, i.e. 1 USDC with 6 decimals) on the Base network. The payment uses the x402 "exact" scheme, sending USDC to a specified payee address. On success, the endpoint returns a JSON object containing a transaction hash, recipient address, and the amount of $BOOFY minted.

$BOOFY is explicitly described as a pure meme token with no utility, no intrinsic value, and no expectation of financial return. There is no team supply; the total mint cap for this endpoint is 100,000 USDC. Liquidity will only be provided upon full mint-out, and no refunds are offered. Fulfillment may take a few minutes after payment is confirmed.

The project has no formal documentation, no OpenAPI spec, and no additional API endpoints beyond the mint route. The site is hosted on Vercel and all ancillary pages (/docs, /api, /pricing) return 404. The project aspires to become "the mascot of the x402 protocol" and references a possible future Coinbase listing, though this is unconfirmed and speculative.

Capabilities

x402-paymenttoken-mintingbase-networkusdc-paymentmeme-tokenerc20

Use cases

  • Minting meme tokens via programmatic x402 payment
  • Demonstrating x402 protocol payment flows on Base
  • Acquiring $BOOFY tokens for speculative or entertainment purposes

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that can execute x402 payments on Base
  • Meme token collectors willing to accept high risk

Not for

  • Anyone seeking tokens with utility or financial return
  • Production financial applications requiring refund guarantees
  • Users who need detailed API documentation or SLAs

Quick start

# Requires an x402-compatible client that can sign USDC payments on Base
curl -X GET https://boofy.fun/api/mint \
  -H 'X-PAYMENT: <x402-payment-header>'

Example

Response

{
  "amount": "5000",
  "success": true,
  "recipient": "0xYourWalletAddress",
  "transactionHash": "0xabc123...def456"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x2E3AB1B1519FDD3270cffb23ea72dFb858CB7720
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge provides a basic output schema and payment parameters, but there is no OpenAPI spec, no documentation (all doc pages 404), no examples beyond what can be inferred from the output schema, and the token itself is explicitly described as having no utility. High-risk, minimal-info listing.

Warnings

  • $BOOFY is explicitly described as a pure meme token with no utility and no expectation of financial return.
  • No refunds are offered; liquidity only provided on full mint-out.
  • No formal documentation exists; /docs, /api, /pricing all return 404.
  • Fulfillment may take several minutes; maxTimeoutSeconds is 60 but actual delivery may be slower.
  • Cap of 100,000 USDC — endpoint may become unavailable once cap is reached.
  • This is a speculative, unregulated crypto token. Use at your own risk.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 18:39:50Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-25

Agent access