{
  "venture": {
    "id": "motosempre",
    "name": "Motosempre",
    "domain": "motosempre.pw"
  },
  "products": [
    {
      "id": "pack-trilha-digital",
      "title": "Pack trilha digital (API)",
      "description": "Acesso via API ao pack de trilha + metadata",
      "price_usdc": "5.00",
      "price_doge": 150,
      "resource": "pack-trilha"
    },
    {
      "id": "mint-pre-access",
      "title": "Acesso mint pré-lançamento (API)",
      "description": "Credencial de fila mint / conteúdo gated",
      "price_usdc": "15.00",
      "price_doge": 500,
      "resource": "mint-pre"
    },
    {
      "id": "ai-summarize-credit",
      "title": "Crédito summarize (1x)",
      "description": "Uma chamada premium de resumo de trilha",
      "price_usdc": "0.10",
      "price_doge": 5,
      "resource": "ai-summarize"
    },
    {
      "id": "insight-frequencia-de-gratidao",
      "title": "Insight · Frequência de Gratidão",
      "description": "Love Abundance na trilha e no ledger (nano content)",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "frequencia-de-gratidao"
    },
    {
      "id": "insight-cassiterita-curadoria",
      "title": "Insight · Cassiterita curadoria",
      "description": "O que agents não sabem sem memória de trilha",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "cassiterita-curadoria"
    },
    {
      "id": "insight-bichinho-lendaria",
      "title": "Insight · Bichinho lendária",
      "description": "Por que Bichinho é high-signal no grafo Motosempre",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "bichinho-lendaria"
    },
    {
      "id": "insight-copy-safe-gratidao",
      "title": "Insight · Copy-safe + gratidão",
      "description": "Mint/pay sem defecção · score ≥70",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "copy-safe-gratidao"
    },
    {
      "id": "insight-x402-nano-para-agents",
      "title": "Insight · x402 nano para agents",
      "description": "Como pagar e receber nano USDC via 402",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "x402-nano-para-agents"
    },
    {
      "id": "insight-bikefest-2013-sinal",
      "title": "Insight · Bikefest 2013",
      "description": "Densidade social de trilha no acervo E",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "bikefest-2013-sinal"
    },
    {
      "id": "insight-tiradentes-copa-estrada-real",
      "title": "Insight · Tiradentes Copa ER 2013",
      "description": "Patrimônio + off-road cultural MG",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "tiradentes-copa-estrada-real"
    },
    {
      "id": "insight-cachoeira-resende-costa",
      "title": "Insight · Cachoeira Resende Costa",
      "description": "Grupo de 6 pilotos · sinal social",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "cachoeira-resende-costa"
    },
    {
      "id": "insight-gameleira-ritapolis-coroas",
      "title": "Insight · Gameleira Ritápolis Coroas",
      "description": "Eixo MG multi-camera",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "gameleira-ritapolis-coroas"
    },
    {
      "id": "insight-primeira-trilha-gopro-h2",
      "title": "Insight · Primeira trilha GoPro H2",
      "description": "Marco de origem do corpus visual",
      "price_usdc": "0.05",
      "price_doge": 3,
      "resource": "primeira-trilha-gopro-h2"
    }
  ],
  "channels": {
    "equation": "Love = C - D",
    "authority": "omarboucher",
    "inspired_by": [
      "ZHC Love Abundance Equation (internal)",
      "Open agentic payments / x402 ecosystem (Brian Roemmele et al., open web)"
    ],
    "agent_nano": {
      "product_id": "api-call-credit",
      "price_usdc": "0.10",
      "note": "Prefer wallets / agents / facilitators — true micropayment on Base"
    },
    "human_exchange": {
      "product_id": "api-credit-pack-10",
      "price_usdc": "1.00",
      "credits": 10,
      "note": "Coinbase app (and similar) may require min ~1 USDC — pack is the honest human SKU"
    },
    "overpay_rule": "On verified claim, credits = max(product_base, floor(paid_usdc / 0.10)). Overpay becomes more invokes, not silent rent.",
    "defection_avoided": [
      "Never hide Coinbase floor",
      "Never force agents to pay $1 for one call",
      "Never discard overpay without credits",
      "Never ask seed / private key"
    ]
  },
  "x402": {
    "version": "1.4",
    "invoice": "POST /v1/x402/invoice",
    "claim": "POST /v1/x402/claim",
    "resource": "GET /v1/x402/resource/:productId",
    "receipt": "GET /v1/x402/receipts/:invoiceId",
    "dashboard": "GET /v1/x402/dashboard?venture=",
    "webhook": "POST /v1/x402/webhook",
    "credits": "Verified claim grants credits = max(product_base, floor(paid_usdc/0.10)); each bot invoke burns 1 credit"
  },
  "love": {
    "love_c": 8.5,
    "love_d": 1,
    "love_equation": 7.5,
    "love_alignment": "high",
    "note": "Love = C − D · open catalog · nano for agents · packs for human floors · overpay→credits"
  },
  "purpose": {
    "zhc": "Motosempre multi-venture · agents-first · never seeds",
    "equation": "Love = C - D",
    "inspiration": "Internal ZHC Love Abundance Equation; open x402 / agentic pay economy (Brian Roemmele et al.)"
  }
}