{
  "name": "KrayWallet",
  "version": "1.0.0",
  "description": "Self-custodial Bitcoin wallet for Ordinals, Runes, KRAY L2, Social Space, and KrayChat. Keys never leave the device.",
  "website": "https://www.kraywallet.com",
  "agent_portal": "https://www.kraywallet.com/agents.html",
  "llms_txt": "https://www.kraywallet.com/llms.txt",
  "llms_full_txt": "https://www.kraywallet.com/llms-full.txt",
  "sitemap": "https://www.kraywallet.com/sitemap.xml",
  "do_not_claim": [
    "App Store / Google Play as primary distribution",
    "Biometric unlock",
    "Hardware wallet support",
    "Full self-custodial Lightning node"
  ],
  "products": {
    "wallet_extension": {
      "platforms": ["Chrome", "Brave", "Edge"],
      "provider": "window.krayWallet",
      "install": "https://www.kraywallet.com/install.html",
      "zip": "https://www.kray.space/downloads/kraywallet-extension.zip"
    },
    "wallet_pwa": {
      "url": "https://app.kray.space",
      "note": "Add to Home Screen; does not expose window.krayWallet"
    },
    "social_space": {
      "brand": "https://social.space",
      "live_feed": "https://www.kray.space/social",
      "rankings": "https://www.kray.space/social-ranking",
      "about": "https://www.kraywallet.com/social-space.html",
      "summary": "Inscription / L2 NFT social network: post, follow, like, repost, comment. Distinct from KrayChat."
    },
    "kraychat": {
      "summary": "E2E wallet messaging (DMs, groups, voice). Private layer — not the public social feed."
    }
  },
  "ecosystem": {
    "kray_space": "https://www.kray.space",
    "developers_l2": "https://www.kray.space/developers",
    "explorer": "https://www.kray.space/krayscan",
    "tutorial_mobile": "https://www.kray.space/tutorial"
  },
  "repos": {
    "site": "https://github.com/tomkray/kraywallet",
    "extension": "https://github.com/tomkray/kraywallet-extension"
  },
  "contact": {
    "developers": "developers@kray.space",
    "partners": "partners@kray.space"
  },
  "concierge": {
    "name": "Krayos",
    "human_ui": "https://www.kraywallet.com/agents.html?ask=1",
    "chat_api": {
      "url": "https://www.kraywallet.com/api/chat",
      "method": "POST",
      "headers": { "Content-Type": "application/json" },
      "body_schema": {
        "message": "string (required, max 400 chars)",
        "history": "optional array of { role: user|assistant, content: string }"
      },
      "notes": "Scoped to KrayWallet. Rate-limited. Prefer llms-full.txt for bulk context. Never send seeds."
    }
  },
  "site_pages": [
    "https://www.kraywallet.com/",
    "https://www.kraywallet.com/features.html",
    "https://www.kraywallet.com/social-space.html",
    "https://www.kraywallet.com/install.html",
    "https://www.kraywallet.com/security.html",
    "https://www.kraywallet.com/privacy.html",
    "https://www.kraywallet.com/terms.html",
    "https://www.kraywallet.com/docs.html",
    "https://www.kraywallet.com/developers.html",
    "https://www.kraywallet.com/about.html",
    "https://www.kraywallet.com/contact.html",
    "https://www.kraywallet.com/agents.html"
  ]
}
