{
  "generated": "2026-04-19T08:15:29.860Z",
  "tag": "governance",
  "slug": "governance",
  "count": 7,
  "url": "https://brittleboye.github.io/awesome-lattice/tags/governance/",
  "projects": [
    {
      "name": "Trust Monitors: Flexible security for open economic systems",
      "description": "Trust Monitors — flexible, composable security primitives for governance and authorisation on Convex.",
      "category": {
        "id": "videos",
        "title": "Videos & Talks"
      },
      "slug": "trust-monitors-flexible-security-for-open-economic-systems",
      "url": "https://brittleboye.github.io/awesome-lattice/projects/videos/trust-monitors-flexible-security-for-open-economic-systems/",
      "json": "https://brittleboye.github.io/awesome-lattice/projects/videos/trust-monitors-flexible-security-for-open-economic-systems.json",
      "markdown": "https://brittleboye.github.io/awesome-lattice/projects/videos/trust-monitors-flexible-security-for-open-economic-systems.md",
      "tags": [
        "convex-live",
        "community-call",
        "security",
        "trust-monitors",
        "governance"
      ]
    },
    {
      "name": "CAD000: Design Principles",
      "description": "Codifies the non-negotiable axioms every other CAD inherits from — immutable values, bounded resources, CRDT-safe idempotence, security-first cryptography. This is the constitution: why Convex refuses the shortcuts (mutable state, unbounded ops, bespoke crypto) that trap other decentralised platforms.",
      "category": {
        "id": "cads",
        "title": "Convex Architecture Documents"
      },
      "slug": "cad000-design-principles",
      "url": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad000-design-principles/",
      "json": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad000-design-principles.json",
      "markdown": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad000-design-principles.md",
      "tags": [
        "spec",
        "principles",
        "crdt",
        "security",
        "governance"
      ]
    },
    {
      "name": "CAD014: Convex Name System",
      "description": "Provides trusted mutable human-readable references (@convex.trust → the current authoritative actor) so ecosystem-wide upgrades happen without touching caller source. DNS-for-smart-contracts: contract addresses stop being the API surface, names do.",
      "category": {
        "id": "cads",
        "title": "Convex Architecture Documents"
      },
      "slug": "cad014-convex-name-system",
      "url": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad014-convex-name-system/",
      "json": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad014-convex-name-system.json",
      "markdown": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad014-convex-name-system.md",
      "tags": [
        "spec",
        "cns",
        "identity",
        "governance",
        "smart-contracts"
      ]
    },
    {
      "name": "CAD017: Peer Operations",
      "description": "Sets the concrete hardware, network, and key-management bar for running a peer — 1000 CVM minimum stake, offline controller keys, commodity 8-core box. Deliberately keeps peer operation achievable by individuals, not just data centres.",
      "category": {
        "id": "cads",
        "title": "Convex Architecture Documents"
      },
      "slug": "cad017-peer-operations",
      "url": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad017-peer-operations/",
      "json": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad017-peer-operations.json",
      "markdown": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad017-peer-operations.md",
      "tags": [
        "spec",
        "peer",
        "operations",
        "security",
        "governance"
      ]
    },
    {
      "name": "CAD020: Tokenomics",
      "description": "Issues Convex Coins via a market-driven release curve rather than pre-mine, ICO, or airdrop — new supply prints only when economic demand pushes price above the curve, protecting earlier holders from dilution. Deliberately neutralises the pump-and-dump dynamics of Ethereum pre-mines and ICO-era launches.",
      "category": {
        "id": "cads",
        "title": "Convex Architecture Documents"
      },
      "slug": "cad020-tokenomics",
      "url": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad020-tokenomics/",
      "json": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad020-tokenomics.json",
      "markdown": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad020-tokenomics.md",
      "tags": [
        "tokenomics",
        "governance",
        "consensus"
      ]
    },
    {
      "name": "CAD022: Trust Monitors",
      "description": "Composable on-chain subject-action-object authorisation modules based on the TCSEC B3 reference-monitor model — sandboxed, callable in query mode, reusable across contracts. Access control becomes a first-class shareable component instead of ad-hoc modifiers copied into every contract.",
      "category": {
        "id": "cads",
        "title": "Convex Architecture Documents"
      },
      "slug": "cad022-trust-monitors",
      "url": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad022-trust-monitors/",
      "json": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad022-trust-monitors.json",
      "markdown": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad022-trust-monitors.md",
      "tags": [
        "spec",
        "security",
        "smart-contracts",
        "governance",
        "trust"
      ]
    },
    {
      "name": "CAD034: Curated Registry",
      "description": "A generic on-chain registry pattern with CAD22 trust-monitor gating — one actor can host many registries for DAO memberships, verified token lists, accredited organisations. Lets ecosystems publish lists with controlled curation instead of every dApp shipping its own allow-list contract.",
      "category": {
        "id": "cads",
        "title": "Convex Architecture Documents"
      },
      "slug": "cad034-curated-registry",
      "url": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad034-curated-registry/",
      "json": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad034-curated-registry.json",
      "markdown": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad034-curated-registry.md",
      "tags": [
        "spec",
        "registry",
        "trust",
        "governance",
        "smart-contracts"
      ]
    }
  ]
}