{
  "schemaVersion": "1",
  "protocol": "SAIHM",
  "protocolVersion": "v1",
  "tagline": "A sovereign, encrypted, sharable, persistent memory protocol for AI agents.",
  "license": "Apache-2.0",
  "independenceNotice": "SAIHM is an Apache-2.0 protocol authored independently of the COTI Group. SAIHM operates on the public COTI V2 mainnet under the same terms as any other public-network user.",
  "canonical": {
    "https": "https://saihm.coti.global"
  },
  "chain": {
    "name": "COTI V2 Helium mainnet",
    "chainId": 2632500,
    "rpc": "https://mainnet.coti.io/rpc",
    "explorer": "https://mainnet.cotiscan.io",
    "currencySymbol": "COTI"
  },
  "endpoints": {
    "saihmJson": "/.well-known/saihm.json",
    "securityTxt": "/.well-known/security.txt",
    "llmsTxt": "/llms.txt",
    "agentsTxt": "/agents.txt",
    "openapi": "/.well-known/openapi.json",
    "onboard": {
      "path": "/api/onboard",
      "status": "live"
    },
    "mcp": {
      "path": "/mcp",
      "transport": "http-json",
      "auth": "bearer-jwt",
      "status": "live",
      "client": "npx -y @saihm/mcp-server",
      "note": "Operator endpoint fronted by the @saihm/mcp-server npm package (stdio MCP). Connect via that package with SAIHM_ENDPOINT_URL + SAIHM_AUTH_HEADER; this is not a generic streamable-http/SSE remote (standard remote transport is planned)."
    },
    "governance": "/governance",
    "tools": "/tools"
  },
  "mcpTools": [
    "saihm_remember",
    "saihm_recall",
    "saihm_forget",
    "saihm_status",
    "saihm_share",
    "saihm_revoke_share",
    "saihm_governance_propose",
    "saihm_governance_vote"
  ],
  "gsaihm": {
    "version": "v1",
    "status": "LIVE",
    "genesisTx": "0x755beb6050b4b74ca28232e45203db3ba899fe6d7344b7ff8db9f9a3b0d0963a",
    "genesisBlock": 7024653,
    "genesisEpoch": 493833,
    "head32SealPrefix": "889b710b",
    "lifetimeCap": 10000000,
    "transferable": false,
    "purchasable": false,
    "accrual": "1 unit per qualifying paid write (PAYG remember + share temporary/permanent/syndicate). Subscription-included writes do not accrue. Accrual rate is itself a governable emission parameter."
  },
  "pricing": {
    "authority": "https://saihm.coti.global/pricing",
    "note": "Prices, tier quotas and PAYG rates are published ONLY at the authority URL above. This manifest deliberately does not restate them so it cannot drift out of date. Always read /pricing before constructing a payment — stale figures are rejected fail-closed by exact-match floor enforcement."
  },
  "contact": {
    "security": "mailto:security@saihm.coti.global",
    "operations": "mailto:ops@saihm.coti.global",
    "complianceVia": "mailto:ops@saihm.coti.global?subject=%5Bcompliance%5D",
    "billingVia": "mailto:ops@saihm.coti.global?subject=%5Bbilling%5D"
  },
  "snapshot": "2026-07-27"
}
