{
  "version": "1.0",
  "issuer": "https://api.insumermodel.com",
  "specification": "https://insumermodel.com/state-attestation-spec/",
  "description": "Attestation and trust-profile test vectors for InsumerAPI wallet state. Each entry is an artifact exactly as issued, paired with the result a correct verifier must produce. Several entries are deliberately corrupted or mislabelled and must be rejected or reported as unverifiable, as each expected block states.",
  "published": "2026-09-02",
  "source_of_truth": "https://github.com/douglasborthwick-crypto/insumer-examples/tree/main/vectors",
  "note": "This file is a discovery copy. The repository above carries the same vectors plus a runner, and is the authority if the two ever differ.",
  "contract": {
    "canonicalization": "JSON with keys sorted lexicographically and recursively, no whitespace, standard separators",
    "hash_algorithm": "SHA-256, rendered as a 0x-prefixed lowercase hex string",
    "condition_hash": "0x + sha256(canonical_json(evaluatedCondition))",
    "signature_algorithm": "ECDSA P-256 (ES256), raw P1363 encoding, base64",
    "signature_preimage_v2": "\"insumer.attestation.v2\" + \"\\n\" + canonical_json({v:2, id, pass, results, attestedAt})",
    "signature_preimage_v1": "insertion-order JSON of {id, pass, results, attestedAt}, no domain tag",
    "scheme_selection": "The kid on each response selects both the key and the signing scheme. A verifier MUST branch on it and MUST NOT assume a single scheme. Every key created on or after the v2 rollout is v2.",
    "jwks": "https://insumermodel.com/.well-known/jwks.json",
    "reference_implementation": "insumer-verify@1.8.3 or later (npm)",
    "specification_sections": "Signing in section 3.3.1, result fields in 5.2, condition hashes in 8, anchoring in 9, verification algorithm in 12, scheme versioning in 14",
    "pq_signature_algorithm": "ML-DSA-65 (FIPS 204), pure, empty context; RFC 9964 JWK (kty AKP, alg ML-DSA-65, pub) in the same JWKS, kid insumer-attest-pq1 (attest) / insumer-trust-pq1 (trust), appended after the EC entries",
    "pq_signature_preimage": "\"insumer.attestation.pq1\" + \"\\n\" + <the exact classical preimage the classical kid selects: v1 bare JSON.stringify({id,pass,results,attestedAt}) or the v2 domain-tagged canonical JSON>; trust profiles use \"insumer.trust.pq1\"",
    "pq_fields": "data.pqSig (base64, 3309 bytes) + data.pqKid beside data.sig/data.kid; JWT format additionally carries data.pqJwt, a compact JWS (alg ML-DSA-65) over the same claims as data.jwt, bound to it by jti, exp and pass",
    "pq_key_binding": "https://insumermodel.com/.well-known/pq-key-binding.json (content-addressed, PQ-self-signed, classically cross-signed, anchored on Base tx 0x30a10ccd49547c4bd9ebb47adce5d3470e4760ab456753d743597ebce6a455e6, block 50758053, 2026-09-01T23:30:53Z)"
  },
  "recomputation_procedure": {
    "inputs": [
      "results[].evaluatedCondition, the exact predicate that was applied",
      "results[].conditionHash, the claimed digest of its canonical form",
      "the chain anchor on each result, which names the point in chain history the state was read at",
      "data.sig and data.kid",
      "data.pqSig and data.pqKid (or data.pqJwt), when present"
    ],
    "harness": "insumer-verify@1.8.3 or later, or any implementation of the contract above",
    "steps": [
      "Select the key from the JWKS by kid. A kid matching no key is a failure, not a reason to fall back to another key.",
      "Rebuild the signed preimage for the scheme that kid names and verify the ECDSA P-256 signature over its SHA-256.",
      "For each result, canonicalize evaluatedCondition, take the SHA-256, and compare to conditionHash.",
      "Compare blockTimestamp against a caller-defined maximum age, if one is set.",
      "Compare expiresAt against the current time.",
      "Resolve pqKid to the AKP key in the JWKS (unresolvable = unverifiable, never a pass). Verify the ML-DSA-65 signature in pqSig over the pq domain tag + the classical preimage rebuilt in step 2. Report the companion as its own verdict: verified, refuted, absent, or unverifiable. Refuted always fails; absent or unverifiable fail only under the verifier's own pqRequiredFrom cutoff, judged by the verifier's clock, and never when reading an artifact as evidence."
    ],
    "expected_output_form": "Five independent verdicts, reported separately rather than collapsed into one boolean: signature, conditionHashes, freshness, expiry, pq (status verified | refuted | absent | unverifiable).",
    "boundary": "This procedure establishes that the issuer hashed and signed exactly the predicate it says it evaluated, bound to a named point in chain history. It does not re-run the chain read. That is the verifying party's own work, and the anchor plus the evaluated predicate are the two inputs needed to do it against any node. The read goes against public chain state rather than against anything the issuer holds."
  },
  "expiry_note": "Every vector in this file is past its freshness window, so a correct run reports expiry as failed for all of them. That is expected and is stated in each expected block. An attestation records that a wallet met a condition at a named block, and that does not decay. The expiry timestamp is a freshness policy for access decisions, not a statement about whether the verdict is correct. Because insumer-verify derives its top-level valid as the AND of all four checks, valid is false for every vector here; the per-check breakdown is what these vectors assert.",
  "anchor_fields": {
    "note": "The anchor field differs by chain family. A verifier that assumes blockNumber finds no anchor on a Bitcoin result.",
    "evm": [
      "blockNumber",
      "blockTimestamp"
    ],
    "solana": [
      "slot"
    ],
    "xrpl": [
      "ledgerIndex",
      "ledgerHash"
    ],
    "stellar": [
      "ledgerIndex",
      "ledgerHash"
    ],
    "bitcoin": [
      "blockHeight",
      "blockHash"
    ],
    "tron": [
      "blockHeight",
      "blockHash"
    ],
    "sui": [
      "checkpointSequence"
    ]
  },
  "wallets": {
    "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045": "vitalik.eth, the address used throughout the InsumerAPI examples",
    "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa": "the Bitcoin genesis address"
  },
  "vectors": {
    "01-token-balance-met": {
      "description": "A token_balance condition the wallet meets: USDC on Ethereum mainnet, gte 1.",
      "note": "Held more than the threshold at the anchored block. Re-derived from chain state before publication.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "B6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "02-token-balance-not-met": {
      "description": "The same condition with a threshold the wallet does not meet: USDC gte 1000.",
      "note": "A signed false is a verdict, not an error. Thresholds are token/display units, so 1000 means 1000 USDC.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1000\",\"type\":\"token_balance\"}",
          "conditionHash": "0x630c213d362cd4e617261c2475f7b8ad70096ac911db804392305d6cbf70f094",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-8D43B44A73FE33AE",
            "pass": false,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": false,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1000"
                },
                "conditionHash": "0x630c213d362cd4e617261c2475f7b8ad70096ac911db804392305d6cbf70f094",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 0,
            "failCount": 1,
            "attestedAt": "2026-08-28T22:25:12.774Z",
            "expiresAt": "2026-08-28T22:55:12.774Z"
          },
          "sig": "Dlfk9GBTttqoQ8U4aAW3McaUwGfArocAYbFohpAltQPk1CieOcX0sREq2Nya8QburvGF0BNfSDyR5Td9SHhtCQ==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:13.026Z",
          "creditsRemaining": 988,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "attestation": {
          "pass": false,
          "results": [
            {
              "met": false
            }
          ]
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "03-token-balance-dai": {
      "description": "An 18-decimal token: DAI on Ethereum mainnet, gte 1.",
      "note": "A different decimal scale from vector 01, an 18-decimal token rather than 6.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x6B175474E89094C44Da98b954EedeAC495271d0F\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x052a127b5cd5d3b81902e2fd2bf846081df9b93ed437a064681a53ff310e9c2e",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-D5E77C1D9FFC6506",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x052a127b5cd5d3b81902e2fd2bf846081df9b93ed437a064681a53ff310e9c2e",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:13.600Z",
            "expiresAt": "2026-08-28T22:55:13.600Z"
          },
          "sig": "3uZlNrlUIH18okj39b+YT7JV2GGW2U4DErbrdpss//OsiDbCbWLZKjLjsHwXD71wTHywxg8kbqy3/ZN5nBXQcg==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:13.775Z",
          "creditsRemaining": 987,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "04-token-balance-weth": {
      "description": "A second 18-decimal token: WETH on Ethereum mainnet, gte 1.",
      "note": "An 18-decimal token, met at the anchored block.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x38b402b4f01878a8d7e2bc41dc466d31f176fa7560cbfba98c334985446acddc",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-006F510C9B0D0409",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x38b402b4f01878a8d7e2bc41dc466d31f176fa7560cbfba98c334985446acddc",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:14.265Z",
            "expiresAt": "2026-08-28T22:55:14.265Z"
          },
          "sig": "0Cs9bNHHTThcq0dOuw5f96wyknUv8MRVUKXED9F58/K49UdM1eqGy2BbYBp/4pWWY1SbEeJJYuLQjXB697uBDQ==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:14.411Z",
          "creditsRemaining": 986,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "05-multi-condition-mixed": {
      "description": "Two conditions in one attestation, one met and one not.",
      "note": "Top-level pass is the AND across results, so it is false while results[0].met is true. Each result carries its own evaluatedCondition, conditionHash and anchor.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac6",
            "blockTimestamp": "2026-08-28T22:25:11.000Z"
          }
        },
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1000\",\"type\":\"token_balance\"}",
          "conditionHash": "0x630c213d362cd4e617261c2475f7b8ad70096ac911db804392305d6cbf70f094",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac6",
            "blockTimestamp": "2026-08-28T22:25:11.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-8A3CFEACF915B300",
            "pass": false,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac6",
                "blockTimestamp": "2026-08-28T22:25:11.000Z"
              },
              {
                "condition": 1,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": false,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1000"
                },
                "conditionHash": "0x630c213d362cd4e617261c2475f7b8ad70096ac911db804392305d6cbf70f094",
                "blockNumber": "0x18a8ac6",
                "blockTimestamp": "2026-08-28T22:25:11.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 1,
            "attestedAt": "2026-08-28T22:25:15.015Z",
            "expiresAt": "2026-08-28T22:55:15.015Z"
          },
          "sig": "MXxZ1LBRSR+IWPblUgErcUMjJ3e6SlstVg0qNDIJmPJL1bC0vuGh0lFqbHX7FCCwI+8FGAoI7inUyS2zM+DEMA==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:15.257Z",
          "creditsRemaining": 985,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "attestation": {
          "pass": false,
          "results": [
            {
              "met": true
            },
            {
              "met": false
            }
          ]
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "06-second-chain-base": {
      "description": "The same condition type on a second EVM chain: USDC on Base, gte 1.",
      "note": "Anchoring is per result, so a multi-chain attestation carries a different block per chain.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":8453,\"contractAddress\":\"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x6a8a61cc5cda4d3e25efb9643270a5d70ff32530ad146bc607114cc2e0bb2c17",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x303d6f4",
            "blockTimestamp": "2026-08-28T22:25:15.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-16212C3E543FD730",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 8453,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 8453,
                  "contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x6a8a61cc5cda4d3e25efb9643270a5d70ff32530ad146bc607114cc2e0bb2c17",
                "blockNumber": "0x303d6f4",
                "blockTimestamp": "2026-08-28T22:25:15.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:15.917Z",
            "expiresAt": "2026-08-28T22:55:15.917Z"
          },
          "sig": "X8lQ52Xme1wvloCjcODpYlDlef5auVQbB6xzsYiLXzNeQHVbW3bpoQkYMHYv76IJLlT9tbqhQcWxJfG5ACIoDA==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:16.069Z",
          "creditsRemaining": 984,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "07-non-evm-anchor-bitcoin": {
      "description": "A non-EVM chain: native BTC, gte 1, on the Bitcoin genesis address.",
      "note": "The anchor is blockHeight and blockHash, not blockNumber, and chainId is the string \"bitcoin\" rather than a number. A verifier that assumes blockNumber will find no anchor here. Verified independently: the blockHash matches the block at that height, and the balance at that block met the threshold.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":\"bitcoin\",\"contractAddress\":\"native\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x02a76292b3318a60acced5ed7af6fb9051a3a3acfdbd7d644f471ab13b68a539",
          "reproduces": true,
          "anchor": {
            "blockHeight": 964488,
            "blockHash": "00000000000000000001cb5fbace37066900714e6c908168a29a30600be7e3c0"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-85BCE5374B7E52D0",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": "bitcoin",
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": "bitcoin",
                  "contractAddress": "native",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x02a76292b3318a60acced5ed7af6fb9051a3a3acfdbd7d644f471ab13b68a539",
                "blockHeight": 964488,
                "blockHash": "00000000000000000001cb5fbace37066900714e6c908168a29a30600be7e3c0"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:55:58.303Z",
            "expiresAt": "2026-08-28T23:25:58.303Z"
          },
          "sig": "/TdrnmegQ+yGnJPTd0sslzN786L2dAGXh1hpUr75DH+ojQxLBC7zpC2Agsg41uEGmXv8aBZVCxZol5j/H2SntA==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:55:58.682Z",
          "creditsRemaining": 999,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "08-tampered-condition": {
      "description": "Vector 01 with the signed threshold rewritten from \"1\" to \"0.000001\".",
      "note": "Both fail, for different reasons: the hash no longer matches the condition, and the condition sits inside the signed payload. The recompute block below shows reproduces:false.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"0.000001\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": false,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "0.000001"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "B6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "conditionHashes": false,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "09-tampered-signature": {
      "description": "Vector 01 with the first character of the signature altered.",
      "note": "The condition hash still reproduces, because the condition was untouched. This is the vector that proves a verifier reports signature failure and hash integrity independently rather than collapsing them into one boolean.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "C6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "10-tampered-condition-hash": {
      "description": "Vector 01 with the claimed conditionHash replaced, the condition itself left alone.",
      "note": "The inverse of vector 08. The hash is inside the signed payload, so editing it breaks the signature as well as failing recomputation.",
      "options": {},
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x0000000000000000000000000000000000000000000000000000000000000001",
          "reproduces": false,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x0000000000000000000000000000000000000000000000000000000000000001",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "B6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "conditionHashes": false,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "11-unresolvable-kid": {
      "description": "Vector 01 presented with a kid that resolves to no key in the JWKS.",
      "note": "Must fail closed. A verifier that falls back to the first key in the document verifies an unknown or forged kid against whichever key is listed first. insumer-verify has refused this from 1.7.0; earlier versions fell back. Needs the jwksUrl option, since key resolution is only exercised when a JWKS is fetched. When the kid resolves to no key in the set, all four checks report failed regardless of local recomputability; the recompute block below shows the condition hash itself still reproduces.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "B6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-attest-v9"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "conditionHashes": false,
          "freshness": false,
          "expiry": false,
          "pq": false
        },
        "pq": {
          "status": "unverifiable"
        }
      }
    },
    "12-pq-companion-v2": {
      "description": "A v2 attestation carrying the post-quantum companion (pqSig, pqKid) as issued.",
      "note": "Real response, signed by the production ES256 key and the production ML-DSA-65 key. The pqSig companion signs \"insumer.attestation.pq1\" + \"\\n\" + the exact classical preimage the classical kid selects (ML-DSA-65, FIPS 204; key insumer-attest-pq1 in the JWKS as an RFC 9964 AKP entry). It is reported as a fifth verdict, pq, beside the four classical checks; a refuted companion always fails, an absent or unverifiable one fails only under the verifier's own pqRequiredFrom policy. Expected pq status: verified.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18afc82",
            "blockTimestamp": "2026-09-01T23:49:23.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-EBCC03C22FF000FA",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18afc82",
                "blockTimestamp": "2026-09-01T23:49:23.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-09-01T23:49:31.847Z",
            "expiresAt": "2026-09-02T00:19:31.847Z"
          },
          "sig": "mM++/AH81e8TCtD/9k6PEf33i6cCP/rxFd+s2cQ4eLdfkMS+ii//HFydmm82hc5Uhv0dDRIyE6NRJbmMP78imQ==",
          "kid": "insumer-attest-v2",
          "pqSig": "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",
          "pqKid": "insumer-attest-pq1"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-01T23:49:32.080Z",
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "verified"
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        }
      }
    },
    "13-pq-companion-v1": {
      "description": "A v1 (frozen bare-JSON scheme) attestation carrying the same post-quantum companion.",
      "note": "Shows the companion covers the v1 era unchanged: pqSig is over the pq domain tag + the v1 bare JSON.stringify preimage. Real response, v1 key. Expected pq status: verified.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"decimals\":6,\"operator\":\"gte\",\"threshold\":1,\"type\":\"token_balance\"}",
          "conditionHash": "0xc938b71ac78df5843d6823dd78ee0a5b64dd56fa850984e954dd070285169444",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18afc82",
            "blockTimestamp": "2026-09-01T23:49:23.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-FDBC1D22EBB4EF2E",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": 1,
                  "decimals": 6
                },
                "conditionHash": "0xc938b71ac78df5843d6823dd78ee0a5b64dd56fa850984e954dd070285169444",
                "blockNumber": "0x18afc82",
                "blockTimestamp": "2026-09-01T23:49:23.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-09-01T23:49:33.423Z",
            "expiresAt": "2026-09-02T00:19:33.423Z"
          },
          "sig": "kh1zJ6jdSt8a5kLFa82GVxyW0yTwZVteEnr6bshKq9r3dPyrJQp4A3Q4zqBgWS2/notojDXz0f6Oza5WP4riqg==",
          "kid": "insumer-attest-v1",
          "pqSig": "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",
          "pqKid": "insumer-attest-pq1"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-01T23:49:33.613Z",
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "verified"
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        }
      }
    },
    "14-pq-companion-tampered": {
      "description": "Vector 12 with one byte of pqSig altered.",
      "note": "The classical signature still verifies (it was not touched); the companion is REFUTED, and a refuted companion fails the artifact regardless of policy or mode. Expected pq status: refuted.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18afc82",
            "blockTimestamp": "2026-09-01T23:49:23.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-EBCC03C22FF000FA",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18afc82",
                "blockTimestamp": "2026-09-01T23:49:23.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-09-01T23:49:31.847Z",
            "expiresAt": "2026-09-02T00:19:31.847Z"
          },
          "sig": "mM++/AH81e8TCtD/9k6PEf33i6cCP/rxFd+s2cQ4eLdfkMS+ii//HFydmm82hc5Uhv0dDRIyE6NRJbmMP78imQ==",
          "kid": "insumer-attest-v2",
          "pqSig": "f2xSrcS0mwKIwznjq+tZyoPdEdhDINwnsxEsHXKYUcwmHEExOXsaV04VPCtWD9+AX4jAzk78F6XyTpVG/yX+B+10IDEUIvVUIspRcG1fqiSG83jpsqGMys2oLsOXOxXhcOpNAHBB5giVoC/5OWTdTRmamJLlOihynvvICqZIWZB7S4ne4Nab/es+hlZwMpZoAbyNJ+QwTOTBIIsjDPo3tu52e7R19sLLa/wnF1mG3Z7Zoii9hSB38doengUzBEnLh9zk+nZFCRmGi4BoMf5pZxAUIgHhJCHgWE3No7NHZW2lvwu1Wv2xpTpy9R1/YqbchTUW2M6x6O8y5JaNF9TbB27AXWKppQu1x+crjUmVKtiRFiW9KLByc2mRo1mfZ4Js1VRflfQ1QGD4PWTEqLyMUf/svzETmmxoV8xsRP+JKPUvUz+MHw/dxfOlF8RY3OJ93mZzGPUWGBrdg2GwZIzuwEa/XSkLtTWhlpgS8VX/zxnWYFJPPIm5CcIM2ZHy0UtO8Rjr5CWGZPIKb9F/MAloywxGTzv94EIlPHJ7vwDpGt9JlF6514Kl/SiC/LsitKAfdn8vBMBaeVPruwDlDj9Do+BhdkOxiDQNHOYJZAgSrzAU/07d61CBed9m3/Kkn6IlzSdawOc1u9kEgYmR+yKzduuNns2P7ZH+vRwdXmEQl36CWm4uVcDMiU8wOd0KZ88LoGFX7jXCwojP7aNsc3hYTPTqa2aZALFrJe8HWwtFzgcPU+0g7ZJKngjEYrpqg7H67eF29EmqITNKVrZTYNJQ5/dnpwixNXNGO2m/2bHOLP9F1joFyy+Uqh35/CuXtT0bfP3XSIJVs0XmVB2D9l0naErtUpNgAuBe0DAo+QIzTJ3LJwBYkdcW4ILN1KMIH0oBDLTuQqaMOBBy3dQW0bGEGMVOsGV9vU77vUarW6iWoAM1y4YHY3A1tg8W2HknKpM8eW6O9sw54tpRQBUuNKnv0Fz/Q0ohKJr73Y566LPJAriP5WoMPjLMc58B/5kALIa2xkApzVX7RYEKiuIp1cdAP0DRtSDYDusnw9kz/iIaG+DV5vWcsZsbh1pbqaaD66/CnJJZaCk5p3ypZN4GDOU/NRm+YYjaizuUGAU1nC+u5ILvNDFE6tuvGzKIClCTdEzApag3G3/0oL6AdXB6KLKTSjSKPmK30a/3pt8jmrDxOi0Gmkg/R+K7UqHYDaCWFghT/0ypFoRHLjCYNfyOpPXoGa23PeYbF0CrR6d9ifXZt8cYe+nWXHkTJZEZ3eJIjS5vHCkKFGuchoCzfGmWOE5entXbu7tF8KbF2G5Nh8vb6w9T9tY6JgwPXgnyqP+yMC7Icl/HXubZ3M1G0y6QsrSs2dJn4A6okmRcfC2FUcDFejfUH5T1SiuD/vP58GrT1LkHkgGJ7rGEoWYRvZgZuqcCAXKt0kv1fILLPjDuQSSfYeIb5+30IMwd0+fGVHgK5Dija4FLYiasMBXEDd6ItH1qtJMoO+6QWUyKVfQ6AU2Cx7E6ulkZoJLl46j4O0WqTvvuDK2CDOb7i3UQV42hEPwTEUUjpw9fM3zLAfwfdac01Zwmww4gb686AMvtEnz2PZ1vNUocxJaV/K51teJBwdrl2BPX6CO0v9tjWmL4bf9ekt1c+OZxeqPXjVZ8QlZPOCfPCcb8AacUlED4XRvw3YW3P+Cph5i4jfUJmH5+Ccf8oDOhYTjIAMI7VfF1S9E9AchxTbjfQdf9DzNsUcgrRHgCkqvU7j5OqEZdpxploz9wxM3Yw+QR8cFnUpmWIqlRO/ThNxUhiYYjcgYZfjAXLTeEA0dQJ64f88ucWAIWDLPdu+9gOwNa8197tyW/5paCKEPyiQyd9hp5ECvzarUIM5N9DyMHzY4cXFu88xrqez9MxOekieVNj6TR9Mx5EBgQ4l48LcwnGsq6Vq+m2QNwQGAMHvZIVw+gwbDUF7Mn8ep5VaGNdp3hUOfnKfcCBEXzFIRtj/UauPm2G7X/jfMsFaskNtzP/ROvvy6hcZlaDLYwB4oiqFkaMGBW2LK2Rv00fbZy2At8h1EnXPDEMvY2c218lks8nYG8pdJt0e8pYjkxqP4X2Fgxltc52/MI4umzQqivwDHeiegi+edrUuxGZMwHpfcwkygDp3CLWrxFcu7p55XV+BlkSF0dxjhEa99Q6dudVi6P0F0oRI12YkiEeth74Hdj50h8IhSSjaYDOdX4gO2en5RmE4EiLHGGMedcmkorhHLhHqs+nylHxsWSpIwJvWzlPosb0zyrsvRvjn5tLDOK+Hc6Qilu0mQf/1uFpM81aiNpIJ2C6wMG6FtXnr9GudARryvF+MC1z/MN3wIt/zSSPFJH5VSVz0W1wE9BlfWD+sCeFHx8t7AfE5v423jP3qv0FpJ7KH2uv4s3V38Sk8zd24Gc2yK2XTDIWHM7gexI5zz7+PpjGEsEDt5LORK4Y4TTPng+BbVSh6YAwQ1vxMk4cKOlefWYZqoaoOJW+huHpcolaXjBzARPU1WKtweWRD1kPifAWC0JqO0VC/e/qiVy4amIq6wy7FAYc64yPq9BvCtZu2hBsfTHWojXTICYxK31QxRZQcfbGh7t93X1TDNGQL4y3Spy3YA2RdPSFNJpFLeKqQKMVzBLUdRE3jrFHcnAiq1qJ7YQAQ5WK8LVYO+FS+GF1eSWIb3O2xlWcGI5GtL5p33S8T3IQlY9O+sgCIR1OZ8M9IvVWOyVD/8tXmAyEjhFifrUKzEASwc7rPgy9SgHceAivBoRFbCDKYlNp0sHaS/hBMdhuvKF6ZXag3XVDTmjmHsTDd5uibfMpXqfiZvQGSZNeg4XbOtwADjmVkmjj2CalmE6qmYrgoqaFfoPmYyt4onXU/tkxn/v0S1QzBu062+VNRJLT2XUZkJ4x9eR/NNbkeAM3vky86gpiruVWsgP1TPn6jHgHWo/VR0/rIYVRofQAERofh3HhjiFU4+PdNSeHUVDKot3Vbn3CPW9Q04mVjYKM3P+pDCqi+wOQRw74bU1om4dBj3vmlBFoFxUyi3VwREPuOUJUwsR5OFL0UY6oDkOiryRtTkgr0alkedoYR/zgMa0HWKU/XQ8RXAht/S+wjxfhWa+ftkfdnkLlkGiZ8xW98+05MGYVJE0GiEY2pbllxLPYbVsF+rErBXcAKHFyD/+cUkY+gPwWSSFPaUdSXSJfpwVbUGLE6DDidppuKxPWkJHENkdqFC+4jYUpig38PK7MwZEABjxHOZac4bGNsPLo/2ka7krNEu90tfoqEylteZNv0ME1wkQ/WJWPuijLfLCGdTTFub5M9ACxayWl+VGXjbDRHrDQ3UzJKA3AxkGqiSZzW93yLzUGwxyG+1wjOtcbPHivRFN5MiXIpdpIKLE/UNA48lqw29on9Q2ybXo1UDjsK4J9Xaqj5+Vm1kiKgt95gj2NiiEpqJ+U+Ru2URN2X45eFNYyttiEOrBheBPCNVmGadaA2giyv4a156PdYFKJiNfqQEW4eLlQewG7tgrlymIbASpuqzbCCCmikcZcvwps2cZwtmENpFKvdOHpY8EzYjN99ATtoT4ixwN/fSzOSFWeUojGhM9m4dX8+GfJOCtOHA5yEMFmXo2THyedFtTiZe5YLjcKbO5e63nc2dMLHbuLtv21CBMqP81yP5cPznFuB8sgqjQxcbvlL8ly7s2OpTOFnyfnLObzYhZvGPQ/iMvuksFusu4CaZZUsvIlAplIfxxsWbiFDdsFBJo7UlY2ZfL/LIB8za/vL7lh5WTzP0zHuR20IRWIrSOL73RKu9Wx6gg2gUpkSwotzxvovq3R6NE3mJ4HEYCmy0V2khTq7rhxeS5OPPKnwguhji3Op6njgUaTxh6pdITSJQQeToODwgnpLHffvw6HkcD5DdO3nBvUElQrPo01OmU3wB2aOZ+2h2ZDMCdLXXdrpWnuPTZlGYIQ6pTAOWUn/LaW+y8G8gVZGWQl/9m22PI9wliM3lOiXQ2b/Slz4WaT+B6BZgZsAPCKsrA6VukqXM6votTUEQjeOjWeJrLL2fizBzx9rJj8ylYrcXh9lqT9l6MA8bYWiKay4UjM6igjgy1/y2ZCmmnYfw8qRzRkzlwMtsuyrUTHbZW5SSKWf3nj6ITUdBiL9kZFpedUDJP2aKezExMTemoRrz5Dk/DTKcr8kafgcjrzhuIh61lLL57Ofx5KszRnpRxOoGFMWp08kQ3UjhfLfZz5yKD3cBTzjV7Hig57itcJ02D9hRtDxoJNZeQRiANcXYMFctUSOK0/sGAnrZnPWMFHXbRF/AS/cP9l4tZlH6XeFLcWEsa+/sGnCsNr9IHSjhTouGfruwKGRtpcoqOlKPS5A4eUbbUma4oPkKFoLTvGx0+SFVijaHkKClKaXLMz9v9AAAAAAAAAAAAAAAACxASGSIr",
          "pqKid": "insumer-attest-pq1"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-01T23:49:32.080Z",
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": false
        },
        "pq": {
          "status": "refuted"
        }
      }
    },
    "15-pq-kid-unresolvable": {
      "description": "Vector 12 presented with a pqKid that resolves to no key in the JWKS, under a verifier that requires the companion.",
      "note": "Could-not-check is never a pass: the companion is UNVERIFIABLE. With pqRequiredFrom set to a past date (a live access decision after the verifier's own cutoff), unverifiable fails the artifact; without pqRequiredFrom it would be reported and not fail. Expected pq status: unverifiable.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json",
        "pqRequiredFrom": "2026-09-01T00:00:00Z"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18afc82",
            "blockTimestamp": "2026-09-01T23:49:23.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-EBCC03C22FF000FA",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18afc82",
                "blockTimestamp": "2026-09-01T23:49:23.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-09-01T23:49:31.847Z",
            "expiresAt": "2026-09-02T00:19:31.847Z"
          },
          "sig": "mM++/AH81e8TCtD/9k6PEf33i6cCP/rxFd+s2cQ4eLdfkMS+ii//HFydmm82hc5Uhv0dDRIyE6NRJbmMP78imQ==",
          "kid": "insumer-attest-v2",
          "pqSig": "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",
          "pqKid": "insumer-attest-pq9"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-01T23:49:32.080Z",
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": false
        },
        "pq": {
          "status": "unverifiable"
        }
      }
    },
    "16-pq-absent-under-cutoff": {
      "description": "Vector 01 (issued before post-quantum signing existed) presented to a verifier whose cutoff has passed.",
      "note": "In access mode past pqRequiredFrom, an absent companion fails the artifact: this is the cutoff working. In evidence mode (mode: \"evidence\") the same artifact is never refused; the verifier reports pq absent and, given pqActivatedAt = the anchored binding date 2026-09-01T23:30:53Z, existedAtIssuance: false. Expected pq status: absent.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json",
        "pqRequiredFrom": "2026-09-01T00:00:00Z"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "B6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-attest-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": false
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "17-pq-jwt-companion": {
      "description": "The JWT-format envelope: the ES256 jwt with its ML-DSA-65 sibling pqJwt.",
      "note": "pqJwt is a separate compact JWS (alg ML-DSA-65, kid insumer-attest-pq1) over the same claims as jwt; the verifier binds it to jwt by jti, exp and pass so a companion cannot be transplanted from another artifact. Handing the envelope object {data:{jwt,pqJwt}} to verifyAttestation routes to the JWT path. Expected pq status: verified.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18afc82",
            "blockTimestamp": "2026-09-01T23:49:23.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "jwt": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Imluc3VtZXItYXR0ZXN0LXYyIn0.eyJwYXNzIjp0cnVlLCJjb25kaXRpb25IYXNoIjpbIjB4NzQ2MTgyNjYzOGEyMzg2MjA1OWRhOTQ3NGZhMTIwNTQ4MjlmNjk0MDIwNzAxNDkxZDY2MDM5NWI4N2RmNjEzMiJdLCJibG9ja051bWJlciI6IjB4MThhZmM4MiIsImJsb2NrVGltZXN0YW1wIjoiMjAyNi0wOS0wMVQyMzo0OToyMy4wMDBaIiwicmVzdWx0cyI6W3siY29uZGl0aW9uIjowLCJsYWJlbCI6IiIsInR5cGUiOiJ0b2tlbl9iYWxhbmNlIiwiY2hhaW5JZCI6MSwibWV0Ijp0cnVlLCJldmFsdWF0ZWRDb25kaXRpb24iOnsidHlwZSI6InRva2VuX2JhbGFuY2UiLCJjaGFpbklkIjoxLCJjb250cmFjdEFkZHJlc3MiOiIweEEwYjg2OTkxYzYyMThiMzZjMWQxOUQ0YTJlOUViMGNFMzYwNmVCNDgiLCJvcGVyYXRvciI6Imd0ZSIsInRocmVzaG9sZCI6IjEifSwiY29uZGl0aW9uSGFzaCI6IjB4NzQ2MTgyNjYzOGEyMzg2MjA1OWRhOTQ3NGZhMTIwNTQ4MjlmNjk0MDIwNzAxNDkxZDY2MDM5NWI4N2RmNjEzMiIsImJsb2NrTnVtYmVyIjoiMHgxOGFmYzgyIiwiYmxvY2tUaW1lc3RhbXAiOiIyMDI2LTA5LTAxVDIzOjQ5OjIzLjAwMFoifV0sImlzcyI6Imh0dHBzOi8vYXBpLmluc3VtZXJtb2RlbC5jb20iLCJzdWIiOiIweGQ4ZEE2QkYyNjk2NGFGOUQ3ZUVkOWUwM0U1MzQxNUQzN2FBOTYwNDUiLCJqdGkiOiJBVFNULUI5NTA2NUNGRjZGNjc3NzgiLCJpYXQiOjE3ODgzMDY1NzIsImV4cCI6MTc4ODMwODM3Mn0.8csqNesbRSkzqRxbFFruJR44YxwRMGQDqiiS00GnK8I24B2VJF97Xkodcz8ZkratH9sVGBUp7KF5AaVBnOtUMA",
          "pqJwt": "eyJhbGciOiJNTC1EU0EtNjUiLCJ0eXAiOiJKV1QiLCJraWQiOiJpbnN1bWVyLWF0dGVzdC1wcTEifQ.eyJwYXNzIjp0cnVlLCJjb25kaXRpb25IYXNoIjpbIjB4NzQ2MTgyNjYzOGEyMzg2MjA1OWRhOTQ3NGZhMTIwNTQ4MjlmNjk0MDIwNzAxNDkxZDY2MDM5NWI4N2RmNjEzMiJdLCJibG9ja051bWJlciI6IjB4MThhZmM4MiIsImJsb2NrVGltZXN0YW1wIjoiMjAyNi0wOS0wMVQyMzo0OToyMy4wMDBaIiwicmVzdWx0cyI6W3siY29uZGl0aW9uIjowLCJsYWJlbCI6IiIsInR5cGUiOiJ0b2tlbl9iYWxhbmNlIiwiY2hhaW5JZCI6MSwibWV0Ijp0cnVlLCJldmFsdWF0ZWRDb25kaXRpb24iOnsidHlwZSI6InRva2VuX2JhbGFuY2UiLCJjaGFpbklkIjoxLCJjb250cmFjdEFkZHJlc3MiOiIweEEwYjg2OTkxYzYyMThiMzZjMWQxOUQ0YTJlOUViMGNFMzYwNmVCNDgiLCJvcGVyYXRvciI6Imd0ZSIsInRocmVzaG9sZCI6IjEifSwiY29uZGl0aW9uSGFzaCI6IjB4NzQ2MTgyNjYzOGEyMzg2MjA1OWRhOTQ3NGZhMTIwNTQ4MjlmNjk0MDIwNzAxNDkxZDY2MDM5NWI4N2RmNjEzMiIsImJsb2NrTnVtYmVyIjoiMHgxOGFmYzgyIiwiYmxvY2tUaW1lc3RhbXAiOiIyMDI2LTA5LTAxVDIzOjQ5OjIzLjAwMFoifV0sImlzcyI6Imh0dHBzOi8vYXBpLmluc3VtZXJtb2RlbC5jb20iLCJzdWIiOiIweGQ4ZEE2QkYyNjk2NGFGOUQ3ZUVkOWUwM0U1MzQxNUQzN2FBOTYwNDUiLCJqdGkiOiJBVFNULUI5NTA2NUNGRjZGNjc3NzgiLCJpYXQiOjE3ODgzMDY1NzIsImV4cCI6MTc4ODMwODM3Mn0.rgxBnzfSpzEYYMs2nt75UTvX73nw8GVuz9XeI-65w0WL12RwoimCWjCdeX6BULp3ROBGOAjVKlkPppgoO131iC7KtUuzS9unxE056pfd8vPKtLd9cmxCd_rUYKw4rV6HyVmfzzv3LZqge4eT4gZ4nxN65uIEtyiwiBQ068_bJDtnkrCRyOWcV90m10x4Gl5fuyPHKlCO48ifgnbHL6EJahgPPSwgSqXpuIRR28KGTNXe2LBSdqX6rKa9RYJO1rlao0bjT8z5cCO5t_PaPFuS-9kwz4ST-OTaDldj4hHv0ubi3JhIjiDBf8kawPrDjYWQ5XgXQGjIoE4AvE9ggvWwVs5KlkLY76-41TnjNiiuqpBewR_0k2ZT_YbfRiiC9piz7_JLpwEB9RuT8ZJ5j7hww-JsXeafHSYcCh_qbi0lbRhcavbly-sw9YZi5j3aS5q1eozmenLQRveVKZaZau5syKWOoLfJD7lVk2tTjpRo1WYExXv4ghlyPGa1I5FPlmNBARhWGQ5LGNtLtdJXZeD3kDHuGq7oQoewpmgBkv7sTe46Y8jnspjYQrDjw2089mExe3B5HSDSQLFXnkaW1npngchHZv6tBTI11g7ZaIv_UOL0lbRk57xt9-M8Bh_JnmEUMmGn_Ny6iAl4g0sz8cBFh06_VnJJ3sQcbOsXS6nUOZye1SY4EkKsqMjF4u2xNxyldUny9ws8WI3mOpT21I92-VK-ahzMWWk_MlPSbyT1I7sjjpORTYtmLv0CDMxWEQ9TraX_fQZzX1RFcq0pizyLjkr1dkKcD8LXFTrowmniKJcv13yGs7RNqlVMyEunkMQ5SHJxK-DM3qKglegQOlnE_P-sGGS5gjmIhQmZrV24YClysUhgn1myK7o5CVT4be_f3jiuh4K-8N7MZkWNsqF-bsxggv69y0kUcDtF-PIUQBy9Z7BxO3GLQTkvOf58JkQTgKL1sTLuvb77usBjeOri43_4Sf45ttM-hjLfVp9AQYLtmVyEp0onqC9AmN0o2aCgL4Cqs1zDp1DcFHi3BFiN82oHto8QlU0ZYcIFKsY2gG2Agjpus-WdAygO9a1qhmuyBbkpewpJzc7FiyFN6By5IkXFIRi8ao0Y4-DIdxyQetXnxbEUBqEjwvkKkR_4puSojziMHZZVZ3_5P6E1GBVwg7kMNdialqERXEK0RvUt6qUpQF1TLXzpwgulKrPAdDKwmiBypRp61P2gIUzyJBRdRfDD8XYSu5jSkqjQ6P3VurcTk5gpq3K6vaXAl7Nsea3walaMjhA3IWX1EmqKGlYTkHd16hD7Dy0gsYMnyc5II5zmVmxE0JAUCUCg6m5s4A-6n4uLuhV_u-pkNs5vM5iu2iArOR2apjqZT1sQcEvcAWEY6h3AZ145G6lA8npSrZOcAjxk5XGAR8-8aedi1oNTETh-Ijq7lirxhGMxtst8O6IZQMJ4tZjItxGM3IVLRC7w2PH0zx0cOWf5_dlZJGWG5W7Mlbrx9M-IyccPv4Fwq9xB2BJKOmixfRND-xN2yYUJQcYlVB0os-U9m_acEfKdL7tOOyjn4ATC2C_xz3NCnE7XvNzw5hMffqRz1lhoBIvjBDhn9q5Q2BOPMEI1wBOW73UQGflGx49C1FD1xqqmcCFAi8pYeHW0k9htXa7PyBBSZbf3yhkQr0S0_5Nw8xt1s72F2rr-6MXy-mx3k7lkTX9lNIe9kiIUKfo63icyL8iF9YfUb0ohxZUrJzZL3IENytEX8s-npYWVleWeB_bSvmlhfWwap4_iy-EPUlg2tqN_AIb-pl98-KMdFvlw1apZgwROpzpNGgx12Ju6YWD4o6ld4ElC-KVk3yiCu8lKFfFjjJdlLRZdEz6P0rUnnANu_cXj2QOoigACNnzoEFgCjbmreSAjXeJs7YuAb3Mr2PZIYMKq2NpRqv2CqWrIkJTgMuvgvQVpdjqJJO8bJk5mw12nTLDr7hVcaKc4sIx_dEryMo4iLY35LfVSsK64bcCbcft69rWzpE9LIiw7yBm5aQ1c4wq863wDWCEHO7GMPuhBtTpzECPpvtYbm4ssbOZJd9xri05I5wiweLDBVNGQIBzrDslmLDbJMOA6Kio5lM_BdCNt7B4FFAy8Zs4ypyx21tP4n98NB5OLbHGAunFYxygH8ed1NntHF0bD0QGuhQvCPCcX7YgHpTlfVdUOCPAAwID9nH3oUIupyeXnF1Ik8x5WoC-5iSz0pdTZrnshB7kSu-AyQuW9DlEoBxAFTYtzu_B00PWpmtq8zwoOsXmPa7EnMez3k-oBJhxLNGc_ujjroSr24XWw1whffGMniSLuT272OXwDX2_4WliKr1vn7U9Cu7lMtMtBsch6JXsk5hbvIr9OEzC9lofDi8njbj-fizYEDQb0GhVz8G5gk5bioAIN7tnSNGt-bdmcqeuA8CJXspbBCwUNoET1SX5mBdfOFiVOyTAcxBd2pgggfcJVU7sjNDcSFCjokodXdzYvDUVVOaBO76YYAYYPGhj9XbtPcSYF78qnFfyepWwLtWkuiehoGc1SGZCACuVFw7jSpYdrQZACaa3ghXjhHgEXbUrDYl4Def3Q83Sr3ff2dIMXoPrBk2KARR9cBIWyDuLH5krc8dAeHSHnmW-8oOEC5m-IoTZuN7-fplnghQFs-H3n0mRa7s2GQE8ZuC_aHeKb_pHuf5FB2T1QnQUl00aVddyQ7AKmvRcXYJOv1t4OqFGip1KmiMTusbvrILzUHVZ7YW0doo_54U-kqufaObbvu4jSXnrtIVbfriGD9KDvU1cBWD0XgFUT12en0k-Sg89BBLgzxrxziSmC__rLEcVUl7PYbEdbutcS2TNvsaQB6hHoE5WaLuzoKih7Gc3KUe4aoYd7MsXjDlQdmHRBWxm1T_nDSxTRhmEzYk_PQ0aiYKxXfqjzvpeFTIsyG5HNzQJmlH1XQ4PO1iUR6BH2wN4WHQMWKYL2B8eFl5XseAUlE5sfoCZv5_axmmrP1lBtBHzDe8sZ8s4xJsmGMbAdCiOAWelNK0GaAtCsWORDJkoasHdS4PytLylQ5H7Iv-drrYWV-goP15zY1H6YaUEbsHI-Jc6OxzwBS4FkhpRMhEJVLN7FrllisUAhl-P8pRxC9IdDIv4jf-qFXeT0514C-R17p6m3ejrPmW-kOWya76BAiOJIGOlsUHY_DkGoT-oDpz7Pbe8q1sEWPNO2jNjWLldxW6PTW5AZzajE8oTM6qe6snzJv2bsbw6Ym2r1AGcDqUPnPgSVBIsf5YP96ajbidAFbxJ8iukdQmwpytehnd9B_yFvefdqFqbno8ixdfqxZ3D98-LlTMEWlBD4jsh2omTk-dqRrg0-7iErEJrmM3AxuJuzHc2Ol6IePY-guxi_S2r6AwWAJozOCPLNulXUXIwtIPfJ6ytzkPasYyv3mS5GJpmvwjHHSFb1oBBlo02pqC7fFdvVRh6x7PEMO0MG3-Yxnojz0hAuCEXlwa0WM-wv5icLu38ybUD04GP_0x3k1kixI7x0fEGAePqwJkI9kahJ0Wn2IPUZaG2Xd7oFPgmSV-R2LdCLAmzdwqQRG68Hk8w_3QJ9D-okVffgbwfq_nD2LY7y-pXBdoUv7j4mjngY0yY7piRz0E6UIQqoCVvAzcOGNXaTDWDBQkUKJqpB_eRgYvFqhpmm7f6ffyVQB88bzpGF5MtLssPIyoiXiE-E4U_-cyRu_OsTbfB988OJ1upLmQVeAK4wBC1gvn9vFtdt_3jOPcv-CTIBA08h4Y0qCUh9cWXSp2Dy4QIr8PZ8M_yzmsVlLVcxDcqnL2P7BFQEbcUwEygSaL-9PQpIqohddhxXhgowdPj0303TfNQThC-A-Qxt8IFHRxZK77RGSgtXtouiy7uZAxAFChFXiypGo-CBJenJMwwdNqeuOzz2_JDjI7hYevEGBXhpccmGbRdXLeYRbrDxa1lyWkjx45G2O3FHsSHmR68zDBGrsIZoF_sV2XAwFJd5x1ybtuuZEAYjr2jG5ylAQoSnc-gGBiuE5tyF9PpkfnDbLtj1G7Ttpb-Pf3vKuf7KVi8TuA_OMYQegRDYFQ-y91NqEICAPDEh7aP0YbKltr2vBEMbjetj3UoIB1qKrXtU24HBcyl-6zi6JnJ-JfYKXrKYVSaepZNCQ6T9O4V6QGDc_Wgrn66g59G0WTNWH-JmsPYGsdfcj5x0cNfhSr8qUUDacz4atR3p0VHYrFl2ZY0vW7u0aKTKr2jYRLCAwjGfMM6_rMryolgdHUEcrasLJq6hRRaYQHsVstf1jeG5SP_jH-dUTIXBMTETXbIJUh5fo_I7PjvKvJ6sWd_Ve8EAE0ZleDF_lJm8ET5ShbDY2SlUcH-nyc_udpshZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQoRGRsd"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-01T23:49:32.843Z",
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "verified"
        }
      }
    },
    "18-trust-profile-not-evaluated": {
      "description": "A real trust profile from POST /v1/trust with only the EVM wallet supplied, so the checks that need a Solana, XRPL, Stellar or Sui wallet carry the not-evaluated marker.",
      "note": "Real response, signed by the production ES256 key under kid insumer-trust-v2 (preimage \"insumer.trust.v2\" + \"\\n\" + the canonical JSON of the whole trust object, expiresAt inside it, no v member) and by the production ML-DSA-65 key under pqKid insumer-trust-pq1. Six checks in institutional_stablecoins could not be run because the wallet their chain needs was not supplied: each carries evaluated: false, reason wallet_not_provided, requires naming the request parameter that would let it run, met: false, and no chain anchor. They are counted in notEvaluatedCount on the dimension and totalNotEvaluated in the summary, never in passCount, failCount, totalPassed or totalFailed (specification 11.3). An unevaluated check is not a failure. It is a check the issuer states, inside the signed profile, that it did not run; a verifier treats it as neither met nor failed, and a freshness check skips it because there is no anchor to age. The marker is signed content: removing it, or rewriting the counts, breaks the signature. The recompute block covers every check in the profile; the six marker checks are the ones with anchor null. Expected pq status: verified.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "dimension": "governance",
          "label": "UNI on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xef25c0e181817c3dbe44e5b9f55b67f06cd625fdcbdaf499ab32f2a1c7509150",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "governance",
          "label": "AAVE on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xdf8dfc39c5f9d20774f65c0427f23162399ce47ab13540493879706812bc8360",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "governance",
          "label": "ARB on Arbitrum",
          "canonicalEvaluatedCondition": "{\"chainId\":42161,\"contractAddress\":\"0x912CE59144191C1204E64559FE8253a0e49E6548\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xcc0020fe53bcf6cbf2ce50eba74b9e2ebe86e052b98b193b8231253db232c4a1",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1dde4ca9",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "governance",
          "label": "OP on Optimism",
          "canonicalEvaluatedCondition": "{\"chainId\":10,\"contractAddress\":\"0x4200000000000000000000000000000000000042\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7286173e3d6248091039e9833d2ce4c9ca7b2c466dc92a7bdbf9f4439806485c",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x9525e75",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "nfts",
          "label": "BAYC on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D\",\"operator\":\"gt\",\"threshold\":0,\"type\":\"nft_ownership\"}",
          "conditionHash": "0xf20d2a07d91624ef8a9e884b339b217b127377b2d667885bd3f860f0b425a491",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "nfts",
          "label": "Pudgy Penguins on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xBd3531dA5CF5857e7CfAA92426877b022e612cf8\",\"operator\":\"gt\",\"threshold\":0,\"type\":\"nft_ownership\"}",
          "conditionHash": "0x676b5f4c21131316fa6d0f72100955da9b4e43a51dc8efb461ebb10cee000378",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "nfts",
          "label": "Wrapped CryptoPunks on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xb7F7F6C52F2e2fdb1963Eab30438024864c313F6\",\"operator\":\"gt\",\"threshold\":0,\"type\":\"nft_ownership\"}",
          "conditionHash": "0xf8af667ce82e9ce3afacc7b497451cfe6100a27390a5552f6847cda9c6eff2f3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "EURCV on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x5f7827fdeb7c20b443265fc2f40845b715385ff2\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x0686a9c43f56bd396a0182761ec161f8a8ff8e431fdfd696665cd9d9de3de26d",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDCV on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x5422374b27757da72d5265cc745ea906e0446634\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xa60ad35ecb39d5f783c01aaeb2449ba256f3d56aadaeab64159657922a438cdb",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "EURCV on Solana",
          "canonicalEvaluatedCondition": "{\"chainId\":\"solana\",\"contractAddress\":\"DghpMkatCiUsofbTmid3M3kAbDTPqDwKiYHnudXeGG52\",\"decimals\":2,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x279f273b5d7345a7da730bf2466f6cc4680b6c2cd2b2d8f2fc56000f84b8a0c1",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDCV on Solana",
          "canonicalEvaluatedCondition": "{\"chainId\":\"solana\",\"contractAddress\":\"8smindLdDuySY6i2bStQX9o8DVhALCXCMbNxD98unx35\",\"decimals\":2,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xba002b0e63c2a6ff36c50f6a6ea96ccf6ff408e02e93c0d48089fb125bdfe46b",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "EURCV on XRPL",
          "canonicalEvaluatedCondition": "{\"chainId\":\"xrpl\",\"contractAddress\":\"rUNaS5sqRuxZz6V7rBGhoSaZiVYA3ut4UL\",\"currency\":\"4555524356000000000000000000000000000000\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x96e23474627b9a6f751b425432d88d52714a7bd853ee9e1075f01d079f693afc",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDC on Stellar (classic)",
          "canonicalEvaluatedCondition": "{\"assetCode\":\"USDC\",\"chainId\":\"stellar\",\"contractAddress\":\"GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xf2078292af116553fd01e4b662acd9476253fc628c85d23305f297b7dadf4d32",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "BENJI on Stellar",
          "canonicalEvaluatedCondition": "{\"assetCode\":\"BENJI\",\"chainId\":\"stellar\",\"contractAddress\":\"GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x3d4608e304cd4aedb59cbcaad3c9452d6ca761b787e15f54ac02fb5bad28ac58",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDC on Sui",
          "canonicalEvaluatedCondition": "{\"chainId\":\"sui\",\"contractAddress\":\"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xc5bda8eece2993f5cd475f3359065872b7995b03ae8179b8e080612447ce69a0",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "staking",
          "label": "stETH on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xdb443b0fbcd41b4f9c27eb767f97ca07a2fdadc615d4a11a96d55345b9bef7c3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "staking",
          "label": "rETH on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xae78736Cd615f374D3085123A210448E74Fc6393\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xdc4f80d4bd9f56ee0334ef9c53ecefe4529c35a8584247099dcb8de0db78d31b",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "staking",
          "label": "cbETH on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xBe9895146f7AF43049ca1c1AE358B0541Ea49704\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xb6c64e48fa9f8c10336da7beb33d323695958fa2a366691cc46ea905c4f0aae3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x27254c13e7bfb9e96dc90f7c54a7d2b05a5647fd38a00b2dc1bff58a236bbebf",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Base",
          "canonicalEvaluatedCondition": "{\"chainId\":8453,\"contractAddress\":\"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x39c2094ef29fa7ea94e2db2ba02734ff06db035f47b1245fddd18be9e0e2d2f3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x3071ce0",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Polygon",
          "canonicalEvaluatedCondition": "{\"chainId\":137,\"contractAddress\":\"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x2f27c5ada76e26a8128be4c8ab6e4f18462125f8e62e1127325648764d895ad3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x58ce5bd",
            "blockTimestamp": "2026-09-02T21:35:33.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Arbitrum",
          "canonicalEvaluatedCondition": "{\"chainId\":42161,\"contractAddress\":\"0xaf88d065e77c8cC2239327C5EDb3A432268e5831\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x69d52b75f8158ecb3fcb3ebb927bdb3ab46b7dabc41e2a4ffb80e3a63693fcf1",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1dde4ca9",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Optimism",
          "canonicalEvaluatedCondition": "{\"chainId\":10,\"contractAddress\":\"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xe7cbb40729f6418a140ab1ba1ed2a6503dc1b308a5a59d023586f049c290f431",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x9525e75",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Avalanche",
          "canonicalEvaluatedCondition": "{\"chainId\":43114,\"contractAddress\":\"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xd7314b245f11bebe5edb8996bef62338a75cb4444154004e881af886617be5aa",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x59f2004",
            "blockTimestamp": "2026-09-02T21:35:30.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on BNB Chain",
          "canonicalEvaluatedCondition": "{\"chainId\":56,\"contractAddress\":\"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7a4a14eeb72f26d63ae43bd34d1b157e1ea28816637a986f95d02172c4a58fe5",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x7211368",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Sonic",
          "canonicalEvaluatedCondition": "{\"chainId\":146,\"contractAddress\":\"0x29219dd400f2Bf60E5a23d13Be72B486D4038894\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7be940a7d4d138033f148f6a440f3cafeaeb59b5b160e176423ad71be395c915",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x4af4ebe",
            "blockTimestamp": "2026-09-02T21:35:29.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on World Chain",
          "canonicalEvaluatedCondition": "{\"chainId\":480,\"contractAddress\":\"0x79A02482A880bCe3F13E09da970dC34dB4cD24D1\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xcd2c1e07e7c2c4d738d969a0f0ff818f4870b458c228924415dca1178c9f7f45",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x20ecde6",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Linea",
          "canonicalEvaluatedCondition": "{\"chainId\":59144,\"contractAddress\":\"0x176211869cA2b568f2A7D4EE941E073a821EE1ff\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xbabd8bda4f43e4d419a1de7c7cc4d15013db6c4eb69bbee72608aceaef8df0b9",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1e6fe86",
            "blockTimestamp": "2026-09-02T21:35:11.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on ZKsync",
          "canonicalEvaluatedCondition": "{\"chainId\":324,\"contractAddress\":\"0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x889c7e4de2ed508109f3a31f0ea7bcdab551a22d80534fd458f8d920a37bb51f",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x447ed22",
            "blockTimestamp": "2026-09-02T21:35:20.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Celo",
          "canonicalEvaluatedCondition": "{\"chainId\":42220,\"contractAddress\":\"0xcebA9300f2b948710d2653dD7B07f33A8B32118C\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x57a392a94f72fd432077ed3cd52ce772a3a4a72f47400f310c2a066b764a899d",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x48f0e4e",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Sei",
          "canonicalEvaluatedCondition": "{\"chainId\":1329,\"contractAddress\":\"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x8dff2d118af0fc80e4b473cef90fc26116622dab0b1fd2928070cf81862f0407",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0xdb3203c",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Plume",
          "canonicalEvaluatedCondition": "{\"chainId\":98866,\"contractAddress\":\"0x222365EF19F7947e5484218551B56bb3965Aa7aF\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7fd1265aeef6942d746bc033d81102351391166a8482a3b2fead74034743b265",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x56d614f",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Unichain",
          "canonicalEvaluatedCondition": "{\"chainId\":130,\"contractAddress\":\"0x078D782b760474a361dDA0AF3839290b0EF57AD6\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xd8a588457f0798c7f033f567ed5865b63f9ac4cd9f6d505538efe0618c8ee8a2",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x36f76dd",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Ink",
          "canonicalEvaluatedCondition": "{\"chainId\":57073,\"contractAddress\":\"0x2D270e6886d130D724215A266106e6832161EAEd\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x20464874423771b1c5c71d20584d5e72eb6099cb5504a1c56154ac199af93f97",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x3458079",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xdAC17F958D2ee523a2206206994597C13D831ec7\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x76e39871e8f09b69882acfc1982a2000e50ff86a6e7e1805903766f9de47a099",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Sonic",
          "canonicalEvaluatedCondition": "{\"chainId\":146,\"contractAddress\":\"0x6047828dc181963ba44974801ff68e538da5eaf9\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xbeb154d07bcb82c55f38b59504fbf2be1d2f3b622b7bd8889592e8a70f8fa1b1",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x4af4ebe",
            "blockTimestamp": "2026-09-02T21:35:29.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Linea",
          "canonicalEvaluatedCondition": "{\"chainId\":59144,\"contractAddress\":\"0xA219439258ca9da29E9Cc4cE5596924745e12B93\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xfd702cd471a74349ecd1f2443f09d57c3cacdb7684e74f406658423631535767",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1e6fe86",
            "blockTimestamp": "2026-09-02T21:35:11.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on ZKsync",
          "canonicalEvaluatedCondition": "{\"chainId\":324,\"contractAddress\":\"0x493257fD37EDB34451f62EDf8D2a0C418852bA4C\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x689e00e5409816471d519e45e6c3a6f6b38083267329a1a1b6052cbe9948f377",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x447ed22",
            "blockTimestamp": "2026-09-02T21:35:20.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Gnosis",
          "canonicalEvaluatedCondition": "{\"chainId\":100,\"contractAddress\":\"0x4ECaBa5870353805a9F068101A40E0f32ed605C6\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xf4d55e52e0bc9db3db786f65167ab027649c7562d92cf414fb5e34397b433359",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x2dd2c02",
            "blockTimestamp": "2026-09-02T21:35:30.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Mantle",
          "canonicalEvaluatedCondition": "{\"chainId\":5000,\"contractAddress\":\"0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xbfbfa31d1d6fd7a60c848c11e2f1a088fd103a3619f75f9ab27f2b0d22a31915",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x5f7d24e",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Scroll",
          "canonicalEvaluatedCondition": "{\"chainId\":534352,\"contractAddress\":\"0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xc5dcb74f9dcc16d255f98eb525e595e94ddfae2d0fc7addfa0476efc3eba2c01",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x21462df",
            "blockTimestamp": "2026-09-02T21:35:21.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Celo",
          "canonicalEvaluatedCondition": "{\"chainId\":42220,\"contractAddress\":\"0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xe1f6b90f6414af3165953db65b03ebc2da59f781062a97aa723925430c9a6044",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x48f0e4e",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Soneium",
          "canonicalEvaluatedCondition": "{\"chainId\":1868,\"contractAddress\":\"0x3A337a6adA9d885b6Ad95ec48F9b75f197b5AE35\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x4aa1e49100d1945dd00fb8a3b51cd83c68f94610cda9e9e6fb0f485e0f4bd6f7",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1a58682",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on opBNB",
          "canonicalEvaluatedCondition": "{\"chainId\":204,\"contractAddress\":\"0x9e5AAC1Ba1a2e6aEd6b32689DFcF62A509Ca96f3\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x3845091ff687c4c25cb0b1a6a14050f175ff7f0dbab14dfb93a5be106388c655",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0xacaf083",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "trust": {
            "id": "TRST-F1B1C",
            "wallet": "0xAd982CB19aCCa2923Df8F687C0614a7700255a23",
            "conditionSetVersion": "v2",
            "dimensions": {
              "governance": {
                "checks": [
                  {
                    "label": "UNI on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xef25c0e181817c3dbe44e5b9f55b67f06cd625fdcbdaf499ab32f2a1c7509150",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "AAVE on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xdf8dfc39c5f9d20774f65c0427f23162399ce47ab13540493879706812bc8360",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "ARB on Arbitrum",
                    "chainId": 42161,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42161,
                      "contractAddress": "0x912CE59144191C1204E64559FE8253a0e49E6548",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xcc0020fe53bcf6cbf2ce50eba74b9e2ebe86e052b98b193b8231253db232c4a1",
                    "blockNumber": "0x1dde4ca9",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "OP on Optimism",
                    "chainId": 10,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 10,
                      "contractAddress": "0x4200000000000000000000000000000000000042",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x7286173e3d6248091039e9833d2ce4c9ca7b2c466dc92a7bdbf9f4439806485c",
                    "blockNumber": "0x9525e75",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  }
                ],
                "passCount": 0,
                "failCount": 4,
                "notEvaluatedCount": 0,
                "total": 4
              },
              "nfts": {
                "checks": [
                  {
                    "label": "BAYC on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "nft_ownership",
                      "chainId": 1,
                      "contractAddress": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
                      "operator": "gt",
                      "threshold": 0
                    },
                    "conditionHash": "0xf20d2a07d91624ef8a9e884b339b217b127377b2d667885bd3f860f0b425a491",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "Pudgy Penguins on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "nft_ownership",
                      "chainId": 1,
                      "contractAddress": "0xBd3531dA5CF5857e7CfAA92426877b022e612cf8",
                      "operator": "gt",
                      "threshold": 0
                    },
                    "conditionHash": "0x676b5f4c21131316fa6d0f72100955da9b4e43a51dc8efb461ebb10cee000378",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "Wrapped CryptoPunks on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "nft_ownership",
                      "chainId": 1,
                      "contractAddress": "0xb7F7F6C52F2e2fdb1963Eab30438024864c313F6",
                      "operator": "gt",
                      "threshold": 0
                    },
                    "conditionHash": "0xf8af667ce82e9ce3afacc7b497451cfe6100a27390a5552f6847cda9c6eff2f3",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  }
                ],
                "passCount": 0,
                "failCount": 3,
                "notEvaluatedCount": 0,
                "total": 3
              },
              "institutional_stablecoins": {
                "checks": [
                  {
                    "label": "EURCV on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x0686a9c43f56bd396a0182761ec161f8a8ff8e431fdfd696665cd9d9de3de26d",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "USDCV on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x5422374b27757da72d5265cc745ea906e0446634",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xa60ad35ecb39d5f783c01aaeb2449ba256f3d56aadaeab64159657922a438cdb",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "EURCV on Solana",
                    "chainId": "solana",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "solana",
                      "contractAddress": "DghpMkatCiUsofbTmid3M3kAbDTPqDwKiYHnudXeGG52",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 2
                    },
                    "conditionHash": "0x279f273b5d7345a7da730bf2466f6cc4680b6c2cd2b2d8f2fc56000f84b8a0c1",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "solanaWallet"
                  },
                  {
                    "label": "USDCV on Solana",
                    "chainId": "solana",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "solana",
                      "contractAddress": "8smindLdDuySY6i2bStQX9o8DVhALCXCMbNxD98unx35",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 2
                    },
                    "conditionHash": "0xba002b0e63c2a6ff36c50f6a6ea96ccf6ff408e02e93c0d48089fb125bdfe46b",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "solanaWallet"
                  },
                  {
                    "label": "EURCV on XRPL",
                    "chainId": "xrpl",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "xrpl",
                      "contractAddress": "rUNaS5sqRuxZz6V7rBGhoSaZiVYA3ut4UL",
                      "operator": "gt",
                      "threshold": 0,
                      "currency": "4555524356000000000000000000000000000000",
                      "decimals": 18
                    },
                    "conditionHash": "0x96e23474627b9a6f751b425432d88d52714a7bd853ee9e1075f01d079f693afc",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "xrplWallet"
                  },
                  {
                    "label": "USDC on Stellar (classic)",
                    "chainId": "stellar",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "stellar",
                      "contractAddress": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
                      "operator": "gt",
                      "threshold": 0,
                      "assetCode": "USDC",
                      "decimals": 18
                    },
                    "conditionHash": "0xf2078292af116553fd01e4b662acd9476253fc628c85d23305f297b7dadf4d32",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "stellarWallet"
                  },
                  {
                    "label": "BENJI on Stellar",
                    "chainId": "stellar",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "stellar",
                      "contractAddress": "GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5",
                      "operator": "gt",
                      "threshold": 0,
                      "assetCode": "BENJI",
                      "decimals": 18
                    },
                    "conditionHash": "0x3d4608e304cd4aedb59cbcaad3c9452d6ca761b787e15f54ac02fb5bad28ac58",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "stellarWallet"
                  },
                  {
                    "label": "USDC on Sui",
                    "chainId": "sui",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "sui",
                      "contractAddress": "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xc5bda8eece2993f5cd475f3359065872b7995b03ae8179b8e080612447ce69a0",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "suiWallet"
                  }
                ],
                "passCount": 0,
                "failCount": 2,
                "notEvaluatedCount": 6,
                "total": 8
              },
              "staking": {
                "checks": [
                  {
                    "label": "stETH on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xdb443b0fbcd41b4f9c27eb767f97ca07a2fdadc615d4a11a96d55345b9bef7c3",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "rETH on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xae78736Cd615f374D3085123A210448E74Fc6393",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xdc4f80d4bd9f56ee0334ef9c53ecefe4529c35a8584247099dcb8de0db78d31b",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "cbETH on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xb6c64e48fa9f8c10336da7beb33d323695958fa2a366691cc46ea905c4f0aae3",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  }
                ],
                "passCount": 0,
                "failCount": 3,
                "notEvaluatedCount": 0,
                "total": 3
              },
              "stablecoins": {
                "checks": [
                  {
                    "label": "USDC on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x27254c13e7bfb9e96dc90f7c54a7d2b05a5647fd38a00b2dc1bff58a236bbebf",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "USDC on Base",
                    "chainId": 8453,
                    "met": true,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 8453,
                      "contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x39c2094ef29fa7ea94e2db2ba02734ff06db035f47b1245fddd18be9e0e2d2f3",
                    "blockNumber": "0x3071ce0",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Polygon",
                    "chainId": 137,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 137,
                      "contractAddress": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x2f27c5ada76e26a8128be4c8ab6e4f18462125f8e62e1127325648764d895ad3",
                    "blockNumber": "0x58ce5bd",
                    "blockTimestamp": "2026-09-02T21:35:33.000Z"
                  },
                  {
                    "label": "USDC on Arbitrum",
                    "chainId": 42161,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42161,
                      "contractAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x69d52b75f8158ecb3fcb3ebb927bdb3ab46b7dabc41e2a4ffb80e3a63693fcf1",
                    "blockNumber": "0x1dde4ca9",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Optimism",
                    "chainId": 10,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 10,
                      "contractAddress": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xe7cbb40729f6418a140ab1ba1ed2a6503dc1b308a5a59d023586f049c290f431",
                    "blockNumber": "0x9525e75",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Avalanche",
                    "chainId": 43114,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 43114,
                      "contractAddress": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xd7314b245f11bebe5edb8996bef62338a75cb4444154004e881af886617be5aa",
                    "blockNumber": "0x59f2004",
                    "blockTimestamp": "2026-09-02T21:35:30.000Z"
                  },
                  {
                    "label": "USDC on BNB Chain",
                    "chainId": 56,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 56,
                      "contractAddress": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x7a4a14eeb72f26d63ae43bd34d1b157e1ea28816637a986f95d02172c4a58fe5",
                    "blockNumber": "0x7211368",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Sonic",
                    "chainId": 146,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 146,
                      "contractAddress": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x7be940a7d4d138033f148f6a440f3cafeaeb59b5b160e176423ad71be395c915",
                    "blockNumber": "0x4af4ebe",
                    "blockTimestamp": "2026-09-02T21:35:29.000Z"
                  },
                  {
                    "label": "USDC on World Chain",
                    "chainId": 480,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 480,
                      "contractAddress": "0x79A02482A880bCe3F13E09da970dC34dB4cD24D1",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xcd2c1e07e7c2c4d738d969a0f0ff818f4870b458c228924415dca1178c9f7f45",
                    "blockNumber": "0x20ecde6",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Linea",
                    "chainId": 59144,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 59144,
                      "contractAddress": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xbabd8bda4f43e4d419a1de7c7cc4d15013db6c4eb69bbee72608aceaef8df0b9",
                    "blockNumber": "0x1e6fe86",
                    "blockTimestamp": "2026-09-02T21:35:11.000Z"
                  },
                  {
                    "label": "USDC on ZKsync",
                    "chainId": 324,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 324,
                      "contractAddress": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x889c7e4de2ed508109f3a31f0ea7bcdab551a22d80534fd458f8d920a37bb51f",
                    "blockNumber": "0x447ed22",
                    "blockTimestamp": "2026-09-02T21:35:20.000Z"
                  },
                  {
                    "label": "USDC on Celo",
                    "chainId": 42220,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42220,
                      "contractAddress": "0xcebA9300f2b948710d2653dD7B07f33A8B32118C",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x57a392a94f72fd432077ed3cd52ce772a3a4a72f47400f310c2a066b764a899d",
                    "blockNumber": "0x48f0e4e",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDC on Sei",
                    "chainId": 1329,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1329,
                      "contractAddress": "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x8dff2d118af0fc80e4b473cef90fc26116622dab0b1fd2928070cf81862f0407",
                    "blockNumber": "0xdb3203c",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Plume",
                    "chainId": 98866,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 98866,
                      "contractAddress": "0x222365EF19F7947e5484218551B56bb3965Aa7aF",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x7fd1265aeef6942d746bc033d81102351391166a8482a3b2fead74034743b265",
                    "blockNumber": "0x56d614f",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Unichain",
                    "chainId": 130,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 130,
                      "contractAddress": "0x078D782b760474a361dDA0AF3839290b0EF57AD6",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xd8a588457f0798c7f033f567ed5865b63f9ac4cd9f6d505538efe0618c8ee8a2",
                    "blockNumber": "0x36f76dd",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDC on Ink",
                    "chainId": 57073,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 57073,
                      "contractAddress": "0x2D270e6886d130D724215A266106e6832161EAEd",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x20464874423771b1c5c71d20584d5e72eb6099cb5504a1c56154ac199af93f97",
                    "blockNumber": "0x3458079",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDT on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x76e39871e8f09b69882acfc1982a2000e50ff86a6e7e1805903766f9de47a099",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "USDT on Sonic",
                    "chainId": 146,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 146,
                      "contractAddress": "0x6047828dc181963ba44974801ff68e538da5eaf9",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xbeb154d07bcb82c55f38b59504fbf2be1d2f3b622b7bd8889592e8a70f8fa1b1",
                    "blockNumber": "0x4af4ebe",
                    "blockTimestamp": "2026-09-02T21:35:29.000Z"
                  },
                  {
                    "label": "USDT on Linea",
                    "chainId": 59144,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 59144,
                      "contractAddress": "0xA219439258ca9da29E9Cc4cE5596924745e12B93",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xfd702cd471a74349ecd1f2443f09d57c3cacdb7684e74f406658423631535767",
                    "blockNumber": "0x1e6fe86",
                    "blockTimestamp": "2026-09-02T21:35:11.000Z"
                  },
                  {
                    "label": "USDT on ZKsync",
                    "chainId": 324,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 324,
                      "contractAddress": "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x689e00e5409816471d519e45e6c3a6f6b38083267329a1a1b6052cbe9948f377",
                    "blockNumber": "0x447ed22",
                    "blockTimestamp": "2026-09-02T21:35:20.000Z"
                  },
                  {
                    "label": "USDT on Gnosis",
                    "chainId": 100,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 100,
                      "contractAddress": "0x4ECaBa5870353805a9F068101A40E0f32ed605C6",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xf4d55e52e0bc9db3db786f65167ab027649c7562d92cf414fb5e34397b433359",
                    "blockNumber": "0x2dd2c02",
                    "blockTimestamp": "2026-09-02T21:35:30.000Z"
                  },
                  {
                    "label": "USDT on Mantle",
                    "chainId": 5000,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 5000,
                      "contractAddress": "0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xbfbfa31d1d6fd7a60c848c11e2f1a088fd103a3619f75f9ab27f2b0d22a31915",
                    "blockNumber": "0x5f7d24e",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDT on Scroll",
                    "chainId": 534352,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 534352,
                      "contractAddress": "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xc5dcb74f9dcc16d255f98eb525e595e94ddfae2d0fc7addfa0476efc3eba2c01",
                    "blockNumber": "0x21462df",
                    "blockTimestamp": "2026-09-02T21:35:21.000Z"
                  },
                  {
                    "label": "USDT on Celo",
                    "chainId": 42220,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42220,
                      "contractAddress": "0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xe1f6b90f6414af3165953db65b03ebc2da59f781062a97aa723925430c9a6044",
                    "blockNumber": "0x48f0e4e",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDT on Soneium",
                    "chainId": 1868,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1868,
                      "contractAddress": "0x3A337a6adA9d885b6Ad95ec48F9b75f197b5AE35",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x4aa1e49100d1945dd00fb8a3b51cd83c68f94610cda9e9e6fb0f485e0f4bd6f7",
                    "blockNumber": "0x1a58682",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDT on opBNB",
                    "chainId": 204,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 204,
                      "contractAddress": "0x9e5AAC1Ba1a2e6aEd6b32689DFcF62A509Ca96f3",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x3845091ff687c4c25cb0b1a6a14050f175ff7f0dbab14dfb93a5be106388c655",
                    "blockNumber": "0xacaf083",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  }
                ],
                "passCount": 1,
                "failCount": 25,
                "notEvaluatedCount": 0,
                "total": 26
              }
            },
            "summary": {
              "totalChecks": 44,
              "totalPassed": 1,
              "totalFailed": 37,
              "totalNotEvaluated": 6,
              "dimensionsWithActivity": 1,
              "dimensionsChecked": 5
            },
            "profiledAt": "2026-09-02T21:35:32.765Z",
            "expiresAt": "2026-09-02T22:05:32.765Z"
          },
          "sig": "vdHt+0CWWor/1pCfc9+04YbwulxWmQ55KqVrKHmqkgc/Q0GotJTOazuOmj80ooGab80/frN50QRsAf0rJ6dhTw==",
          "kid": "insumer-trust-v2",
          "pqSig": "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",
          "pqKid": "insumer-trust-pq1"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-02T21:35:33.059Z",
          "creditsRemaining": 997,
          "creditsCharged": 3
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "verified"
        },
        "trust": {
          "summary": {
            "totalChecks": 44,
            "totalPassed": 1,
            "totalFailed": 37,
            "totalNotEvaluated": 6
          },
          "notEvaluated": [
            {
              "dimension": "institutional_stablecoins",
              "label": "EURCV on Solana",
              "requires": "solanaWallet"
            },
            {
              "dimension": "institutional_stablecoins",
              "label": "USDCV on Solana",
              "requires": "solanaWallet"
            },
            {
              "dimension": "institutional_stablecoins",
              "label": "EURCV on XRPL",
              "requires": "xrplWallet"
            },
            {
              "dimension": "institutional_stablecoins",
              "label": "USDC on Stellar (classic)",
              "requires": "stellarWallet"
            },
            {
              "dimension": "institutional_stablecoins",
              "label": "BENJI on Stellar",
              "requires": "stellarWallet"
            },
            {
              "dimension": "institutional_stablecoins",
              "label": "USDC on Sui",
              "requires": "suiWallet"
            }
          ]
        }
      }
    },
    "19-missing-kid": {
      "description": "Vector 13 presented with its kid removed.",
      "note": "Must fail. A response with no kid selects neither a key nor a signing scheme. A verifier that fills the gap, whether with the first key in the JWKS, a positional default, or its own built-in key, checks the artifact against a key the response never named and reports a signature it had no basis to verify. This vector is derived from the v1-signed vector 13 rather than from vector 01 because that is the case a fallback accepts: a v1 artifact verifies under the frozen bare-JSON scheme against the shared EC key, so a verifier that defaults to that scheme and to any available key reports it valid, companion and all. insumer-verify 1.8.0 and 1.8.1 do exactly that; 1.8.2 and later refuse a missing kid on every input path. jwksUrl is pinned so that key selection is the step that fails: with no kid there is nothing to select by, so every verdict reads failed and the companion is unverifiable, exactly as on vector 11. The recompute block shows the condition hash itself still reproduces.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"decimals\":6,\"operator\":\"gte\",\"threshold\":1,\"type\":\"token_balance\"}",
          "conditionHash": "0xc938b71ac78df5843d6823dd78ee0a5b64dd56fa850984e954dd070285169444",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18afc82",
            "blockTimestamp": "2026-09-01T23:49:23.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-FDBC1D22EBB4EF2E",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": 1,
                  "decimals": 6
                },
                "conditionHash": "0xc938b71ac78df5843d6823dd78ee0a5b64dd56fa850984e954dd070285169444",
                "blockNumber": "0x18afc82",
                "blockTimestamp": "2026-09-01T23:49:23.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-09-01T23:49:33.423Z",
            "expiresAt": "2026-09-02T00:19:33.423Z"
          },
          "sig": "kh1zJ6jdSt8a5kLFa82GVxyW0yTwZVteEnr6bshKq9r3dPyrJQp4A3Q4zqBgWS2/notojDXz0f6Oza5WP4riqg==",
          "pqSig": "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",
          "pqKid": "insumer-attest-pq1"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-01T23:49:33.613Z",
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "conditionHashes": false,
          "freshness": false,
          "expiry": false,
          "pq": false
        },
        "pq": {
          "status": "unverifiable"
        }
      }
    },
    "20-attest-under-trust-kid": {
      "description": "Vector 01 presented under insumer-trust-v2, the kid that signs trust profiles.",
      "note": "Must fail. The kid resolves: insumer-trust-v2 is in the JWKS, and it names the same EC coordinates as insumer-attest-v2. What it does not do is sign attestations. A kid is bound to its artifact type as well as to a key and a scheme (attestations verify under insumer-attest-v1 or insumer-attest-v2, trust profiles under insumer-attest-v1 or insumer-trust-v2), and a verifier that resolves the key and stops there accepts an attestation relabelled as a trust profile, or the reverse, whenever the two kids share a key, which today they do. insumer-verify checks the binding from 1.8.2 onward. jwksUrl is pinned so that key resolution succeeds and the refusal is shown to come from the binding, not from a lookup failure. Vector 21 is the same mislabelling in the other direction.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "B6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-trust-v2"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "absent"
        }
      }
    },
    "21-trust-under-attest-kid": {
      "description": "Vector 18 presented under insumer-attest-v2, the kid that signs attestations.",
      "note": "Must fail. The reverse of vector 20: a genuine trust profile relabelled with the attestation kid. The kid resolves to the same EC key, so a verifier that only resolves keys verifies nothing wrong and reports the signature valid; one that binds kids to artifact types refuses it. The companion verdict follows the classical kid, because the companion signs the exact classical preimage the classical kid selects: with the kid rewritten there is no correct preimage to rebuild, so the untouched pqSig cannot verify against anything, and insumer-verify 1.8.3 reports it refuted. The artifact fails on the classical signature regardless of how the companion is reported. Expected pq status: refuted.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "dimension": "governance",
          "label": "UNI on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xef25c0e181817c3dbe44e5b9f55b67f06cd625fdcbdaf499ab32f2a1c7509150",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "governance",
          "label": "AAVE on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xdf8dfc39c5f9d20774f65c0427f23162399ce47ab13540493879706812bc8360",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "governance",
          "label": "ARB on Arbitrum",
          "canonicalEvaluatedCondition": "{\"chainId\":42161,\"contractAddress\":\"0x912CE59144191C1204E64559FE8253a0e49E6548\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xcc0020fe53bcf6cbf2ce50eba74b9e2ebe86e052b98b193b8231253db232c4a1",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1dde4ca9",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "governance",
          "label": "OP on Optimism",
          "canonicalEvaluatedCondition": "{\"chainId\":10,\"contractAddress\":\"0x4200000000000000000000000000000000000042\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7286173e3d6248091039e9833d2ce4c9ca7b2c466dc92a7bdbf9f4439806485c",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x9525e75",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "nfts",
          "label": "BAYC on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D\",\"operator\":\"gt\",\"threshold\":0,\"type\":\"nft_ownership\"}",
          "conditionHash": "0xf20d2a07d91624ef8a9e884b339b217b127377b2d667885bd3f860f0b425a491",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "nfts",
          "label": "Pudgy Penguins on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xBd3531dA5CF5857e7CfAA92426877b022e612cf8\",\"operator\":\"gt\",\"threshold\":0,\"type\":\"nft_ownership\"}",
          "conditionHash": "0x676b5f4c21131316fa6d0f72100955da9b4e43a51dc8efb461ebb10cee000378",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "nfts",
          "label": "Wrapped CryptoPunks on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xb7F7F6C52F2e2fdb1963Eab30438024864c313F6\",\"operator\":\"gt\",\"threshold\":0,\"type\":\"nft_ownership\"}",
          "conditionHash": "0xf8af667ce82e9ce3afacc7b497451cfe6100a27390a5552f6847cda9c6eff2f3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "EURCV on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x5f7827fdeb7c20b443265fc2f40845b715385ff2\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x0686a9c43f56bd396a0182761ec161f8a8ff8e431fdfd696665cd9d9de3de26d",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDCV on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0x5422374b27757da72d5265cc745ea906e0446634\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xa60ad35ecb39d5f783c01aaeb2449ba256f3d56aadaeab64159657922a438cdb",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "EURCV on Solana",
          "canonicalEvaluatedCondition": "{\"chainId\":\"solana\",\"contractAddress\":\"DghpMkatCiUsofbTmid3M3kAbDTPqDwKiYHnudXeGG52\",\"decimals\":2,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x279f273b5d7345a7da730bf2466f6cc4680b6c2cd2b2d8f2fc56000f84b8a0c1",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDCV on Solana",
          "canonicalEvaluatedCondition": "{\"chainId\":\"solana\",\"contractAddress\":\"8smindLdDuySY6i2bStQX9o8DVhALCXCMbNxD98unx35\",\"decimals\":2,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xba002b0e63c2a6ff36c50f6a6ea96ccf6ff408e02e93c0d48089fb125bdfe46b",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "EURCV on XRPL",
          "canonicalEvaluatedCondition": "{\"chainId\":\"xrpl\",\"contractAddress\":\"rUNaS5sqRuxZz6V7rBGhoSaZiVYA3ut4UL\",\"currency\":\"4555524356000000000000000000000000000000\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x96e23474627b9a6f751b425432d88d52714a7bd853ee9e1075f01d079f693afc",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDC on Stellar (classic)",
          "canonicalEvaluatedCondition": "{\"assetCode\":\"USDC\",\"chainId\":\"stellar\",\"contractAddress\":\"GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xf2078292af116553fd01e4b662acd9476253fc628c85d23305f297b7dadf4d32",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "BENJI on Stellar",
          "canonicalEvaluatedCondition": "{\"assetCode\":\"BENJI\",\"chainId\":\"stellar\",\"contractAddress\":\"GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x3d4608e304cd4aedb59cbcaad3c9452d6ca761b787e15f54ac02fb5bad28ac58",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "institutional_stablecoins",
          "label": "USDC on Sui",
          "canonicalEvaluatedCondition": "{\"chainId\":\"sui\",\"contractAddress\":\"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xc5bda8eece2993f5cd475f3359065872b7995b03ae8179b8e080612447ce69a0",
          "reproduces": true,
          "anchor": null,
          "evaluated": false
        },
        {
          "dimension": "staking",
          "label": "stETH on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xdb443b0fbcd41b4f9c27eb767f97ca07a2fdadc615d4a11a96d55345b9bef7c3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "staking",
          "label": "rETH on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xae78736Cd615f374D3085123A210448E74Fc6393\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xdc4f80d4bd9f56ee0334ef9c53ecefe4529c35a8584247099dcb8de0db78d31b",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "staking",
          "label": "cbETH on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xBe9895146f7AF43049ca1c1AE358B0541Ea49704\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xb6c64e48fa9f8c10336da7beb33d323695958fa2a366691cc46ea905c4f0aae3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x27254c13e7bfb9e96dc90f7c54a7d2b05a5647fd38a00b2dc1bff58a236bbebf",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Base",
          "canonicalEvaluatedCondition": "{\"chainId\":8453,\"contractAddress\":\"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x39c2094ef29fa7ea94e2db2ba02734ff06db035f47b1245fddd18be9e0e2d2f3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x3071ce0",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Polygon",
          "canonicalEvaluatedCondition": "{\"chainId\":137,\"contractAddress\":\"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x2f27c5ada76e26a8128be4c8ab6e4f18462125f8e62e1127325648764d895ad3",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x58ce5bd",
            "blockTimestamp": "2026-09-02T21:35:33.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Arbitrum",
          "canonicalEvaluatedCondition": "{\"chainId\":42161,\"contractAddress\":\"0xaf88d065e77c8cC2239327C5EDb3A432268e5831\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x69d52b75f8158ecb3fcb3ebb927bdb3ab46b7dabc41e2a4ffb80e3a63693fcf1",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1dde4ca9",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Optimism",
          "canonicalEvaluatedCondition": "{\"chainId\":10,\"contractAddress\":\"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xe7cbb40729f6418a140ab1ba1ed2a6503dc1b308a5a59d023586f049c290f431",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x9525e75",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Avalanche",
          "canonicalEvaluatedCondition": "{\"chainId\":43114,\"contractAddress\":\"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xd7314b245f11bebe5edb8996bef62338a75cb4444154004e881af886617be5aa",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x59f2004",
            "blockTimestamp": "2026-09-02T21:35:30.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on BNB Chain",
          "canonicalEvaluatedCondition": "{\"chainId\":56,\"contractAddress\":\"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7a4a14eeb72f26d63ae43bd34d1b157e1ea28816637a986f95d02172c4a58fe5",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x7211368",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Sonic",
          "canonicalEvaluatedCondition": "{\"chainId\":146,\"contractAddress\":\"0x29219dd400f2Bf60E5a23d13Be72B486D4038894\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7be940a7d4d138033f148f6a440f3cafeaeb59b5b160e176423ad71be395c915",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x4af4ebe",
            "blockTimestamp": "2026-09-02T21:35:29.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on World Chain",
          "canonicalEvaluatedCondition": "{\"chainId\":480,\"contractAddress\":\"0x79A02482A880bCe3F13E09da970dC34dB4cD24D1\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xcd2c1e07e7c2c4d738d969a0f0ff818f4870b458c228924415dca1178c9f7f45",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x20ecde6",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Linea",
          "canonicalEvaluatedCondition": "{\"chainId\":59144,\"contractAddress\":\"0x176211869cA2b568f2A7D4EE941E073a821EE1ff\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xbabd8bda4f43e4d419a1de7c7cc4d15013db6c4eb69bbee72608aceaef8df0b9",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1e6fe86",
            "blockTimestamp": "2026-09-02T21:35:11.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on ZKsync",
          "canonicalEvaluatedCondition": "{\"chainId\":324,\"contractAddress\":\"0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x889c7e4de2ed508109f3a31f0ea7bcdab551a22d80534fd458f8d920a37bb51f",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x447ed22",
            "blockTimestamp": "2026-09-02T21:35:20.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Celo",
          "canonicalEvaluatedCondition": "{\"chainId\":42220,\"contractAddress\":\"0xcebA9300f2b948710d2653dD7B07f33A8B32118C\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x57a392a94f72fd432077ed3cd52ce772a3a4a72f47400f310c2a066b764a899d",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x48f0e4e",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Sei",
          "canonicalEvaluatedCondition": "{\"chainId\":1329,\"contractAddress\":\"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x8dff2d118af0fc80e4b473cef90fc26116622dab0b1fd2928070cf81862f0407",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0xdb3203c",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Plume",
          "canonicalEvaluatedCondition": "{\"chainId\":98866,\"contractAddress\":\"0x222365EF19F7947e5484218551B56bb3965Aa7aF\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x7fd1265aeef6942d746bc033d81102351391166a8482a3b2fead74034743b265",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x56d614f",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Unichain",
          "canonicalEvaluatedCondition": "{\"chainId\":130,\"contractAddress\":\"0x078D782b760474a361dDA0AF3839290b0EF57AD6\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xd8a588457f0798c7f033f567ed5865b63f9ac4cd9f6d505538efe0618c8ee8a2",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x36f76dd",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDC on Ink",
          "canonicalEvaluatedCondition": "{\"chainId\":57073,\"contractAddress\":\"0x2D270e6886d130D724215A266106e6832161EAEd\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x20464874423771b1c5c71d20584d5e72eb6099cb5504a1c56154ac199af93f97",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x3458079",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Ethereum",
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xdAC17F958D2ee523a2206206994597C13D831ec7\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x76e39871e8f09b69882acfc1982a2000e50ff86a6e7e1805903766f9de47a099",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18b15f0",
            "blockTimestamp": "2026-09-02T21:35:23.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Sonic",
          "canonicalEvaluatedCondition": "{\"chainId\":146,\"contractAddress\":\"0x6047828dc181963ba44974801ff68e538da5eaf9\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xbeb154d07bcb82c55f38b59504fbf2be1d2f3b622b7bd8889592e8a70f8fa1b1",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x4af4ebe",
            "blockTimestamp": "2026-09-02T21:35:29.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Linea",
          "canonicalEvaluatedCondition": "{\"chainId\":59144,\"contractAddress\":\"0xA219439258ca9da29E9Cc4cE5596924745e12B93\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xfd702cd471a74349ecd1f2443f09d57c3cacdb7684e74f406658423631535767",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1e6fe86",
            "blockTimestamp": "2026-09-02T21:35:11.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on ZKsync",
          "canonicalEvaluatedCondition": "{\"chainId\":324,\"contractAddress\":\"0x493257fD37EDB34451f62EDf8D2a0C418852bA4C\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x689e00e5409816471d519e45e6c3a6f6b38083267329a1a1b6052cbe9948f377",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x447ed22",
            "blockTimestamp": "2026-09-02T21:35:20.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Gnosis",
          "canonicalEvaluatedCondition": "{\"chainId\":100,\"contractAddress\":\"0x4ECaBa5870353805a9F068101A40E0f32ed605C6\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xf4d55e52e0bc9db3db786f65167ab027649c7562d92cf414fb5e34397b433359",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x2dd2c02",
            "blockTimestamp": "2026-09-02T21:35:30.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Mantle",
          "canonicalEvaluatedCondition": "{\"chainId\":5000,\"contractAddress\":\"0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xbfbfa31d1d6fd7a60c848c11e2f1a088fd103a3619f75f9ab27f2b0d22a31915",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x5f7d24e",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Scroll",
          "canonicalEvaluatedCondition": "{\"chainId\":534352,\"contractAddress\":\"0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xc5dcb74f9dcc16d255f98eb525e595e94ddfae2d0fc7addfa0476efc3eba2c01",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x21462df",
            "blockTimestamp": "2026-09-02T21:35:21.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Celo",
          "canonicalEvaluatedCondition": "{\"chainId\":42220,\"contractAddress\":\"0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0xe1f6b90f6414af3165953db65b03ebc2da59f781062a97aa723925430c9a6044",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x48f0e4e",
            "blockTimestamp": "2026-09-02T21:35:32.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on Soneium",
          "canonicalEvaluatedCondition": "{\"chainId\":1868,\"contractAddress\":\"0x3A337a6adA9d885b6Ad95ec48F9b75f197b5AE35\",\"decimals\":6,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x4aa1e49100d1945dd00fb8a3b51cd83c68f94610cda9e9e6fb0f485e0f4bd6f7",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x1a58682",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        },
        {
          "dimension": "stablecoins",
          "label": "USDT on opBNB",
          "canonicalEvaluatedCondition": "{\"chainId\":204,\"contractAddress\":\"0x9e5AAC1Ba1a2e6aEd6b32689DFcF62A509Ca96f3\",\"decimals\":18,\"operator\":\"gt\",\"threshold\":0,\"type\":\"token_balance\"}",
          "conditionHash": "0x3845091ff687c4c25cb0b1a6a14050f175ff7f0dbab14dfb93a5be106388c655",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0xacaf083",
            "blockTimestamp": "2026-09-02T21:35:31.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "trust": {
            "id": "TRST-F1B1C",
            "wallet": "0xAd982CB19aCCa2923Df8F687C0614a7700255a23",
            "conditionSetVersion": "v2",
            "dimensions": {
              "governance": {
                "checks": [
                  {
                    "label": "UNI on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xef25c0e181817c3dbe44e5b9f55b67f06cd625fdcbdaf499ab32f2a1c7509150",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "AAVE on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xdf8dfc39c5f9d20774f65c0427f23162399ce47ab13540493879706812bc8360",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "ARB on Arbitrum",
                    "chainId": 42161,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42161,
                      "contractAddress": "0x912CE59144191C1204E64559FE8253a0e49E6548",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xcc0020fe53bcf6cbf2ce50eba74b9e2ebe86e052b98b193b8231253db232c4a1",
                    "blockNumber": "0x1dde4ca9",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "OP on Optimism",
                    "chainId": 10,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 10,
                      "contractAddress": "0x4200000000000000000000000000000000000042",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x7286173e3d6248091039e9833d2ce4c9ca7b2c466dc92a7bdbf9f4439806485c",
                    "blockNumber": "0x9525e75",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  }
                ],
                "passCount": 0,
                "failCount": 4,
                "notEvaluatedCount": 0,
                "total": 4
              },
              "nfts": {
                "checks": [
                  {
                    "label": "BAYC on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "nft_ownership",
                      "chainId": 1,
                      "contractAddress": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
                      "operator": "gt",
                      "threshold": 0
                    },
                    "conditionHash": "0xf20d2a07d91624ef8a9e884b339b217b127377b2d667885bd3f860f0b425a491",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "Pudgy Penguins on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "nft_ownership",
                      "chainId": 1,
                      "contractAddress": "0xBd3531dA5CF5857e7CfAA92426877b022e612cf8",
                      "operator": "gt",
                      "threshold": 0
                    },
                    "conditionHash": "0x676b5f4c21131316fa6d0f72100955da9b4e43a51dc8efb461ebb10cee000378",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "Wrapped CryptoPunks on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "nft_ownership",
                      "chainId": 1,
                      "contractAddress": "0xb7F7F6C52F2e2fdb1963Eab30438024864c313F6",
                      "operator": "gt",
                      "threshold": 0
                    },
                    "conditionHash": "0xf8af667ce82e9ce3afacc7b497451cfe6100a27390a5552f6847cda9c6eff2f3",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  }
                ],
                "passCount": 0,
                "failCount": 3,
                "notEvaluatedCount": 0,
                "total": 3
              },
              "institutional_stablecoins": {
                "checks": [
                  {
                    "label": "EURCV on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x0686a9c43f56bd396a0182761ec161f8a8ff8e431fdfd696665cd9d9de3de26d",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "USDCV on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0x5422374b27757da72d5265cc745ea906e0446634",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xa60ad35ecb39d5f783c01aaeb2449ba256f3d56aadaeab64159657922a438cdb",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "EURCV on Solana",
                    "chainId": "solana",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "solana",
                      "contractAddress": "DghpMkatCiUsofbTmid3M3kAbDTPqDwKiYHnudXeGG52",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 2
                    },
                    "conditionHash": "0x279f273b5d7345a7da730bf2466f6cc4680b6c2cd2b2d8f2fc56000f84b8a0c1",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "solanaWallet"
                  },
                  {
                    "label": "USDCV on Solana",
                    "chainId": "solana",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "solana",
                      "contractAddress": "8smindLdDuySY6i2bStQX9o8DVhALCXCMbNxD98unx35",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 2
                    },
                    "conditionHash": "0xba002b0e63c2a6ff36c50f6a6ea96ccf6ff408e02e93c0d48089fb125bdfe46b",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "solanaWallet"
                  },
                  {
                    "label": "EURCV on XRPL",
                    "chainId": "xrpl",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "xrpl",
                      "contractAddress": "rUNaS5sqRuxZz6V7rBGhoSaZiVYA3ut4UL",
                      "operator": "gt",
                      "threshold": 0,
                      "currency": "4555524356000000000000000000000000000000",
                      "decimals": 18
                    },
                    "conditionHash": "0x96e23474627b9a6f751b425432d88d52714a7bd853ee9e1075f01d079f693afc",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "xrplWallet"
                  },
                  {
                    "label": "USDC on Stellar (classic)",
                    "chainId": "stellar",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "stellar",
                      "contractAddress": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
                      "operator": "gt",
                      "threshold": 0,
                      "assetCode": "USDC",
                      "decimals": 18
                    },
                    "conditionHash": "0xf2078292af116553fd01e4b662acd9476253fc628c85d23305f297b7dadf4d32",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "stellarWallet"
                  },
                  {
                    "label": "BENJI on Stellar",
                    "chainId": "stellar",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "stellar",
                      "contractAddress": "GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5",
                      "operator": "gt",
                      "threshold": 0,
                      "assetCode": "BENJI",
                      "decimals": 18
                    },
                    "conditionHash": "0x3d4608e304cd4aedb59cbcaad3c9452d6ca761b787e15f54ac02fb5bad28ac58",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "stellarWallet"
                  },
                  {
                    "label": "USDC on Sui",
                    "chainId": "sui",
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": "sui",
                      "contractAddress": "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xc5bda8eece2993f5cd475f3359065872b7995b03ae8179b8e080612447ce69a0",
                    "evaluated": false,
                    "reason": "wallet_not_provided",
                    "requires": "suiWallet"
                  }
                ],
                "passCount": 0,
                "failCount": 2,
                "notEvaluatedCount": 6,
                "total": 8
              },
              "staking": {
                "checks": [
                  {
                    "label": "stETH on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xdb443b0fbcd41b4f9c27eb767f97ca07a2fdadc615d4a11a96d55345b9bef7c3",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "rETH on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xae78736Cd615f374D3085123A210448E74Fc6393",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xdc4f80d4bd9f56ee0334ef9c53ecefe4529c35a8584247099dcb8de0db78d31b",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "cbETH on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0xb6c64e48fa9f8c10336da7beb33d323695958fa2a366691cc46ea905c4f0aae3",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  }
                ],
                "passCount": 0,
                "failCount": 3,
                "notEvaluatedCount": 0,
                "total": 3
              },
              "stablecoins": {
                "checks": [
                  {
                    "label": "USDC on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x27254c13e7bfb9e96dc90f7c54a7d2b05a5647fd38a00b2dc1bff58a236bbebf",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "USDC on Base",
                    "chainId": 8453,
                    "met": true,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 8453,
                      "contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x39c2094ef29fa7ea94e2db2ba02734ff06db035f47b1245fddd18be9e0e2d2f3",
                    "blockNumber": "0x3071ce0",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Polygon",
                    "chainId": 137,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 137,
                      "contractAddress": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x2f27c5ada76e26a8128be4c8ab6e4f18462125f8e62e1127325648764d895ad3",
                    "blockNumber": "0x58ce5bd",
                    "blockTimestamp": "2026-09-02T21:35:33.000Z"
                  },
                  {
                    "label": "USDC on Arbitrum",
                    "chainId": 42161,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42161,
                      "contractAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x69d52b75f8158ecb3fcb3ebb927bdb3ab46b7dabc41e2a4ffb80e3a63693fcf1",
                    "blockNumber": "0x1dde4ca9",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Optimism",
                    "chainId": 10,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 10,
                      "contractAddress": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xe7cbb40729f6418a140ab1ba1ed2a6503dc1b308a5a59d023586f049c290f431",
                    "blockNumber": "0x9525e75",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Avalanche",
                    "chainId": 43114,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 43114,
                      "contractAddress": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xd7314b245f11bebe5edb8996bef62338a75cb4444154004e881af886617be5aa",
                    "blockNumber": "0x59f2004",
                    "blockTimestamp": "2026-09-02T21:35:30.000Z"
                  },
                  {
                    "label": "USDC on BNB Chain",
                    "chainId": 56,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 56,
                      "contractAddress": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x7a4a14eeb72f26d63ae43bd34d1b157e1ea28816637a986f95d02172c4a58fe5",
                    "blockNumber": "0x7211368",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Sonic",
                    "chainId": 146,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 146,
                      "contractAddress": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x7be940a7d4d138033f148f6a440f3cafeaeb59b5b160e176423ad71be395c915",
                    "blockNumber": "0x4af4ebe",
                    "blockTimestamp": "2026-09-02T21:35:29.000Z"
                  },
                  {
                    "label": "USDC on World Chain",
                    "chainId": 480,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 480,
                      "contractAddress": "0x79A02482A880bCe3F13E09da970dC34dB4cD24D1",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xcd2c1e07e7c2c4d738d969a0f0ff818f4870b458c228924415dca1178c9f7f45",
                    "blockNumber": "0x20ecde6",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Linea",
                    "chainId": 59144,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 59144,
                      "contractAddress": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xbabd8bda4f43e4d419a1de7c7cc4d15013db6c4eb69bbee72608aceaef8df0b9",
                    "blockNumber": "0x1e6fe86",
                    "blockTimestamp": "2026-09-02T21:35:11.000Z"
                  },
                  {
                    "label": "USDC on ZKsync",
                    "chainId": 324,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 324,
                      "contractAddress": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x889c7e4de2ed508109f3a31f0ea7bcdab551a22d80534fd458f8d920a37bb51f",
                    "blockNumber": "0x447ed22",
                    "blockTimestamp": "2026-09-02T21:35:20.000Z"
                  },
                  {
                    "label": "USDC on Celo",
                    "chainId": 42220,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42220,
                      "contractAddress": "0xcebA9300f2b948710d2653dD7B07f33A8B32118C",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x57a392a94f72fd432077ed3cd52ce772a3a4a72f47400f310c2a066b764a899d",
                    "blockNumber": "0x48f0e4e",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDC on Sei",
                    "chainId": 1329,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1329,
                      "contractAddress": "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x8dff2d118af0fc80e4b473cef90fc26116622dab0b1fd2928070cf81862f0407",
                    "blockNumber": "0xdb3203c",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Plume",
                    "chainId": 98866,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 98866,
                      "contractAddress": "0x222365EF19F7947e5484218551B56bb3965Aa7aF",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x7fd1265aeef6942d746bc033d81102351391166a8482a3b2fead74034743b265",
                    "blockNumber": "0x56d614f",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDC on Unichain",
                    "chainId": 130,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 130,
                      "contractAddress": "0x078D782b760474a361dDA0AF3839290b0EF57AD6",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xd8a588457f0798c7f033f567ed5865b63f9ac4cd9f6d505538efe0618c8ee8a2",
                    "blockNumber": "0x36f76dd",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDC on Ink",
                    "chainId": 57073,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 57073,
                      "contractAddress": "0x2D270e6886d130D724215A266106e6832161EAEd",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x20464874423771b1c5c71d20584d5e72eb6099cb5504a1c56154ac199af93f97",
                    "blockNumber": "0x3458079",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDT on Ethereum",
                    "chainId": 1,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1,
                      "contractAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x76e39871e8f09b69882acfc1982a2000e50ff86a6e7e1805903766f9de47a099",
                    "blockNumber": "0x18b15f0",
                    "blockTimestamp": "2026-09-02T21:35:23.000Z"
                  },
                  {
                    "label": "USDT on Sonic",
                    "chainId": 146,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 146,
                      "contractAddress": "0x6047828dc181963ba44974801ff68e538da5eaf9",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xbeb154d07bcb82c55f38b59504fbf2be1d2f3b622b7bd8889592e8a70f8fa1b1",
                    "blockNumber": "0x4af4ebe",
                    "blockTimestamp": "2026-09-02T21:35:29.000Z"
                  },
                  {
                    "label": "USDT on Linea",
                    "chainId": 59144,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 59144,
                      "contractAddress": "0xA219439258ca9da29E9Cc4cE5596924745e12B93",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xfd702cd471a74349ecd1f2443f09d57c3cacdb7684e74f406658423631535767",
                    "blockNumber": "0x1e6fe86",
                    "blockTimestamp": "2026-09-02T21:35:11.000Z"
                  },
                  {
                    "label": "USDT on ZKsync",
                    "chainId": 324,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 324,
                      "contractAddress": "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x689e00e5409816471d519e45e6c3a6f6b38083267329a1a1b6052cbe9948f377",
                    "blockNumber": "0x447ed22",
                    "blockTimestamp": "2026-09-02T21:35:20.000Z"
                  },
                  {
                    "label": "USDT on Gnosis",
                    "chainId": 100,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 100,
                      "contractAddress": "0x4ECaBa5870353805a9F068101A40E0f32ed605C6",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xf4d55e52e0bc9db3db786f65167ab027649c7562d92cf414fb5e34397b433359",
                    "blockNumber": "0x2dd2c02",
                    "blockTimestamp": "2026-09-02T21:35:30.000Z"
                  },
                  {
                    "label": "USDT on Mantle",
                    "chainId": 5000,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 5000,
                      "contractAddress": "0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xbfbfa31d1d6fd7a60c848c11e2f1a088fd103a3619f75f9ab27f2b0d22a31915",
                    "blockNumber": "0x5f7d24e",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDT on Scroll",
                    "chainId": 534352,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 534352,
                      "contractAddress": "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xc5dcb74f9dcc16d255f98eb525e595e94ddfae2d0fc7addfa0476efc3eba2c01",
                    "blockNumber": "0x21462df",
                    "blockTimestamp": "2026-09-02T21:35:21.000Z"
                  },
                  {
                    "label": "USDT on Celo",
                    "chainId": 42220,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 42220,
                      "contractAddress": "0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0xe1f6b90f6414af3165953db65b03ebc2da59f781062a97aa723925430c9a6044",
                    "blockNumber": "0x48f0e4e",
                    "blockTimestamp": "2026-09-02T21:35:32.000Z"
                  },
                  {
                    "label": "USDT on Soneium",
                    "chainId": 1868,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 1868,
                      "contractAddress": "0x3A337a6adA9d885b6Ad95ec48F9b75f197b5AE35",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 6
                    },
                    "conditionHash": "0x4aa1e49100d1945dd00fb8a3b51cd83c68f94610cda9e9e6fb0f485e0f4bd6f7",
                    "blockNumber": "0x1a58682",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  },
                  {
                    "label": "USDT on opBNB",
                    "chainId": 204,
                    "met": false,
                    "evaluatedCondition": {
                      "type": "token_balance",
                      "chainId": 204,
                      "contractAddress": "0x9e5AAC1Ba1a2e6aEd6b32689DFcF62A509Ca96f3",
                      "operator": "gt",
                      "threshold": 0,
                      "decimals": 18
                    },
                    "conditionHash": "0x3845091ff687c4c25cb0b1a6a14050f175ff7f0dbab14dfb93a5be106388c655",
                    "blockNumber": "0xacaf083",
                    "blockTimestamp": "2026-09-02T21:35:31.000Z"
                  }
                ],
                "passCount": 1,
                "failCount": 25,
                "notEvaluatedCount": 0,
                "total": 26
              }
            },
            "summary": {
              "totalChecks": 44,
              "totalPassed": 1,
              "totalFailed": 37,
              "totalNotEvaluated": 6,
              "dimensionsWithActivity": 1,
              "dimensionsChecked": 5
            },
            "profiledAt": "2026-09-02T21:35:32.765Z",
            "expiresAt": "2026-09-02T22:05:32.765Z"
          },
          "sig": "vdHt+0CWWor/1pCfc9+04YbwulxWmQ55KqVrKHmqkgc/Q0GotJTOazuOmj80ooGab80/frN50QRsAf0rJ6dhTw==",
          "kid": "insumer-attest-v2",
          "pqSig": "q3t4MAF1zvZ/gbe1mPnMBAZuX58uSQvJBACgpdsl94c1/9lEi544G2iY8IEutTJ0EvgGxZ7RYqaH5Ah9Dp9CS/Ufgw4BoCDb3jkq9A+lBAGLwCEntB/GljL3JPypfiDmM09nRn3bgKpsB8vUPVhrzFDchmUfkxjJVLxHyiPB5KBOOONdS/GAC4vSG/UieiWsqFvYP0Wrvhwsqb9gXLi3nkKQET5nbCqWEqsqNZ4PyFwuTbWhOp2jD3xAfOyuGViJYP0iPMebxFwQisDNnP0SyaD03Qe1I96tg5ueliHcptlCDMuoRQQIdInXFK9QUXcD5pO35wqDUZnPojKat12PYigwM/QGz94fbKdIEAwg3ilJF/zkXXx1Rq1JjIv4bJZykjq9tREzCuLfdfdiqw+YdRMAaVLiWh/nsQKhdGM5XhpyISpnAC0YslunXaJiUHDLS7Figkm3Y0WHRQE22xa7VAWJNdSpMR4EZKDyL77lPvR4LaVFWm2US3y75nT1M/OrTRw1QVZFVr6QcUL86ekva5D7CnrjpRIeswiHEvz3z3XUUqTAC2ZV82Cm5jpNat5rAjT9NCdYzotkJi1T3wzLNg9N4EvlXVhM1hdfRjBtEgG48uSgZ7TfKVXNYtmh8vHfF8+amJgiE/DV/DqUQa1SYNl+c85FZSaSW53HR9FqdmI40G2YgPzXaKKqejoNGYAzl5lhKeOLYML3pmuwC6v6WQyxjxaP3rJkvbIXr+0apYPaHRgPeP7dWuHIvMBgf2uEMbuqJLAv1dZkdxd+4C+h7Jyzhdk4I5Mk74pcpToRe4Kf+sM7LU00YxpuHsziJE85O1AK7rdyeByxJPO/biGnRfghwbtmxfNL+LOWec5qnjcX8CY7VOUPSyY2hlgpGoLueg57bOjsGntZ35s1UpLrNR08USj0z3AbnITjp466ZA6IYeSbO6062QSH/3fGvgmMnrnraFU8dQXTsUALFbw5qINN6i5f1rL518Faq1wrXEFitCCX8+GUgFzARvsSBRMkj1TGrvhL1SdsT6T0TpcNeGNjbOYcrt6bOPAm6RYtK1uIrvrMl9Y+YbcQ5vp/K6S7b3vjyWUZubL7JOad9OXshBOU34g7GU+fIh79Y+aVqG7OhTOGkuEwES2yFyAP9MHRYEjJG86WQ6kDshcC/NgKfNQJSL7YHtEYTnIyW4eodykveenvyIW1xn6XVPSPVYqB6XcEfLmXVdOKqpeI7eLQ//TN8ghj7SC1luI6Dt0TvuVkP1eGdLB7JzmAiUVg26FUGies2VccITlzqwapCbdIiC9X/xBMk/8vmB8+WNUmoe9NdBZszpzi1uOUtLj4s3YEu3KBxumtmpzQvS8I87KyjcZz+8fXw4Rid4/WjIw0qwkn2O/iMxqN9RcQQkU59NpbETOddIQiqZU/EjAB5haGjaySyh+YFFMD0G48eCcXRpugvRBPRuCjCDMhGco+RhxP8K7JauIenXwy+UyiHxFWYKo7YwYEJKqgWQBaDHa8JsrhAYXqzAYoxY5SwDzTnkaDBLSsDm7/F/q72dnikNV9fZhG72njMK5lVpvr47slt1y5mHvoKu+oY2ZvIuve5Fr0qLQ9eLP8xy+djIQpuRkYAg8eQW7uAydyAxqUqOGRXwjC2l9jhqkgB0eOhI3Rtaw3zqmOHge7WSfsAa0gc8TyJxa7HDE3h55g0qt/h4je4hYgJ/OEXuTGHvupPFGDc2TJg4q4qA8UIm+sJ3+jbkwB6osulZ0NTLP76WRVrlOPd/dJFKQR3RoGEonlJAtBa54kdyoLcd8F602kZN5YfEXgErL4TeoU0uCEz/w1JjeouSTOdqgnylIPlgudDii+jcLDSiWBsj9KAODcu9fwcoguGN6BLZD/RwnDvlSEgeZZH/BpICBcdZiOMo1fLM0y75vPHEMfvtJ7zLumlGKrTEY6Zlz7OY8RqHqiIwxbRGjCW0JVgN84VI4HFPmcfdDE9RnAafiBNXhmxawost7wdRh0zqQZ0tQzqncWgLL9EfAATiJB5Sndj6h1l78NOcZflgsyqBCNH58/fex6g9DcmpU2oNP/+4b3ljwHRV1ESvt8RubPnLGEpAkppn5l1Wszl6ARczj6pnbQFCE072ZmAb8jSuYiTSoOXgSSGL0RK9EXXClyWJNgdYtnLQRThasl3zL1HHKsfwhHwSlhZvMza1U4vzliI8w2mR0yIyMJC5Qv0NefnLHPm4LKaQL0YIEUEEktZAbOoYxOQ/7wW7JPjZAF1T2/mHTIkvSlllVN0sxFBFly6NVjVx+lIJkslqahR8AQUxHKfr5EskhrRemowaplCCpcVm/RkpAGO7h0FiNMRm4TMWtPII90bwVP52C10Qex3Eu34EiMdUqHCwnAspaeiWjwPGu09S1elt9Rp1vixjjhqto55rPdXNQ22ZWFdKLDFWeUXHWx5KPJCbVbudWowJXxcazLeSbwxOYu4N87nz93doDmMrfaNG6fQLpXkuzuShMm4ghZwNS1CnFI5GY7AIyZLFzDkRmFqttC4mshO/16fZOVNo+6iNvYOv9IIPm2DXhqY0ab1MqqTBt2KbvrNM2+DJYJvegvbZPmZ3UizUhoDgNJOvI70E7yotYgJ+zVUw5bJXtGUcmaOdBcxXlkIzlB8qPpAaVgwKaEXyFfSjKZ+C8NZlt0qRyVbAgxpCO74tl0Pszu+Fl4F7g57d9WIVmNKCVjS2llE4d2k71Rxkt+5zGuUzbzTh3svPSqTdt3++K+MQ/LRZAHABSEX5ZT3gKawVNPks9+J/MiBz1hphiaSNYo4wUCmi54q0hdCOjnIfcIUzx5pDbG47CvxDJqfhxnG9qFgibTMi5F6zVumnp8rzpL6IY2CmQcDt/ZgdkDBdJGqaiAOcCmeZPsjGtVCYT+S/XKZzYWlzw0Hsn12+cx/wwhQHd6nbQf/tbGYNF9HayO5E9eSl9ocuu0FVWy0nKNHYtJH7oJ7yNzdKoU2UKjeJvSsN2O8gUAP5MJ00teceNA5NBza7ZNnxJB5AiMXguGUY2Q2osKXvxPz6+v1LORXYY/E6TmRx/VhkaXnEEqJ7o0mwmBO2mywMeDtc6/oKAyQbh94G29YrKR90N1HMXg7AdThAdVtjzQ5eEEnSSxt291rtXG0xnw2s1geuFiHW00ojMKTCRyLuzi1nUtRs5WtlNvxWJsaomYNLhn/qE4kt+s/LVtx6vNa5Vr7qqtkNmG+Z4Eo5coQ73tSPPfaDdAUaisI24GmetYiCPL/UaVAlaAomxlX3hYRyjxTSMM9+fER3Xfoe+4CanbO5TWZV3Aq9eLNC4e24vTYgjns6xYW9GbXvijUAsM6DwzymDQBgTJ27BJ+5sTXzu67OKkAqdQAh6XjIx8t+V1kGN3pS+JGyVnsPEiZX5rbJMoF+jY+sdNAnx4ldZj6dxlcJBsgRCPNvlQE+oNhIusvUqT7+XE9vsyUYOV2Rr0ebDW67yCFpwWwaLCuWd6xg2Rx4SAY6vrfl8orVlfggG1VIjoWdy3ESxPmcjw0eRB7xAtiAumZXbxfpKuB1I5QTl+r2QEWNpy1HfwJVv8g6g29rPHT68JzNdzW3h5wSF+iAQIqc/voNIhZiUMOaiftQX44ZMBNotaxGLf9lssyoYdoj0Y435cNWtWCOkrx/WFox2wts+KOQMAjqvoG7VGKRoHGBMLb/q8HIarf2IqgdnhYewy5lARE+nnyfI8Tw0Hj+rp3oAkyvzx0dCat7yHnVSSKZIApK3WSZ2v4X/z/MuWMJn1/33qUCd8Mhc+CLA5jCZWPMl+fOKGxK3cnSle1z7Xvw7IUpItt2OmjRAxBbW3Q3pQ8s3a7UoLNmVi0PFTRMJDAKntaIOKqoJf2U7qI/Q8l7zCQk3jd0EV3FhHgTdfY8C5eJSHHEOzBkv6N6vozaM6oM5Lp02AJiXPiI731iLgcJVOU81jGQG/Q3EJ2iutywBK3BayuoG5Ux3yXwap3i4BoWkoKa2ZDxhGU+AXQZJIIEZDNRW6+8MMR+cmQp5wcRxy5mVqdUjbt296i4jy2AqqmOxzcf761l2p0NSh87qThx3IsROyrPQrTKObY53AFSPbrqwhYwEYi+R52IZLAVFEenv8as3cpSBRlYuh/kL2UkXKHTfWEiR8lLrX/Z7sj1HdjR5RFg1fb8qpPS1yCurslZjPfPaB0yDErYFuspOV93qbjb2CULAn90b8szK7bT+oy8DiQcbhE5GF8YIUmYQHs+VssXJOlWIu2rlJ6Qvsz/ZlQhreWRq6UDcRQEbN8g6qjgkeuxXfeKBE4BBzjKOfojbhkTA78Qx+oSRMAkFroQs+Ohc2eo+YoLVll6i85jR5h7G4/yEtaG6DnaG18/osSm1xqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgsRFBsg",
          "pqKid": "insumer-trust-pq1"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-02T21:35:33.059Z",
          "creditsRemaining": 997,
          "creditsCharged": 3
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "freshness": true,
          "expiry": false,
          "pq": false
        },
        "pq": {
          "status": "refuted"
        }
      }
    },
    "22-pq-kid-other-artifact": {
      "description": "Vector 12 presented with its pqKid changed to insumer-trust-pq1, the companion kid for trust profiles.",
      "note": "The classical checks pass: sig and kid are untouched. The companion kid resolves, since insumer-trust-pq1 is in the JWKS as an AKP entry over the same ML-DSA-65 key as insumer-attest-pq1, but it names the other artifact type, so the companion is UNVERIFIABLE: a known kid that does not belong to this artifact is a mislabelled companion, not evidence for or against the signature, and it is never re-interpreted under the kid the verifier would have expected. No pqRequiredFrom is pinned, so the artifact is not refused for it; under a cutoff that has passed it would be, exactly as vector 15. Expected pq status: unverifiable.",
      "options": {
        "jwksUrl": "https://insumermodel.com/.well-known/jwks.json"
      },
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18afc82",
            "blockTimestamp": "2026-09-01T23:49:23.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-EBCC03C22FF000FA",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18afc82",
                "blockTimestamp": "2026-09-01T23:49:23.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-09-01T23:49:31.847Z",
            "expiresAt": "2026-09-02T00:19:31.847Z"
          },
          "sig": "mM++/AH81e8TCtD/9k6PEf33i6cCP/rxFd+s2cQ4eLdfkMS+ii//HFydmm82hc5Uhv0dDRIyE6NRJbmMP78imQ==",
          "kid": "insumer-attest-v2",
          "pqSig": "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",
          "pqKid": "insumer-trust-pq1"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-09-01T23:49:32.080Z",
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": true,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "unverifiable"
        },
        "attestation": {
          "pass": true,
          "results": [
            {
              "met": true
            }
          ]
        }
      }
    },
    "23-unknown-kid-no-jwks": {
      "description": "Vector 01 presented with a kid that names no published key, to a verifier that has not been given a JWKS URL.",
      "note": "Vector 11 shows an unknown kid failing when the verifier fetches the JWKS. This vector removes the fetch: no jwksUrl is pinned, so insumer-verify falls back to its built-in InsumerAPI key. A kid the verifier cannot place must still fail, and must fail as could-not-verify rather than as forged: nothing about the signature has been shown wrong, the verifier simply has no key or scheme it is entitled to check it under. It must never be resolved by using whatever key is at hand. insumer-verify reports the signature verdict failed with a reason that names the kid it could not place; the reason is the classical verdict's only carrier of the unverifiable-versus-refuted distinction, since the classical checks report a boolean and a reason rather than a status. The condition hashes still reproduce and the companion is absent, as on vector 01.",
      "recompute": [
        {
          "canonicalEvaluatedCondition": "{\"chainId\":1,\"contractAddress\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"operator\":\"gte\",\"threshold\":\"1\",\"type\":\"token_balance\"}",
          "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
          "reproduces": true,
          "anchor": {
            "blockNumber": "0x18a8ac5",
            "blockTimestamp": "2026-08-28T22:24:59.000Z"
          }
        }
      ],
      "response": {
        "ok": true,
        "data": {
          "attestation": {
            "id": "ATST-E968E5993E8D89A2",
            "pass": true,
            "results": [
              {
                "condition": 0,
                "label": "",
                "type": "token_balance",
                "chainId": 1,
                "met": true,
                "evaluatedCondition": {
                  "type": "token_balance",
                  "chainId": 1,
                  "contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                  "operator": "gte",
                  "threshold": "1"
                },
                "conditionHash": "0x7461826638a23862059da9474fa12054829f694020701491d660395b87df6132",
                "blockNumber": "0x18a8ac5",
                "blockTimestamp": "2026-08-28T22:24:59.000Z"
              }
            ],
            "passCount": 1,
            "failCount": 0,
            "attestedAt": "2026-08-28T22:25:11.944Z",
            "expiresAt": "2026-08-28T22:55:11.944Z"
          },
          "sig": "B6/KZxcRoJHSJi/Nprr567POnDS7fF2I/+BOQxOvA8BJhMOY6Sy4PK5zbYRkoeGQc27ZyNRXyNSc2jHpXlyByQ==",
          "kid": "insumer-attest-v9"
        },
        "meta": {
          "version": "1.0",
          "timestamp": "2026-08-28T22:25:12.116Z",
          "creditsRemaining": 989,
          "creditsCharged": 1
        }
      },
      "expected": {
        "checks": {
          "signature": false,
          "conditionHashes": true,
          "freshness": true,
          "expiry": false,
          "pq": true
        },
        "pq": {
          "status": "absent"
        }
      }
    }
  },
  "pq_note": "Vectors 01-11 were issued before post-quantum signing existed (2026-08-28) and carry no companion: a correct run reports pq as absent, which does not fail them unless the runner sets pqRequiredFrom. Vectors 12-17 were issued after the anchored binding (2026-09-01T23:30:53Z) and carry the companion as issued. Reading any artifact after the fact is evidence mode: nothing is refused for lacking a companion; the anchored binding date tells the reader whether one could have existed. Vectors 18-23 (added 2026-09-02) cover the trust-profile not-evaluated marker (spec 11.3) and the kid rules a verifier applies since insumer-verify 1.8.2: a missing kid fails, a kid selects only the artifact type it is bound to, an unknown kid with no JWKS supplied is unverifiable rather than refuted, and a pqKid of the other artifact type leaves the companion unverifiable while the classical checks stand. Checks the profile could not evaluate carry evaluated: false and are counted in notEvaluatedCount and totalNotEvaluated, never as failures."
}
