{
  "schema": "qf.tezos-x-toolbox/sovereign-platform-kernel/v12",
  "version": "12.0.0",
  "purpose": "Composable registry for blockchain banking, wallet, DeFi, digital identity, Cloudflare edge, governed agents, and encrypted collaboration.",
  "principles": [
    "Attribution over capability",
    "Human approval for consequential money movement",
    "Server-enforced gates over client-only gates",
    "Reusable credentials with selective disclosure",
    "Policy and receipts outside the LLM",
    "Every secret belongs in env/vault/KMS, never source"
  ],
  "surfaces": {
    "blockchain": {
      "layers": [
        "01-rpc",
        "02-wallet-connect",
        "03-signing",
        "04-indexers",
        "05-batches",
        "13-adapters"
      ],
      "primary_value": "chain interaction and indexed state"
    },
    "wallet": {
      "layers": [
        "16-wallet-account-abstraction",
        "19-cloudflare-gate"
      ],
      "primary_value": "user-held keys, smart wallets, session policies"
    },
    "defi": {
      "layers": [
        "16-defi",
        "27-defi-routing-risk"
      ],
      "primary_value": "swap routing, staking, risk gates"
    },
    "digital_identity": {
      "layers": [
        "18-digital-identity-compliance"
      ],
      "primary_value": "DID/VC KYC/KYB presentation and revocation"
    },
    "banking": {
      "layers": [
        "22-bank-finance-rails"
      ],
      "primary_value": "bank rail abstractions and tokenized deposit workflows"
    },
    "cloudflare": {
      "layers": [
        "19-cloudflare-gate",
        "23-cloudflare-ai-backend"
      ],
      "primary_value": "server-enforced wallet gates, AI gateway, durable spend counters"
    },
    "agents": {
      "layers": [
        "12-ai-agentic",
        "21-agent-authority",
        "28-mcp-governed-connectors"
      ],
      "primary_value": "bounded delegated authority with policy and audit"
    },
    "encrypted_collaboration": {
      "layers": [
        "26-encrypted-group-chat",
        "32-encrypted-collaboration-infra"
      ],
      "primary_value": "server-blind group messaging and relay patterns"
    },
    "publication": {
      "layers": [
        "24-multisignature-publication",
        "31-signed-publication-wallet-gate"
      ],
      "primary_value": "wallet-signed comment, essay, and provenance workflows"
    }
  },
  "quality_gates": [
    "tests/smoke.test.mjs",
    "34-quality-gates/validator.mjs"
  ]
}
