List your endpoint

Listing is free. Discovery is free. Scanning is free. Animica charges 0.5% only on transactions it facilitates — and the fee is added on top of your price, so you always receive exactly what you advertised.

Submissions start as Unverified. Prove control of your domain by serving the token we return at /.well-known/animica-x402-verify.txt, then call the verify endpoint.

Via API

curl -sX POST https://x402.animica.dev/api/v1/resources \
  -H 'content-type: application/json' -d '{
  "name": "Web Search",
  "description": "Fast web search returning ranked results as JSON.",
  "category": "search",
  "endpoint_url": "https://api.example.com/v1/search",
  "http_method": "POST",
  "price": "0.005",
  "asset": "ANM",
  "payout_address": "anim1…",
  "provider_name": "Example Labs",
  "tags": ["web","search"]
}'

The response contains your API key — it is shown once and only its hash is stored. Categories: ai inference agents data search scraping browser compute storage developer-tools blockchain finance media utilities other

What happens next

1. ScanWe probe your endpoint immediately and tell you what we saw. A working paid endpoint returns 402 with payment terms.
2. ObserveWe re-scan periodically. Uptime and latency are computed from those observations only.
3. ScoreAfter enough observations you get an X402 Score. Until then the listing reads Insufficient Data — we do not invent a number.
4. EarnBuyers pay you directly. Your funds never pass through an Animica-controlled address.