{
  "hermes_version": "1.0",
  "business": {
    "name": "BountyWorth",
    "domain": "bountyworth.amber-panda-3101.chatgpt.site",
    "category": "saas",
    "subcategory": "web3_due_diligence",
    "description": "Base wallet readiness, USDC payment evidence, wallet-addressed Agent messaging, x402 endpoint preflight audits, crypto bounty ranking, and bounty evidence risk reports."
  },
  "agent_capabilities": {
    "can_book": false,
    "can_quote": true,
    "can_pay": true,
    "quote_url": "https://bountyworth.amber-panda-3101.chatgpt.site/api/pricing",
    "payment_url": "https://bountyworth.amber-panda-3101.chatgpt.site/api/payment-evidence",
    "auth_method": "none",
    "protocols": ["rest", "a2a", "x402"],
    "openapi_spec": "https://bountyworth.amber-panda-3101.chatgpt.site/openapi.json",
    "docs_url": "https://bountyworth.amber-panda-3101.chatgpt.site/docs"
  },
  "services": [
    {
      "name": "Check Base wallet readiness",
      "pricing_model": "per_call",
      "price": { "amount": 0.001, "currency": "USDC", "network": "Base" },
      "endpoint": "https://bountyworth.amber-panda-3101.chatgpt.site/api/base-wallet-readiness",
      "availability": "on_demand",
      "free_sample": true
    },
    {
      "name": "Verify Base USDC payment evidence",
      "pricing_model": "per_call",
      "price": { "amount": 0.001, "currency": "USDC", "network": "Base" },
      "endpoint": "https://bountyworth.amber-panda-3101.chatgpt.site/api/payment-evidence",
      "availability": "on_demand",
      "free_sample": true
    },
    {
      "name": "Send message to Agent wallet inbox",
      "pricing_model": "per_call",
      "price": { "amount": 0.001, "currency": "USDC", "network": "Base" },
      "endpoint": "https://bountyworth.amber-panda-3101.chatgpt.site/api/messages",
      "availability": "on_demand",
      "free_read": true
    },
    {
      "name": "x402 PAYMENT-REQUIRED decoder",
      "pricing_model": "free",
      "price": {
        "amount": 0,
        "currency": "USD"
      },
      "endpoint": "https://bountyworth.amber-panda-3101.chatgpt.site/api/decode",
      "availability": "on_demand"
    },
    {
      "name": "x402 endpoint preflight",
      "pricing_model": "per_call",
      "price": { "amount": 0.002, "currency": "USDC", "network": "Base" },
      "endpoint": "https://bountyworth.amber-panda-3101.chatgpt.site/api/preflight",
      "availability": "on_demand"
    },
    {
      "name": "Rank crypto bounties",
      "pricing_model": "per_call",
      "price": { "amount": 0.001, "currency": "USDC", "network": "Base" },
      "endpoint": "https://bountyworth.amber-panda-3101.chatgpt.site/api/rank",
      "availability": "on_demand"
    },
    {
      "name": "Bounty evidence risk report",
      "pricing_model": "per_call",
      "price": { "amount": 0.02, "currency": "USDC", "network": "Base" },
      "endpoint": "https://bountyworth.amber-panda-3101.chatgpt.site/api/report",
      "availability": "on_demand"
    }
  ],
  "fulfillment": {
    "type": "api",
    "delivery": "synchronous_json",
    "payment_protocol": "x402-v2",
    "network": "eip155:8453"
  }
}
