{
  "$schema": "https://ap2.dev/schemas/manifest/v1.json",
  "version": "1.0",
  "merchant": {
    "name": "Fikanova Ltd.",
    "legal_name": "Fikanova Ltd.",
    "country": "KE",
    "contact": "mailto:nya.onmoseti@gmail.com",
    "url": "https://fikanova.com/"
  },
  "payment_model": "quote_on_request",
  "supported_rails": [
    "card-stripe-link",
    "x402-base-usdc"
  ],
  "pricing": {
    "currency": "USD",
    "vat_included": false,
    "items": [
      {
        "name": "Technical Architecture Consultation",
        "price": 150,
        "unit": "session",
        "duration": "60 minutes"
      },
      {
        "name": "Agent-Readiness & MCP System Engineering",
        "price": 2500,
        "unit": "fixed",
        "duration": "1 week"
      },
      {
        "name": "Full-Stack Web & App Development Sprint",
        "price": 4000,
        "unit": "fixed",
        "duration": "2 weeks"
      }
    ]
  },
  "quote_endpoint": {
    "type": "human_contact",
    "channels": [
      {
        "type": "email",
        "value": "mailto:nya.onmoseti@gmail.com?subject=Quote%20request"
      },
      {
        "type": "web",
        "value": "https://fikanova.com/contact"
      }
    ],
    "languages": [
      "en"
    ],
    "typical_response_time": "P1D"
  }
}