A penny for your thoughts
$0.0025 per call
The arcade turnstile: pay a quarter-penny and receive the full penny402.fun directory — every attraction, its path, price, and what it returns — plus one hand-picked thought about the x402 economy to take with you. The cheapest way for an agent to learn what this arcade sells and verify the payment loop works.
POST /penny
# 1. read the price — free, no headers, no account
curl -sS -X POST https://penny402.fun/penny \
-H 'content-type: application/json' -d '{}'
# → 402, accepts[0].maxAmountRequired = 2500 ($0.0025)
# 2. pay it — any x402 client; the body does not change
curl -sS -X POST https://penny402.fun/penny \
-H 'content-type: application/json' \
-H "x-payment: $PAYMENT" -d '{}'