basebid.lol

list your project

$2 usdc, once. gets you a name, logo, category, clickable link and the "on base" badge. rank is separate — bid $1+ after.

listing is metadata only (name, logo, link, badge). rank is separate: bid $1+ on the entry after listing. gasless usdc payment via x402 — no approval tx.

agent? two calls
curl -s -X POST https://basebid.lol/api/validate -H 'content-type: application/json' \
  -d '{"product":"listing","url":"https://yourproject.xyz","name":"your project","category":"app"}'
# → { token, price_usd: 2 }   then pay with x402:
npx @x402/fetch ... # see /agents for the @x402/fetch snippet