{
  "provider": "Innovative Blockchain Solutions",
  "site": "https://innovativeblockchainsolutions.live",
  "contact": "support@innovativeblockchainsolutions.live",
  "updated": "2026-09-02T15:39:48.700Z",
  "payment": {
    "processor": "stripe",
    "accepts": [
      "card",
      "apple_pay",
      "google_pay",
      "link",
      "cash_app",
      "klarna",
      "us_bank_account"
    ],
    "authorisation": "human",
    "note": "These are high-value subscriptions whose fulfilment includes a human onboarding call, so an agent cannot take delivery of one. Agents are expected to discover and quote; a human authorises the payment. For genuinely agent-payable products, see the pay-per-call x402 endpoints in the manifest below."
  },
  "agent_payable_products": "https://innovativeblockchainsolutions.live/x402.json",
  "offers": [
    {
      "id": "cortex_starter",
      "name": "CORTEX Starter",
      "summary": "Foundational CRM with basic voice and operational notifications.",
      "price": {
        "currency": "usd",
        "one_time_usd": 2997,
        "recurring_usd": 497,
        "recurring_interval": "month",
        "due_today_usd": 3494,
        "note": "The one-time build fee and the first month are both charged on the first invoice."
      },
      "seats": "3",
      "includes": [
        "3 user seats",
        "Branded CORTEX CRM dashboard",
        "Client contact management and segmentation",
        "Single inbound voice number with an AI receptionist",
        "Email and SMS notifications"
      ],
      "human_page": "https://innovativeblockchainsolutions.live/pricing.html",
      "fulfilment": "A human advisor calls within one business day to start the build. Live in about 30 days.",
      "how_to_buy": {
        "method": "POST",
        "url": "https://jtifhcvbgxqwlywugvjv.supabase.co/functions/v1/ibs-offers",
        "body": {
          "action": "checkout",
          "offer": "cortex_starter"
        },
        "returns": "A Stripe Checkout URL. Give it to your principal — a human completes payment."
      }
    },
    {
      "id": "cortex_professional",
      "name": "CORTEX Professional",
      "summary": "Everything in Starter, plus a conversational voice agent and lightweight autonomy.",
      "price": {
        "currency": "usd",
        "one_time_usd": 4997,
        "recurring_usd": 597,
        "recurring_interval": "month",
        "due_today_usd": 5594,
        "note": "The one-time build fee and the first month are both charged on the first invoice."
      },
      "seats": "10",
      "includes": [
        "Everything in Starter",
        "Up to 10 user seats",
        "Rex, a conversational voice agent scoped to your data",
        "Inbound and outbound AI voice, 24/7",
        "Automated follow-ups, reminders and client nudges",
        "Signal engine for opportunity detection",
        "Custom intake flows and webhook wiring"
      ],
      "human_page": "https://innovativeblockchainsolutions.live/pricing.html",
      "fulfilment": "A human advisor calls within one business day to start the build. Live in about 30 days.",
      "how_to_buy": {
        "method": "POST",
        "url": "https://jtifhcvbgxqwlywugvjv.supabase.co/functions/v1/ibs-offers",
        "body": {
          "action": "checkout",
          "offer": "cortex_professional"
        },
        "returns": "A Stripe Checkout URL. Give it to your principal — a human completes payment."
      }
    },
    {
      "id": "ibs_scale",
      "name": "IBS Scale Founders Circle",
      "summary": "Founding-member rate on the IBS Scale platform, locked for life. Limited seats.",
      "price": {
        "currency": "usd",
        "one_time_usd": 997,
        "recurring_usd": 97,
        "recurring_interval": "month",
        "due_today_usd": 1094,
        "note": "The one-time build fee and the first month are both charged on the first invoice."
      },
      "seats": "1",
      "includes": [
        "Founding rate locked for life",
        "A built site and CRM",
        "Onboarding call with a founding advisor"
      ],
      "human_page": "https://innovativeblockchainsolutions.live/scale/",
      "fulfilment": "A founding advisor calls within one business day. Live in 30 days.",
      "how_to_buy": {
        "method": "POST",
        "url": "https://jtifhcvbgxqwlywugvjv.supabase.co/functions/v1/ibs-offers",
        "body": {
          "action": "checkout",
          "offer": "ibs_scale"
        },
        "returns": "A Stripe Checkout URL. Give it to your principal — a human completes payment."
      }
    }
  ],
  "quote_only": [
    {
      "id": "cortex_enterprise",
      "name": "CORTEX Enterprise",
      "why": "Scoped per build. Contact for pricing."
    },
    {
      "id": "cortex_custom",
      "name": "Custom",
      "why": "Scoped per build. Contact for pricing."
    }
  ],
  "booking": {
    "note": "A human can also book a discovery call directly.",
    "url": "https://innovativeblockchainsolutions.live/#book"
  }
}