{
  "output": "f1_score_composition.svg",
  "title": "Four readings combine into the vault score",
  "subtitle": "Each reading uses the same 0-to-10 scale. Input caps apply first. Vault-level caps can then lower the weighted result.",
  "source": "Philidor vault-scoring methodology v6",
  "asOf": "4 September 2026",
  "legend": [
    {
      "label": "reads current state",
      "color": "teal"
    },
    {
      "label": "reads the event record",
      "color": "orange"
    }
  ],
  "scaleMax": 42,
  "footnote": "Caps can act at two stages. Asset-level caps cover facts such as weak backing or a depeg. Vault-level caps cover weak collateral, unaudited code, adverse history, overrides, and active incidents.",
  "rows": [
    {
      "label": "Asset",
      "bars": [
        {
          "pct": 30,
          "color": "teal",
          "valueLabel": "weight 0.3"
        }
      ],
      "oneLiner": "What the vault holds: asset quality, backing, flags, age of evidence, and concentration"
    },
    {
      "label": "Platform",
      "bars": [
        {
          "pct": 30,
          "color": "teal",
          "valueLabel": "weight 0.3"
        }
      ],
      "oneLiner": "What it runs on: age, audits, strategy, incidents, dependencies, and yield quality"
    },
    {
      "label": "Control",
      "bars": [
        {
          "pct": 20,
          "color": "teal",
          "valueLabel": "weight 0.2"
        }
      ],
      "oneLiner": "Who can change it: upgrade authority, pause power, multisigs, and timelocks"
    },
    {
      "label": "History",
      "bars": [
        {
          "pct": 20,
          "color": "orange",
          "valueLabel": "weight 0.2"
        }
      ],
      "oneLiner": "What happened: published adverse events, time decay, and confirmed losses"
    }
  ]
}
