{
  "x402Version": 2,
  "name": "Animica x402 Marketplace",
  "description": "Open marketplace for machine-payable APIs. Discover, compare, quote and pay for x402 resources with Base USDC or native ANM.",
  "provider": "Animica",
  "homepage": "https://x402.animica.dev",
  "documentation": "https://x402.animica.dev/developers",
  "contact": "ai@3vdc.com",
  "marketplace": {
    "listing_fee": "0",
    "discovery_fee": "0",
    "scanning_fee": "0",
    "transaction_fee_bps": 50,
    "fee_policy": "Listings, discovery and scanning are free. Animica charges 0.5% on top of the seller price only on marketplace-facilitated transactions; the seller always receives their advertised price in full."
  },
  "payment_networks": [
    {
      "id": "anm-native",
      "asset": "ANM",
      "network": "animica:1",
      "scheme": "exact-anm-split"
    },
    {
      "id": "base-usdc",
      "asset": "USDC",
      "network": "eip155:8453",
      "scheme": "exact-split"
    }
  ],
  "preferred_asset": "ANM",
  "api": {
    "resources": "https://x402.animica.dev/api/v1/resources",
    "resource": "https://x402.animica.dev/api/v1/resources/{id}",
    "search": "https://x402.animica.dev/api/v1/search?capability={capability}&max_price={price}&asset={asset}",
    "categories": "https://x402.animica.dev/api/v1/categories",
    "providers": "https://x402.animica.dev/api/v1/providers/{id}",
    "stats": "https://x402.animica.dev/api/v1/stats",
    "submit": "POST https://x402.animica.dev/api/v1/resources",
    "quote": "POST https://x402.animica.dev/api/v1/route/quote",
    "purchase": "POST https://x402.animica.dev/api/v1/purchase",
    "execute": "POST https://x402.animica.dev/api/v1/route/execute",
    "claim": "POST https://x402.animica.dev/api/v1/resources/{id}/claim",
    "dashboard": "GET https://x402.animica.dev/api/v1/me",
    "openapi": "https://x402.animica.dev/openapi.json"
  },
  "capabilities": [
    "resource-discovery",
    "semantic-search",
    "price-comparison",
    "reputation-scoring",
    "payment-routing",
    "quote",
    "settlement",
    "routed-execution",
    "listing-claim",
    "provider-dashboard"
  ]
}