{
  "version": "1.0",
  "protocol": "Agentic Commerce Protocol",
  "name": "Locanto ACP",
  "description": "Agentic Commerce Protocol metadata for Locanto. Enables autonomous payment handoff without a traditional checkout session via messaging contact channels.",
  "url": "https://locanto.forum/.well-known/acp.json",
  "merchant": {
    "id": "locanto-monaco",
    "name": "Locanto Escort Monaco",
    "legalName": "Locanto",
    "url": "https://locanto.forum/",
    "logo": "https://locanto.forum/images/android-chrome-192.png",
    "supportEmail": "contact@locanto.forum",
    "supportWhatsApp": "+447460028804",
    "supportTelegram": "@Juliasky47",
    "supportSignal": "+447460028804",
    "areaServed": {
      "country": "MC",
      "locality": "Monaco",
      "districts": [
        "Monte-Carlo",
        "La Condamine",
        "Monaco-Ville",
        "Fontvieille",
        "Larvotto",
        "Jardin Exotique"
      ]
    },
    "ageRestriction": "18+"
  },
  "payment": {
    "mode": "human-mediated",
    "checkoutSession": false,
    "autonomousPayment": false,
    "description": "No in-browser checkout. Agents initiate booking; payment and confirmation are completed with a human operator over WhatsApp, Telegram, or Signal.",
    "acceptedMethods": [
      "cash",
      "bank_transfer",
      "agreed_offline"
    ],
    "currency": "EUR"
  },
  "flows": [
    {
      "id": "contact-book",
      "name": "Contact-based booking",
      "steps": [
        "Agent discovers catalog via API catalog, UCP, or markdown pages",
        "Agent selects location and escort category",
        "Agent opens messaging channel with booking intent",
        "Human operator confirms availability and payment terms",
        "Service is fulfilled offline"
      ],
      "entryPoints": [
        {
          "channel": "whatsapp",
          "url": "https://wa.me/447460028804?text=Hello%20Locanto%2C%20I%20want%20to%20book%20an%20escort%20in%20Monaco."
        },
        {
          "channel": "telegram",
          "url": "https://t.me/Juliasky47"
        },
        {
          "channel": "signal",
          "url": "https://signal.me/#p/447460028804"
        },
        {
          "channel": "email",
          "url": "mailto:contact@locanto.forum?subject=Booking%20Request"
        }
      ]
    }
  ],
  "catalog": {
    "url": "https://locanto.forum/",
    "markdown": "https://locanto.forum/index.md",
    "sitemap": "https://locanto.forum/sitemap.xml",
    "servicesPage": "https://locanto.forum/services.html"
  },
  "metadata": {
    "priceRange": "$$$",
    "serviceType": "escort-directory",
    "bookingType": "appointment",
    "languages": ["en", "fr"]
  },
  "policies": {
    "terms": "https://locanto.forum/terms.html",
    "privacy": "https://locanto.forum/privacy.html",
    "ai": "https://locanto.forum/ai.txt"
  },
  "related": {
    "ucp": "https://locanto.forum/.well-known/ucp",
    "mcp": "https://locanto.forum/.well-known/mcp/server-card.json",
    "apiCatalog": "https://locanto.forum/.well-known/api-catalog",
    "skills": "https://locanto.forum/.well-known/agent-skills/index.json"
  }
}
