{
  "serviceName": "Money Competitor Snapshot",
  "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
  "network": "eip155:8453",
  "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "facilitator": "https://facilitator.payai.network",
  "resources": [
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/worksheet",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "9000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "DIY Competitor Worksheet (instant download) — fill-in structure for indie SaaS competitive mapping. No custom research.",
      "mimeType": "application/json",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {},
              "headers": {}
            },
            "output": {
              "type": "json",
              "example": {
                "sku": "worksheet",
                "format": "json+html_hint",
                "price_usdc": 9
              }
            }
          },
          "schema": {
            "input": {
              "properties": {},
              "required": []
            }
          }
        }
      },
      "metadata": {
        "sku": "worksheet",
        "price_usdc": 9,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/snapshot-quick",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "29000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "48h Competitor Snapshot Quick — 4–5 competitors, exec summary, 2 whitespace moves, cited public sources. Custom product intake.",
      "mimeType": "application/json",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "product_name": "NoteFlow",
                "category": "AI meeting notes for indie PMs",
                "known_competitors": [
                  "Granola",
                  "Fathom",
                  "Fireflies"
                ],
                "geography": "global",
                "tier": "quick",
                "url": "https://example.com",
                "delivery_email_or_webhook": "agent@example.com"
              },
              "headers": {}
            },
            "output": {
              "type": "json",
              "example": {
                "status": "accepted",
                "delivery_sla_hours": 48,
                "order_id": "ord_example"
              }
            }
          },
          "schema": {
            "input": {
              "properties": {
                "product_name": {
                  "type": "string",
                  "description": "Product / company being analysed"
                },
                "category": {
                  "type": "string",
                  "description": "One-line category (e.g. AI meeting notes for PMs)"
                },
                "known_competitors": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Up to 3 optional competitor names"
                },
                "geography": {
                  "type": "string",
                  "description": "Primary market: UK / US / EU / global"
                },
                "tier": {
                  "type": "string",
                  "enum": [
                    "quick",
                    "deep"
                  ],
                  "description": "Snapshot depth"
                },
                "url": {
                  "type": "string",
                  "description": "Optional landing page URL"
                },
                "delivery_email_or_webhook": {
                  "type": "string",
                  "description": "Where to deliver the brief within 48h"
                }
              },
              "required": [
                "product_name",
                "category",
                "geography",
                "tier"
              ]
            }
          }
        }
      },
      "metadata": {
        "sku": "quick",
        "price_usdc": 29,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/snapshot-deep",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "79000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "48h Competitor Snapshot Deep — 6–7 competitors, positioning map, 3 whitespace moves, cited public sources. Custom product intake.",
      "mimeType": "application/json",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "product_name": "NoteFlow",
                "category": "AI meeting notes for indie PMs",
                "known_competitors": [
                  "Granola",
                  "Fathom",
                  "Fireflies"
                ],
                "geography": "global",
                "tier": "deep",
                "url": "https://example.com",
                "delivery_email_or_webhook": "agent@example.com"
              },
              "headers": {}
            },
            "output": {
              "type": "json",
              "example": {
                "status": "accepted",
                "delivery_sla_hours": 48,
                "order_id": "ord_example"
              }
            }
          },
          "schema": {
            "input": {
              "properties": {
                "product_name": {
                  "type": "string",
                  "description": "Product / company being analysed"
                },
                "category": {
                  "type": "string",
                  "description": "One-line category (e.g. AI meeting notes for PMs)"
                },
                "known_competitors": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Up to 3 optional competitor names"
                },
                "geography": {
                  "type": "string",
                  "description": "Primary market: UK / US / EU / global"
                },
                "tier": {
                  "type": "string",
                  "enum": [
                    "quick",
                    "deep"
                  ],
                  "description": "Snapshot depth"
                },
                "url": {
                  "type": "string",
                  "description": "Optional landing page URL"
                },
                "delivery_email_or_webhook": {
                  "type": "string",
                  "description": "Where to deliver the brief within 48h"
                }
              },
              "required": [
                "product_name",
                "category",
                "geography",
                "tier"
              ]
            }
          }
        }
      },
      "metadata": {
        "sku": "deep",
        "price_usdc": 79,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/sample/snapshot-deep",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "79000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "Instant sample: NoteFlow (fictional AI meeting-notes) Deep Competitor Snapshot — same format as paid Deep briefs.",
      "mimeType": "text/markdown",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {},
              "headers": {}
            },
            "output": {
              "type": "text",
              "example": {
                "format": "markdown",
                "product": "NoteFlow (sample)",
                "tier": "deep"
              }
            }
          },
          "schema": {
            "input": {
              "properties": {},
              "required": []
            }
          }
        }
      },
      "metadata": {
        "sku": "sample_deep",
        "price_usdc": 79,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/pack-uk-trader",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "19000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "UK Sole Trader Launch Kit 2026/27 — instant markdown pack (HMRC/ops checklist). Informational only, not tax advice.",
      "mimeType": "text/markdown",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {},
              "headers": {}
            },
            "output": {
              "type": "text",
              "example": {
                "sku": "C-UK-ST-2026",
                "format": "markdown",
                "title": "UK Sole Trader Launch Kit 2026/27",
                "price_usdc": 19
              }
            }
          },
          "schema": {
            "input": {
              "properties": {},
              "required": []
            }
          }
        }
      },
      "metadata": {
        "sku": "pack_uk_trader",
        "price_usdc": 19,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/pack-first-customers",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "15000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "First Customers Pack 2026 — 50 places to get first customers without ads (instant markdown).",
      "mimeType": "text/markdown",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {},
              "headers": {}
            },
            "output": {
              "type": "text",
              "example": {
                "sku": "G-FIRST-CUST-2026",
                "format": "markdown",
                "title": "50 Places to Get First Customers Without Ads (2026)",
                "price_usdc": 15
              }
            }
          },
          "schema": {
            "input": {
              "properties": {},
              "required": []
            }
          }
        }
      },
      "metadata": {
        "sku": "pack_first_customers",
        "price_usdc": 15,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/pack-pricing",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "12000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "Indie SaaS Pricing Pack 2026 — worksheets, tier math, pricing-page blocks (instant markdown).",
      "mimeType": "text/markdown",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {},
              "headers": {}
            },
            "output": {
              "type": "text",
              "example": {
                "sku": "H-PRICING-2026",
                "format": "markdown",
                "title": "Indie SaaS Pricing Pack 2026",
                "price_usdc": 12
              }
            }
          },
          "schema": {
            "input": {
              "properties": {},
              "required": []
            }
          }
        }
      },
      "metadata": {
        "sku": "pack_pricing",
        "price_usdc": 12,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/pack-proposal",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "15000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "Crypto-Ready Client Proposal Kit — proposal + SOW + USDC-on-Base clauses (instant markdown). Templates only, not legal advice.",
      "mimeType": "text/markdown",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {},
              "headers": {}
            },
            "output": {
              "type": "text",
              "example": {
                "sku": "I-PROPOSAL-CRYPTO",
                "format": "markdown",
                "title": "Crypto-Ready Client Proposal Kit",
                "price_usdc": 15
              }
            }
          },
          "schema": {
            "input": {
              "properties": {},
              "required": []
            }
          }
        }
      },
      "metadata": {
        "sku": "pack_proposal",
        "price_usdc": 15,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/csv-json",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "5000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "CSV ↔ JSON converter (instant) — paste/upload CSV or JSON; get converted artifact + short schema README. 5 USDC on Base.",
      "mimeType": "application/json",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "direction": "csv→json",
                "key_casing": "as_is",
                "content": "name,age\nAda,36"
              },
              "headers": {}
            },
            "output": {
              "type": "json",
              "example": {
                "ok": true,
                "artifact": [
                  {
                    "name": "Ada",
                    "age": "36"
                  }
                ],
                "readme": "..."
              }
            }
          },
          "schema": {
            "input": {
              "properties": {
                "direction": {
                  "type": "string",
                  "description": "csv→json | json→csv"
                },
                "key_casing": {
                  "type": "string",
                  "description": "as_is | snake | camel"
                },
                "delimiter": {
                  "type": "string"
                },
                "content": {
                  "type": "string",
                  "description": "CSV or JSON text"
                }
              },
              "required": [
                "content"
              ]
            }
          }
        }
      },
      "metadata": {
        "sku": "csv_json",
        "price_usdc": 5,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/openapi-stub",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "19000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "OpenAPI 3 stub from your endpoint list / brief — paths, methods, request/response skeletons. 19 USDC on Base. Not full production docs.",
      "mimeType": "application/json",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "base_url": "https://api.example.com",
                "endpoints": [
                  {
                    "method": "GET",
                    "path": "/v1/items",
                    "purpose": "List items"
                  }
                ],
                "format": "yaml"
              },
              "headers": {}
            },
            "output": {
              "type": "json",
              "example": {
                "ok": true,
                "format": "openapi.yaml",
                "artifact": "openapi: 3.0.3\n..."
              }
            }
          },
          "schema": {
            "input": {
              "properties": {
                "base_url": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "auth": {
                  "type": "string"
                },
                "format": {
                  "type": "string"
                },
                "endpoints": {
                  "type": "array"
                },
                "brief": {
                  "type": "string"
                }
              },
              "required": [
                "endpoints"
              ]
            }
          }
        }
      },
      "metadata": {
        "sku": "openapi_stub",
        "price_usdc": 19,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    },
    {
      "resource": "https://subjective-overseas-exemption-flexible.trycloudflare.com/buy/usdc-verify",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "5000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "Base USDC Transfer verify — paste tx hash; get JSON report (amount, token, from/to, status). 5 USDC on Base. Public chain data only.",
      "mimeType": "application/json",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "txHash": "0x…",
                "expected_amount_usdc": 5,
                "expected_to": "0x112BB50122042746d38507F0b4221E84f8A0021E"
              },
              "headers": {}
            },
            "output": {
              "type": "json",
              "example": {
                "ok": true,
                "amount": 5,
                "token": "0x8335…",
                "from": "0x…",
                "to": "0x112BB50122042746d38507F0b4221E84f8A0021E"
              }
            }
          },
          "schema": {
            "input": {
              "properties": {
                "txHash": {
                  "type": "string"
                },
                "expected_amount_usdc": {
                  "type": "number"
                },
                "expected_to": {
                  "type": "string"
                }
              },
              "required": [
                "txHash"
              ]
            }
          }
        }
      },
      "metadata": {
        "sku": "usdc_verify",
        "price_usdc": 5,
        "payTo": "0x112BB50122042746d38507F0b4221E84f8A0021E",
        "network": "eip155:8453"
      }
    }
  ]
}