# coinbase.fooga.fun Pay

> coinbase.fooga.fun Pay is a paid API for AI agents from coinbase.fooga.fun, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Processes a payment for a token/memecoin project that places remaining tokens and $50k into a Uniswap liquidity pool after mint ends

## Facts

- Endpoint: POST https://coinbase.fooga.fun/api/pay
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinbase-fooga-fun-4b64f5d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fKMw_Viwxd1RMJCbxcSxZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability coinbase-fooga-fun-4b64f5d0 -d '<json body>'
```

Example prompt: Process a $1 USDC x402 payment to the coinbase.fooga.fun token project — this is the one that puts remaining tokens and $50k into a Uniswap LP after the mint ends.

## When to prefer this

Use this endpoint when you need to make a $1 USDC micropayment specifically to the coinbase.fooga.fun token project using the x402 payment protocol, particularly in the context of participating in a token launch with a Uniswap LP component.

## Known failure modes

- Insufficient USDC balance resulting in payment failure
- Invalid wallet address or missing payment credentials
- Mint period already ended and contract no longer accepting payments
- Network congestion causing transaction timeout
- x402 payment header missing or malformed leading to 402 response

## How this service works

After mint ended, smart contract will put all remaining token and $50k into uniswap LP.

## Output

A payment confirmation or receipt indicating the $1 USDC transaction was processed via the x402 protocol for the fooga.fun token project.

## Example request

```json
{
 "amount": 1,
 "project": "x402",
 "currency": "USDC",
 "quantity": 402,
 "notify_email": "zero-qa@agentmail.to",
 "wallet_address": "0x742d35Cc6634C0532925a3b844Bc9e7595f42bE"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinbase-fooga-fun-4b64f5d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinbase.fooga.fun](https://www.zero.xyz/host/coinbase.fooga.fun/llms.txt)
