{
      "name": "kya-agent-counterparty-receipt",
      "domain": "AI & Agent Governance",
      "title": "Agent Counterparty Due-Diligence Receipt (KYA)",
      "description": "Know-Your-Agent (KYA) receipt for onboarding an autonomous agent counterparty: checks the agent's key is not revoked against a supplied BitstringStatusList credential (art-287), verifies its delegated-authority attestation chain (art-04), audits its key rotation posture (art-132), then GATES on a provable reputation score composed from prior OCG execution receipts (art-278). GATE: a composite reputation score below the tunable threshold theta ends the chain with no acceptance receipt issued; a score at or above theta continues to bind an NDA acceptance receipt referenced by hash (art-277). Theta is a composer policy_parameter, never a literal baked into kernel code, so it can be retuned without a rebuild. The receipt asserts unrevoked key, unexpired mandate, reputation at or above theta, and NDA accepted, each with its own evidence class; composite claim_strength honestly reports the weakest verification class among its steps. A Web Bot Auth signed-agent verification tail is an optional planned upgrade (rides the AGENTIC-NAV Section N2 landing, whose bypass-half is still unverified) and is omitted here, not missing. Verify-only; asserts only the four conditions it checked, never a broader safe-to-transact guarantee.",
      "composer_url": "https://ainumbers.co/chaingraph/chains/kya-agent-counterparty-receipt.html",
      "steps": [
        {
          "tool_id": "art-287-revocation-status-verifier",
          "handoff": "revocation posture (BitstringStatusList lookup) feeds the delegated-authority attestation chain check"
        },
        {
          "tool_id": "art-04-agent-identity-attestation-checker",
          "handoff": "delegated-authority credential chain and scope classification feed the key rotation audit"
        },
        {
          "tool_id": "art-132-agent-key-rotation-auditor",
          "handoff": "key rotation posture (HEALTHY / ROTATION_STAGED / ACTION_REQUIRED) feeds the reputation aggregation"
        },
        {
          "tool_id": "art-278-reputation-score-aggregator",
          "handoff": "composite reputation score gates continuation: GATE composite < theta ends the chain with no acceptance receipt issued; composite >= theta continues to the NDA acceptance binder",
          "gate": {
            "input": "/composite",
            "rules": [
              {
                "op": "lt",
                "value": 0.5,
                "next": "end"
              }
            ],
            "default": "art-277-agreement-acceptance-binder"
          }
        },
        {
          "tool_id": "art-277-agreement-acceptance-binder",
          "handoff": "binds the counterparty's NDA acceptance by hash reference, completing the KYA receipt. Final stage."
        }
      ]
    }
