{
  "generated": "2026-08-09T04:55:22Z",
  "chains": [
    "base",
    "bsc",
    "ethereum",
    "hashkey",
    "monad",
    "polygon"
  ],
  "networks": {
    "base": {
      "name": "Base Sepolia",
      "chain_id": 84532,
      "rpc": "https://base-sepolia-rpc.publicnode.com",
      "forked": false,
      "measured_via": "https://base-sepolia-rpc.publicnode.com",
      "fork_note": null
    },
    "bsc": {
      "name": "BNB Smart Chain Testnet",
      "chain_id": 97,
      "rpc": "https://bsc-testnet-rpc.publicnode.com",
      "forked": false,
      "measured_via": null,
      "fork_note": null
    },
    "ethereum": {
      "name": "Ethereum Sepolia",
      "chain_id": 11155111,
      "rpc": "https://ethereum-sepolia-rpc.publicnode.com",
      "forked": false,
      "measured_via": null,
      "fork_note": null
    },
    "hashkey": {
      "name": "HashKey Chain Testnet",
      "chain_id": 133,
      "rpc": "https://testnet.hsk.xyz",
      "forked": false,
      "measured_via": null,
      "fork_note": null
    },
    "monad": {
      "name": "Monad Testnet",
      "chain_id": 10143,
      "rpc": "https://testnet-rpc.monad.xyz",
      "forked": true,
      "measured_via": "http://127.0.0.1:8546",
      "fork_note": "Measured against a local anvil fork of the public endpoint above. A fork is byte-identical to live state at the block it forked, and it is what allows a balance to be fabricated for an address that already holds a real A-Pass so an otherwise unobservable gate can be driven. Credentials were never fabricated, and every affected row is flagged."
    },
    "polygon": {
      "name": "Polygon Amoy",
      "chain_id": 80002,
      "rpc": "https://polygon-amoy-bor-rpc.publicnode.com",
      "forked": false,
      "measured_via": null,
      "fork_note": null
    }
  },
  "tokens": 317,
  "in_scope": 283,
  "out_of_scope": 34,
  "implementations": 70,
  "implementation_unknown": 0,
  "by_stage": {
    "Stage 0": 22,
    "No stage": 261
  },
  "ladder": {
    "0": {
      "name": "Stage 0",
      "summary": "The gate is observable.",
      "requirements": [
        [
          "gate_observable",
          "Can a stranger observe this token's transfer gate reach a decision?"
        ],
        [
          "erc20_answers",
          "Does the contract answer basic ERC-20 reads, proving it is live?"
        ]
      ]
    },
    "1": {
      "name": "Stage 1",
      "summary": "Credential substance is checked and the terms are stated.",
      "requirements": [
        [
          "refuses_uncredentialed",
          "Is an address holding no credential actually refused?"
        ],
        [
          "checks_substance",
          "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?"
        ],
        [
          "disclosure_stated",
          "Are the insolvency waterfall and price basis stated on-chain?"
        ]
      ]
    },
    "2": {
      "name": "Stage 2",
      "summary": "Refusals are durable and exit is proven.",
      "requirements": [
        [
          "refusals_durable",
          "Does a refusal survive its own transaction, with the rule named?"
        ],
        [
          "exit_exists",
          "Can a holder exit \u2014 redeem, or transfer to a reachable counterparty?"
        ],
        [
          "no_seizure",
          "Is the issuer unable to pause, freeze, seize or upgrade?"
        ]
      ]
    }
  },
  "rows": [
    {
      "token": "0x9262C5fDA15665d02DaC9D8b6DF02903Be77375F",
      "symbol": "ASSAYUSD",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe7D2777603d82cf002278C8ADA2498743E5e2Ec1",
      "symbol": "CCUSD2",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x13aDF50039Db284B380f06FD4be0061C30A92c96",
      "symbol": "CLLAT01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xE821F58B1F393A46cc3Cd9ba420A19c2ef62a2ec",
      "symbol": "CVN173AA2B7D",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x56bc7D32d09E52E8091edE433DbAAb554401AcE6",
      "symbol": "CWRS01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x45fFB672188008CA942E08c85d93d460948Ebdec",
      "symbol": "CWRS02",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x0EDd0C78Ec0538ffC5486FD51364EA69c4d82f36",
      "symbol": "CWRS03",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x1A3225eb4d5Eb81FcffD9cf5b554CfA3D02BaD40",
      "symbol": "CWUSD",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xE468bACE878B5b9159FfE248Dff3bE155B84Da08",
      "symbol": "KLYG",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6A7942B254f84822f7237c6C14aD78A00a22BC4E",
      "symbol": "OPRACVA3275",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x43aD32D181b0b673Cb782d8e379B3DfFF4DacfdC",
      "symbol": "RCP342535",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x0E0d08C6D00B7e83084B577f9a6874BE439e6d00",
      "symbol": "SPTFIX0728",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xbAE642890988C3EF56e77Fb041aFD847A6131d64",
      "symbol": "TLNB",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xaC0893567D43C3E7e6e35a72803df05416C1f20D",
      "symbol": "ausdc",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xaC0893567D43C3E7e6e35a72803df05416C1f20D",
      "symbol": "ausdc",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": null,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6b70a81e010d8cefe7c44701e490337661785644",
      "symbol": "cBOND",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "beaaf945f3151a7c",
        "kind": "direct",
        "siblings": 1,
        "size": 7323
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 8,
        "failed": 8,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x83C130ed9fb92830F09ea2b30E49009EF03065Bb",
        "receiver": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7a78912533b43c483621200b4919806c0b855e5b",
      "symbol": "cBOND2",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "e3848831ed4bd3c9",
        "kind": "direct",
        "siblings": 1,
        "size": 7653
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 8,
        "failed": 8,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x83C130ed9fb92830F09ea2b30E49009EF03065Bb",
        "receiver": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe32825bb4bf312688233f68abde3eb6dcbc89caf",
      "symbol": "cSETTLE",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "beaaf945f3151a7c",
        "kind": "direct",
        "siblings": 1,
        "size": 7323
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 8,
        "failed": 8,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x83C130ed9fb92830F09ea2b30E49009EF03065Bb",
        "receiver": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8B446F35763A56cA84168E31603cb46f08540821",
      "symbol": "hNVDA",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3db7f8E2672ff348bbD5AB27D873d012968C2bf7",
      "symbol": "hUSD",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8602d979Accfa6c089fEc00519891B475c4A4412",
      "symbol": "mUSDCA2M282",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x9E699BDaF6cEDeB7ca2417574a9F64CDeA4f3D1a",
      "symbol": "mXAUt0",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": 0,
        "label": "Stage 0",
        "blocked_at": 1,
        "blocking": [
          {
            "key": "checks_substance",
            "question": "Is the credential checked for substance \u2014 KYC, expiry \u2014 not just existence?",
            "answer": "no"
          },
          {
            "key": "disclosure_stated",
            "question": "Are the insolvency waterfall and price basis stated on-chain?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": null
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "ENFORCING",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": true,
        "unobservable_because": null,
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x59933d87370b818a44686a2b56701d994c8d7a8d",
      "symbol": "5000000",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8EdCE92B31494b3ea5DE8caE376b22900C19f44e",
      "symbol": "AAFAL",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x5027d5460ebf25ae10b6ffef32746607a70e4e0e",
      "symbol": "AB26",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "3339876b968c920d",
        "kind": "direct",
        "siblings": 3,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x958450b4896788ae0ac9D3766471b100653798FD",
      "symbol": "AL14615115",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xB6aB08Fc7d759e95c95b69C1fcCC39aB8Ce01348",
      "symbol": "ATK",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xA6C72cEF5A72253603b30392c316DE20B6447CBe",
      "symbol": "ATT34824",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x889b373d29412fa51853d3EEAe0892878bD36401",
      "symbol": "ATT59380",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x559e696bbd69a305aa44cea5220d91d82313de20",
      "symbol": "ATTT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "3d6a238d74bbfd7f",
        "kind": "direct",
        "siblings": 3,
        "size": 5228
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc7ce7F96B92EC7fDf13D16E5448c092A8F0743ad",
      "symbol": "BND525123",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "61e45e26d371005a",
        "kind": "erc1967-proxy",
        "siblings": 5,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x5fd11C324f6441570c8Ad3a809f88B6F73DD8a57",
      "symbol": "CA",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x33115981004AE5ae1cc0fe068a4f1a171CBE78e8",
      "symbol": "CAD",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xcBF21e83314DbF20cd5c043d6390FE979B98d1fc",
      "symbol": "CADRE0090",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x17C810B0dB076B44028Bd03c9F27ebc8c89b748A",
      "symbol": "CADRE0100",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x9e6daCD70dcd24FB4f20AD49981f920B99781a18",
      "symbol": "CADRE1001",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x948306D99C5aDb23455080f59Ac1732bDAfBE578",
      "symbol": "CB01617150",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x556ecA20924980A0a27e762A325573DB31C938B2",
      "symbol": "CB14430683",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x54e7955B80a8Eedb2F65a8eD32d4a0B3e390d4Bf",
      "symbol": "CLB03",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x23b054ba1EF9CAaadc195fef416ca12853D0c02A",
      "symbol": "CLBATCH01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x32b22BA013c3BA0C721a5B184898afE2fFb11839",
      "symbol": "CLBATCH03",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x4727a40d36cDa8505c42caFaAD262BCF22ABaEEb",
      "symbol": "CLDT01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xEae6ef4f62B735789bD0d899f5f6f2993488Fe69",
      "symbol": "CLINV01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xDAA42E5c1A8B9724F499729609f166B0D140Ec18",
      "symbol": "CLNOTE02",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x2784Aabf69387481103dd80aaD32357049dD51DD",
      "symbol": "CLNOTE03",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x09A050Eb813ddb0b1EEAE7bca83bc1becD04FA31",
      "symbol": "CLUSD",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x5813D568EBFC92f2610AA676896D05a6D68436cb",
      "symbol": "CRAIL4791",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x0f609265C92f688Aff59f0730D041c0814552f01",
      "symbol": "CRAIL536450",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd4590E69Be30F8c5e25e5bCeBA0A1802EaD103d4",
      "symbol": "CSB1409",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd3964bE7Ec1bCe73D2D32BEa336F618cbf80cBE2",
      "symbol": "CSB145559",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x68d4b25B38F2549fd678A05f71821027f0592Bf2",
      "symbol": "CVN",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xdFf72480344D28cA7d9242ce80B9c61fD8Af8b7E",
      "symbol": "CVN233A1BE01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x212c3f980d3392fd0170779ffda405a9d52f3766",
      "symbol": "DNS2",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "056abacda33c28e1",
        "kind": "direct",
        "siblings": 6,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x1430615fbad0163b4d301086784f0eabf2414fac",
      "symbol": "DSE1",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "27e34ba3ece9ad38",
        "kind": "direct",
        "siblings": 4,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x0234427b9eab9bf4dd45130e54d2209643ec9e52",
      "symbol": "DST1",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "27e34ba3ece9ad38",
        "kind": "direct",
        "siblings": 4,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xF33B6587F30Ed1BE5346dCE041C01C6FB7310D58",
      "symbol": "EN472118",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd0d3fb863a7e819b9c2e5a4a1924705210f9da26",
      "symbol": "ESGT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "2da7720fcc075c5d",
        "kind": "direct",
        "siblings": 2,
        "size": 9115
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3afe71376d0b9e5a388e74ea1236090374379c48",
      "symbol": "FEES",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "cb94afe50c3bce59",
        "kind": "direct",
        "siblings": 1,
        "size": 8957
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xcc5a9228a99520a95d8910d78fff31c3d0a483fb",
      "symbol": "FEFE",
      "chain": "bsc",
      "network": "BNB Smart Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "0e39e3cdb1e600cb",
        "kind": "direct",
        "siblings": 1,
        "size": 8957
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xbf7ec5f1f41f819a86df086cfce862f93d6e6760",
      "symbol": "FHCS",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "056abacda33c28e1",
        "kind": "direct",
        "siblings": 6,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x5b9bbafb8a8a2c363d78941ba94559ca2f8c9646",
      "symbol": "GEF",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xbaae9c75b0f05080af6f25ab180e8b491511ff35",
      "symbol": "GEF6",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "056abacda33c28e1",
        "kind": "direct",
        "siblings": 6,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x264fb9bd0955ab33a6b8e5678c5064f5d6f92bac",
      "symbol": "GEFD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "056abacda33c28e1",
        "kind": "direct",
        "siblings": 6,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb3e20bb458d04248336ce590c758f3ccf3cd3acf",
      "symbol": "GEFD6",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "056abacda33c28e1",
        "kind": "direct",
        "siblings": 6,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x034e7c3203e1afb7f06fff4e29ea8fab6858f2a5",
      "symbol": "GREN202602",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "f9017c159dadad04",
        "kind": "direct",
        "siblings": 1,
        "size": 9223
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8a0cb16fa7e711e55da2ccacf3cb2ad1e9be17e4",
      "symbol": "GRENT6",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "ed8d7a9d3c6df9b1",
        "kind": "direct",
        "siblings": 1,
        "size": 9223
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc889431c6cacd9107c2fcd66635113b6b4d69ca9",
      "symbol": "GRNT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "2da7720fcc075c5d",
        "kind": "direct",
        "siblings": 2,
        "size": 9115
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x36cc44bd03d4a38dc90c2f8c546862d29375c634",
      "symbol": "GRNT6",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "056abacda33c28e1",
        "kind": "direct",
        "siblings": 6,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe93a86a1931cb8e6bd9518d67455173396d23ce5",
      "symbol": "GRT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "0b95a434b1e28874",
        "kind": "direct",
        "siblings": 1,
        "size": 9115
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xac1c233efeaa93f6e4770f4f9326fe1d48250469",
      "symbol": "GRT26",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "c81b90cd8bdd3296",
        "kind": "direct",
        "siblings": 1,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb0a004ea013d90c4f4eba4f2b851fa4c5050ec78",
      "symbol": "GRTT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "c181a5b70568c316",
        "kind": "direct",
        "siblings": 1,
        "size": 9115
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xad938e31aaf6dce815c4126c1e65a0372ab7af16",
      "symbol": "GT26716",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "27e34ba3ece9ad38",
        "kind": "direct",
        "siblings": 4,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xDDB8d3BD492e23E0969F7320b5c99461171f3B44",
      "symbol": "HS001",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xB366Fd782896164aBB649eEcbF617624A16970D5",
      "symbol": "HSTT1",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7728Ac88829F7A3B1947E64ffee56eB6F7De0cf3",
      "symbol": "HSTT2",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x71b7a9A904C83E25E2acE9792155ce443BEab5DF",
      "symbol": "HTT3810",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xA5c7A8B9faA4f3df00F10CEc8746699d7a900e49",
      "symbol": "HUSDE2",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x249bE8ABf7f9A9D196e3816601124c2b95D450d0",
      "symbol": "KPRU26055",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x47a0fd31a568f7a340f309c5a1f2b18a3492a83e",
      "symbol": "KREST",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "2ad629807afd20f9",
        "kind": "direct",
        "siblings": 1,
        "size": 4587
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x036BCFeB3cfE93dfc47f5A935D7f663b99ACAb1E",
      "symbol": "KUSDC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x42FB845De7BBED181819Af1747BB36f5850Cfcb3",
      "symbol": "LGCPROP1",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x52D0F0dCdE5A0590faf9A5FC6183B6Ff9A55946e",
      "symbol": "LIC4CD4D43EE",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "61e45e26d371005a",
        "kind": "erc1967-proxy",
        "siblings": 5,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x972C94E22b07F475B86B0574785cCe40795E7AD3",
      "symbol": "LIC5AB0F265B",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "61e45e26d371005a",
        "kind": "erc1967-proxy",
        "siblings": 5,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xC71A80D0ea6621C80Ce27AfaEe291b12917F4237",
      "symbol": "LIC5AB0FF3AB",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "61e45e26d371005a",
        "kind": "erc1967-proxy",
        "siblings": 5,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x504a34499D967169bb1f16d52d3cd8CAE9AB3F80",
      "symbol": "LW14685623",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "0x5a520e9992d30416c33e2dcdc2d8f3befce426da",
        "kind": "erc1967-proxy (target unreadable)",
        "siblings": 1,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x66F706D1Dc820CF09EBA5359cE9acd0D290bC17b",
      "symbol": "MINV01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf0973BA19952236feAfbDc5291fE08f751354254",
      "symbol": "MUBOND",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xA678E08A9e6155A11D1df3f82a22A66276B2A9ef",
      "symbol": "NGB2026",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "61e45e26d371005a",
        "kind": "erc1967-proxy",
        "siblings": 5,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe6858574f60a1208b08839e4fa1c8da5c4f2052f",
      "symbol": "NOTE",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "c3bff86b7533a259",
        "kind": "direct",
        "siblings": 1,
        "size": 4787
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x203adbbfd058fee2cb0814346f716dc559de0d77",
      "symbol": "NOTE24IZ",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "4d213226b65a94bc",
        "kind": "direct",
        "siblings": 1,
        "size": 5162
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe59ff361a2b183938964f03c0d3a9225a1bb69e2",
      "symbol": "NOTE2E1C",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "f9231f7d51e77cfb",
        "kind": "direct",
        "siblings": 1,
        "size": 5683
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x30c191694736d3d04d3cbfe32311183f640ba7ec",
      "symbol": "NOTE5605",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "24b3ddf411480724",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf217639314e862a998ed94cb90b4253f2311be7e",
      "symbol": "NOTE8OK3",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "58ce341480146eda",
        "kind": "direct",
        "siblings": 1,
        "size": 5683
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x40ae7a3778434b0ace66a717015f5d66b01d0789",
      "symbol": "NOTE8XTJ",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "9c9091dd89cb1a7a",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6d825c75f1c3f85cfca34cee4eac854a08ac6c5d",
      "symbol": "NOTEA5CD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "d263f3347ab94bb1",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3c3979bdb613fd3b65cfd59bdfd7f9d9530240d7",
      "symbol": "NOTEAIQI",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "eac6f5166cdf1f3f",
        "kind": "direct",
        "siblings": 1,
        "size": 5162
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd1ac407fe35aae353271c97e2bc0c46a77027711",
      "symbol": "NOTEALNE",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5990ea14f1ff96b8",
        "kind": "direct",
        "siblings": 1,
        "size": 5162
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd4650431e08caa4cb4313b3096b97a2b84e28237",
      "symbol": "NOTEAXEY",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "d971a9a6c86f899a",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x23275c06b1fdba456b2f7217976cb2d6aa842c62",
      "symbol": "NOTED2QW",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "d3fef20073e712b8",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd2060eecd6a7d666f7b9f883006462b4e81a7e8e",
      "symbol": "NOTEFR4S",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "33068f4b8f103a0b",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x76da25dd3f6a60784d961b916eaf91dacfac5022",
      "symbol": "NOTEG506",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "8b212773fc603d4d",
        "kind": "direct",
        "siblings": 1,
        "size": 5162
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xbbac4fa64cc317de99e1fe88eea5f5d8cb5923fd",
      "symbol": "NOTEH45I",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "a28d9dfcdf046f48",
        "kind": "direct",
        "siblings": 1,
        "size": 5683
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x979b2c1c228098e33f5427c9c567046da3309087",
      "symbol": "NOTEICPW",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "752064ec2bf74619",
        "kind": "direct",
        "siblings": 1,
        "size": 5162
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x4ec7efc97468ffebe1596c8858a8771da234353c",
      "symbol": "NOTEITBP",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "87a65044263faabc",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x19258b136d148bdac6685cd8a6e4e7a5e1d6c16a",
      "symbol": "NOTEJ9U5",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "53ed98a5c37a0763",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb7bd4e82d16cd753365a0005807c418e66006c08",
      "symbol": "NOTEKJLE",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "7329354408e8e997",
        "kind": "direct",
        "siblings": 1,
        "size": 5683
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x007032c1e1cd983179a1c47e18b8ffdb88fd39da",
      "symbol": "NOTELQH7",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "d0e5b3826931dbc9",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb40b2509e35e3eb8aaf03fd8f2eac331e2e6c2c1",
      "symbol": "NOTEO9MP",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "20a12a6f5ca2aa3f",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb33d4820031002c00d14daf865cb6988e554efa5",
      "symbol": "NOTEOPZF",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "12e79fecf242e8c4",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x96b54560610b0651ac865bd8f9f46b789311d733",
      "symbol": "NOTER6T2",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "3003b66fd6f0157c",
        "kind": "direct",
        "siblings": 1,
        "size": 5683
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xeed8d876ced8354ddfbbb970e7e14584f7f5de5e",
      "symbol": "NOTERTHA",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "37df98ba882453df",
        "kind": "direct",
        "siblings": 1,
        "size": 5103
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb152641dac03909e0cbf4739c4a88d47872f2f73",
      "symbol": "NOTEU2II",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "461dedbd972e15f7",
        "kind": "direct",
        "siblings": 1,
        "size": 5162
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe9b25a390100f04a585eec03a1c987ad29a978c0",
      "symbol": "NOTEVQHD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "6ba475d9df601672",
        "kind": "direct",
        "siblings": 1,
        "size": 5162
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x28ea8e1f1e2c31281b40d2f5ed02b0403b1b5490",
      "symbol": "NT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "3d6a238d74bbfd7f",
        "kind": "direct",
        "siblings": 3,
        "size": 5228
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd651dbFbB5A06447154194307FF0777bB9dE0C82",
      "symbol": "NTK",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xA273BB761F44b5545F8805669bc1EEa6fa502AB0",
      "symbol": "NTT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x48b84eb8e24663a3B9C68A94d60a4569CFbE83b8",
      "symbol": "PNGB01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xD8e7ECb4CA770756446E267a536c6fD582B5290f",
      "symbol": "PT253647",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf885f753175D1f9C6e7A7e1C39336A80D4dbE29B",
      "symbol": "PVRWB",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7f4e52cb2897f4ED040a11F3ACAE8c46C6fA9b13",
      "symbol": "PX254067",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe9218150F178790472cA067Dbd8b23Bd97Ce9Ec2",
      "symbol": "RCOL85747",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd508cb5e92ea8befc2aa5f51079476cb3cfb7a76",
      "symbol": "RT623753",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf8cefc601f171cc76fd6ecf42078138ee0df8a4c",
      "symbol": "RT809094",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x16e5480790e4cb9fcb42a023766e67723ea97de5",
      "symbol": "RUSDC623663",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "8b124a24dfc2f2e2",
        "kind": "direct",
        "siblings": 1,
        "size": 6077
      },
      "conformance": {
        "verdict": "GATE_NOT_FILTERING",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT",
          "BEHAV-UNVERIFIED-RECEIVER",
          "CTRL-NEGATIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": false,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x410F96B402e6F07522dC70c3E76C972A7373006e",
      "symbol": "RUSDCW4316",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7A33e03B10268FFdB50e562721B092BC0Cb793F9",
      "symbol": "RWRN01",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x10b3edea50c3d041e0a892bdc41b8d85cc364991",
      "symbol": "RWTE",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "a4ebe9575eb328df",
        "kind": "direct",
        "siblings": 1,
        "size": 8957
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe23d9ce9c5084d07b162cdece69112ac751992d5",
      "symbol": "SEAS",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "3339876b968c920d",
        "kind": "direct",
        "siblings": 3,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf0b1e14b141b2d51e699ce6f25afe6a900b715b8",
      "symbol": "SMFD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "3339876b968c920d",
        "kind": "direct",
        "siblings": 3,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8b8354d6d31b84ace6a2ce33430561267a8e3eb8",
      "symbol": "SOIF",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "27e34ba3ece9ad38",
        "kind": "direct",
        "siblings": 4,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3838fc062cd76eea06a509a60e84a799a8eeb0a1",
      "symbol": "SOIF1",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "d6ee22ebf40f5e51",
        "kind": "direct",
        "siblings": 1,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6cbA1135f61BA24867Ef125eFcA46fC7f9FDa835",
      "symbol": "SPT0001",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x9E178626EE1a97bad8ef9F74E2d9bC4cFC8B58AF",
      "symbol": "SPT260726B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x82aFaC2BD56605006709eFC5620D24B8470ddDcc",
      "symbol": "SYMPROBE10882",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x5ae6c43438a63e9fb6c2e7c97eb02316bcc45a14",
      "symbol": "T0727",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "9d7d2c0c6712e1b0",
        "kind": "direct",
        "siblings": 1,
        "size": 5228
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe67d519b60c21778a01f2db5c9d96235e0303ebf",
      "symbol": "T0728AA",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "7d3a813eeb3d36e1",
        "kind": "direct",
        "siblings": 1,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x74a17575c56d309db288d2d332bda523f29e0d5b",
      "symbol": "T205",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe2634878b1f1caa94fd57d8a0de743d0128ce3b3",
      "symbol": "T30",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "bde534e7d0b27efa",
        "kind": "direct",
        "siblings": 1,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa07665cd8eb8b16b4d3b0b369768bbea13fc3a64",
      "symbol": "T5555",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x0617ccbbfe3a203a190eb0296588b9d02c9f7825",
      "symbol": "T5556",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc18abd98776ba6202ce5cfa2f9a027a5d7e98880",
      "symbol": "T5557",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa9dad98ce5606a62ad3e675efc25405e1e18af92",
      "symbol": "T5558",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc0147dc93b3177fa3581389ff86b74346e4b78cf",
      "symbol": "T5559",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xecd7F594f4ecfDb0a978E293f68f2C8c470D3aD6",
      "symbol": "TAT_1774509373",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xdb6ac9f4e7cc66e59f9aebe0a04912a6bca16c0d",
      "symbol": "TCS",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x70034c05520f3ff5ae078620ccf6fd05b4293c02",
      "symbol": "TESG",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "cea27d58aa021540",
        "kind": "direct",
        "siblings": 1,
        "size": 5228
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x201B78518457Ecd5827f12d4704282065dEAb805",
      "symbol": "TEST",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3603a2ca7ad28c0bbdd32e9a58b0af5f605acbe8",
      "symbol": "TEST99",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "1bf939b634238b76",
        "kind": "direct",
        "siblings": 10,
        "size": 11532
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7e9A1A0D5761CffE3E1aD7e0dfA7740F69889114",
      "symbol": "TESTRW3652",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7d7a5b2240C30A4031DC7EB3Cb35B72600508572",
      "symbol": "TIER995534",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x27e2F8eCCc535B25C8366e6862b6FD3d9E83Ef4e",
      "symbol": "TLNCASH",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3b79F4e95C49500F4401Ac3Dc9f46F6B70221191",
      "symbol": "TNR77235",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x04345ceFdD9AAaAFBD7d04C240c761BbB1884553",
      "symbol": "TRT001",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x89a21fAEE4FAf7E8d3d95e7d1236b81dB1FFA48b",
      "symbol": "TRT002",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x89D4513154277359343B959043A4886f646521d7",
      "symbol": "TRT003",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xDBBe59c6EABcC3460Be50Ae25E511DA3A2D4791D",
      "symbol": "TSGD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd7a43ff981c685299e8e4334f80ca8c6a036874e",
      "symbol": "TT10",
      "chain": "bsc",
      "network": "BNB Smart Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "7b7b68b79670d213",
        "kind": "direct",
        "siblings": 1,
        "size": 8004
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3818021cc5a3b1bcdf5d4ba4a4001a72aca66a36",
      "symbol": "TT20",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "71cc0d249a8c914c",
        "kind": "direct",
        "siblings": 1,
        "size": 8034
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xafbbd2c62b377907815371cce8ef8242a103ba52",
      "symbol": "TT20873",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x858851175039a3a0ce2a252207199ce090a6996d",
      "symbol": "TT30",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "9e5b1f7f62214481",
        "kind": "direct",
        "siblings": 1,
        "size": 9223
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe8a1c1c02a09c86410ba073f7ee0ebc7b64a54cb",
      "symbol": "TT42922",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7625B38339d657536d5a9e5217AD5a8f77D237aa",
      "symbol": "TT42932",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x259311092c888cac7d83080c92679061fa9890b4",
      "symbol": "TT44621",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x524cdb068476de9185eff23898aa7b5cb963ab53",
      "symbol": "TT51847",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xda894cc3c53362a7126200125bd5309ca0fad531",
      "symbol": "TT54964",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x2fC28aFa54A949450a49c48515c794f2503a381D",
      "symbol": "TT55641",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa0B041a23bDF3f379DD928853b5b95fE795fAe24",
      "symbol": "TT63634",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "9d647f4129e99e2e",
        "kind": "direct",
        "siblings": 1,
        "size": 2549
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb31d990e05b74bc9096636d34583e54db5b3b25e",
      "symbol": "TT72963",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7118d75fa5c7b0f9acb1726160f7077b7f351e4e",
      "symbol": "TT76727",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x88bf2a32a33ae8fb56d728a11f50e431ca234f38",
      "symbol": "TT79795",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd22f6bd2937ca8d2e27e4e2b9150cb1089cb1f55",
      "symbol": "TT82052",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xefcaca36279728c4d776683c23c6c34967ac2e1a",
      "symbol": "TT92078",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "329ca71675ff86eb",
        "kind": "direct",
        "siblings": 14,
        "size": 2288
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x144443651fdD29CD8DdCc311bC9EAA6bFc944Cb7",
      "symbol": "TTC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7e420b58191515c2f1e18a5f3efabff67f6f99a1",
      "symbol": "TTESG",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "a7582a5a94889593",
        "kind": "direct",
        "siblings": 1,
        "size": 5228
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x80f7Cd04A234fC341792D220Fb3856D542cC1080",
      "symbol": "TTK",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x33c49b179506c4E87c9b17bf68d6D78BB2388e69",
      "symbol": "TTK",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x08ffd44645d96161c53ed903cc84c9f0546477e8",
      "symbol": "TTT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "3d6a238d74bbfd7f",
        "kind": "direct",
        "siblings": 3,
        "size": 5228
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x038dd8a970bd2535a3de954bc27dc851c7e70b1b",
      "symbol": "TTTT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "79fdc0233f10d8fa",
        "kind": "direct",
        "siblings": 1,
        "size": 8004
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8b47b654ffa60d970aa722a32f6cde0e11b299c8",
      "symbol": "TUSDA",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "0b9b21157fbaed52",
        "kind": "direct",
        "siblings": 1,
        "size": 5228
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x4f868be335664e475323263F7Fc9322823c14579",
      "symbol": "ULB5543B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3f7266af2A873F8b68323c70Ffe331a358d99420",
      "symbol": "ULB5543M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3c4c86A467dB3cdeF83a61E5538ACE1A86FF0B88",
      "symbol": "ULB5889B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x60790fe6caD5015b4589c0D35EeD7cF21f03e3CF",
      "symbol": "ULB5889M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x660ABB9Ddd3a22C94c053D91c0Bd9DEfC519476B",
      "symbol": "UNL001B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x32768723DDf97d1ef3FcC35ac35d1d661BE885a4",
      "symbol": "UNLBUNIVB",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xAd07162F5F814D9eD2941106026E4e19C8cbe468",
      "symbol": "UNLBUNIVM",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xAA59aDA22f55dd7488e74738FccF0D0262501ba4",
      "symbol": "VBAPP01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xeb4669405cfB1EFAE01Db7877bd6f5a8129343B1",
      "symbol": "VBAPP01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc475B83DBA6fb7013deB18AD8E112D49D6Bf610A",
      "symbol": "VBAPP01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd97A8c0c2E9a264A62783F4722CAc448096D977a",
      "symbol": "VBAPP02",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x2B9155C858748A91A5792357340323B4999eF49c",
      "symbol": "VBAPP02B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x91c1064e2CA4074b9BdD9A76B8298AE968240377",
      "symbol": "VBAPP02M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8282b83B36BB29653DD90f79833ba33042cCd269",
      "symbol": "VBAPX01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xcFB002DC8eC44f6c25a18f6556Bc7c8e3B8f7944",
      "symbol": "VBAPX01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x1749AB3fF495462139AE72B639FF7fF8fEA5144E",
      "symbol": "VBAPX02",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x40DFd083306FcEbD93cFb6D23FCa7B324b97bBbe",
      "symbol": "VBAPX02B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x44d2Cb2a5C17951DAA3883996181D2276ABd60db",
      "symbol": "VBAPX02M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xF1254Cf560fc1F32A8885139dA7A302AcCaE32C4",
      "symbol": "VBCAM01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x83656B1cbb73A14741a7544e2BED2DA902B95bef",
      "symbol": "VBCAM01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xFa8c79B6491C9b5a56C2464D84Dc0a90dAA54006",
      "symbol": "VBCAM02",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa303d336aceD93258dB2E7b2b8F4f04cB718EEb8",
      "symbol": "VBCAM02B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xBAe209b46B7C7500E8f2e259207c6b6FF585DBe4",
      "symbol": "VBCAM02M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x77dD0B4637aaF5073f068C7Fca253d21BbB170D6",
      "symbol": "VBCC19731",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x83A691EEDA1B7F89EBE54403BBF18A5500f77C8b",
      "symbol": "VBCWT01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xfeA6524587F93a2c2D15781628418Ae40BEDDF73",
      "symbol": "VBCWT01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3E89D9fB474649E342E80a66a21956d145Ef309E",
      "symbol": "VBCWT01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xaef6B2899447d0C151A56B6f0e006503b51e3798",
      "symbol": "VBCWT02",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "bc48609e76467948",
        "kind": "direct",
        "siblings": 1,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xEBE3E6A5C8d3B6AAaB2B457685a8F68A75dC8967",
      "symbol": "VBCWT02B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x93021066C1681D97A762FAe3578999Cae024283c",
      "symbol": "VBCWT02M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x647b6F324b4CdA38f5998E3bDBDDC5B21D2952CC",
      "symbol": "VBHMH01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xBBADcC82a0F9cd004b7CF3B3b76EEc96b970575C",
      "symbol": "VBHMH01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xE7aAd5860CA4c543C6123d03E17BfFd73dBCE797",
      "symbol": "VBHMH01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf4d34a9979CdD9aFbdbD631A259F4BA298022Ce4",
      "symbol": "VBKET01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x9863e351596e9A5242d0bec8794B11d6D3876322",
      "symbol": "VBKET01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x35f2da48D1C045EcD69C6f8Bc02edA8321383B1E",
      "symbol": "VBKET01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xD2B7955Ab0DbE12b4c0A8cb7618f8B8725c05243",
      "symbol": "VBKET02",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x74854e993c2fC2B97d239C25f9516af3b0627d8F",
      "symbol": "VBKET02B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7fE3EE041D5b3e9f11834b45c5aD881523F5c4Fe",
      "symbol": "VBKET02M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x1400DdF864A0a9162c4Bd1A2337Ea2B43cCbf801",
      "symbol": "VBMCP01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x62F791E4fA11094C97bF18f8FD8B749900a420E4",
      "symbol": "VBMCP01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x22bDcCAb11dd5E1f82a6268153448632B8E560C7",
      "symbol": "VBMCP01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x55738FB2A5FaDea159d9ae2f66A35dd65370fD68",
      "symbol": "VBMCP02",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6F39801425b783Fb07fAD02603E17dF3Fc429d02",
      "symbol": "VBMCP02B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x99905c5f00CEAd6D2598024E0322a6D1f7b04D06",
      "symbol": "VBMCP02M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xdb8a28d56f2c09bc0e191e3338cD6C362eC801Aa",
      "symbol": "VBNMA01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x065D7B15389DbB0af4B94e429D56164A2b057795",
      "symbol": "VBNMA01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x56B5e824d3EA1e96107Bb26938FF8E37007DDf28",
      "symbol": "VBNMA01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa972f84C11bd1e15aF3B417Bf6018E853096e990",
      "symbol": "VBNMA02",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x49C4728eF3b479bfC75CB152429d1d0433cff0e8",
      "symbol": "VBNMA02B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7a36b8DEd5196Eadaf34dE091c34DfF71C740b80",
      "symbol": "VBNMA02M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x162A3CAF4ec7A04Db58b126f935D18ad3D0d01bA",
      "symbol": "VBNMA03B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xC53c64ED2a1031deae01155dE440Fcc6bad60536",
      "symbol": "VBNMA03M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa765f4C0d37e8E135368E0053EbC65Cbd1e61284",
      "symbol": "VBOSA01B",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x531b6c419821a7D4811F896c876D52D9dcA51F25",
      "symbol": "VBOSA01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x78894085571f6f2918e35083925963639f4dd529",
      "symbol": "VBSAT01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x66a0Bc45a960D7759a782DdbaD43c51B16c5e27b",
      "symbol": "VBSAT01BX",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x229698235610698aEA0F3F1E7315C86632382854",
      "symbol": "VBSAT01M",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x25564b7F02abf39e4Eb7f39b97BeFF3dc96f7BC8",
      "symbol": "VBT501364",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x4FFF16B2135e67A49901E399670e329826a12E6d",
      "symbol": "VBT991364",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xdAc831897cF9cbaC774459f34453391e3E50EB16",
      "symbol": "VBTIER9318",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x73BC94CeED0fd7f1052D79BF181f685b2d4B246b",
      "symbol": "VMON42027",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x86De59798BA08b418C7BBc6c39386Ea7Ef84e77D",
      "symbol": "VTB001",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc83687452E08F6c0F52516eb7DF2E880CB1A20FE",
      "symbol": "VYL",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb154fF616EC1e31A169fe27650E87F766FdA9F8f",
      "symbol": "WAP77223",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe45766A97108f9A7bFb73A5747a0AE19b9D6580f",
      "symbol": "WAP84460",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xdf691c7cAE99d0D3c3Dce391F45bB13072Bd29B2",
      "symbol": "WAP8837",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe8885e9363B54b54267240f62B3ddDa7B24E3011",
      "symbol": "WAPTEST",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xaFE6091e88d0b18B5c8a08972bA984d7964395b9",
      "symbol": "WSEC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8c1D2f6F4036C37F1eA7A99c62B122059D4a5486",
      "symbol": "WTUSD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xD1Aa22408Be86ce7d19a2aF75Cc775421c50ebf8",
      "symbol": "WUSD78126",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa340265eE6bb2058cbB3505666C651f7583196E5",
      "symbol": "ZOE",
      "chain": "hashkey",
      "network": "HashKey Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6b9de0Cd3148D542C7b6d2Df759725Fe503AC3c9",
      "symbol": "aCFNRLJN",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xeAb76387bE6da08E44E045BdD0B360597331Ab4D",
      "symbol": "aFLR",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x1B6C328a69b1dC412F4228b182d0DfD813B1f2dB",
      "symbol": "aG",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xE91425E3C244AeE3CD940eca7548CFF010b20828",
      "symbol": "aJPYC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f623aa3e9743fab",
        "kind": "erc1967-proxy",
        "siblings": 62,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8e74D3E3ab086152ba58276F6376f7b9fBA54d27",
      "symbol": "ausdc",
      "chain": "bsc",
      "network": "BNB Smart Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 3,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xaC0893567D43C3E7e6e35a72803df05416C1f20D",
      "symbol": "ausdc",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": null,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xaC0893567D43C3E7e6e35a72803df05416C1f20D",
      "symbol": "ausdc",
      "chain": "hashkey",
      "network": "HashKey Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xaC0893567D43C3E7e6e35a72803df05416C1f20D",
      "symbol": "ausdc",
      "chain": "polygon",
      "network": "Polygon Amoy",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x52CeF369B14e65fc230c3f60da4C2328cb1f233D",
      "symbol": "ausdt",
      "chain": "bsc",
      "network": "BNB Smart Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 3,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xB5f430eA34d743694A4BF12F8d5917d7668232B7",
      "symbol": "ausdt",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": null,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xB5f430eA34d743694A4BF12F8d5917d7668232B7",
      "symbol": "ausdt",
      "chain": "hashkey",
      "network": "HashKey Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xB5f430eA34d743694A4BF12F8d5917d7668232B7",
      "symbol": "ausdt",
      "chain": "polygon",
      "network": "Polygon Amoy",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x5086D5557Df24631B64C13c5aF7966134A5Cc432",
      "symbol": "bUSDC",
      "chain": "bsc",
      "network": "BNB Smart Chain Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 3,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe482db1c83bb1a22c93642ad2494845dd367a369",
      "symbol": "csETH",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "556fe6c26ffd3425",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 130
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf8afe7f0c815fe336f10f14a21448e036e7a82b2",
      "symbol": "csETH2",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "556fe6c26ffd3425",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 130
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xBE2A4b87a9386C6C550533A3cB25360857215c51",
      "symbol": "hAAPL",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x88CE2b275E76209FF6c891fAAB03b766FDd1e19B",
      "symbol": "hAMD",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7d1b4bFFf14a7F6f46eEDB928028BCC0B21f3122",
      "symbol": "hAMZN",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x2C41334e612CB655E72e1146A7727D5661404f6c",
      "symbol": "hCOIN",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x7C5a9590AC5221cDb1A3957bB2e4fDBf6b4D2aA8",
      "symbol": "hGOOGL",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd9d0564cc2f9FD4DB3e11b21D48686Ef59f8fe04",
      "symbol": "hMETA",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x2bC85652d9B904b1e1dAAba50dF5cdf75BB51aF7",
      "symbol": "hMSFT",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x9e81720cc80Dc0D91f7A284f9cF49579d39609F1",
      "symbol": "hNFLX",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 9,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x2899695D8aD3bc2F4578601d2b2Bc6c52738a117",
      "symbol": "hTSLA",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x752f2dC4d759b53b5784Eb78B6BbeAd41c3c02B0",
      "symbol": "lUSDC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x267c086E387a0fC9835A6A372F27795fF3aF5b83",
      "symbol": "mCETES",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x1021E5FfAC9a9e6E01D34Eef9198Fe68D597c998",
      "symbol": "mEURW",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xf20B0fb563a94d095dBc8d1Ed084DAC3f3253A92",
      "symbol": "mSYRUP",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "GATE_NOT_OBSERVABLE",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x443f74373f3c69f5f6fcd3057d6f9dc315c866f5",
      "symbol": "oUSD",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "cc2c31270a228c66",
        "kind": "direct",
        "siblings": 1,
        "size": 6362
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 7,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x60D3B7a32067AdE4adF2F6b47D9262483e41ac69",
      "symbol": "tUSDC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc59023e18EF95bab4d1F056176513c121dC42c94",
      "symbol": "test",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "5f74a8dcb60e352f",
        "kind": "erc1967-proxy",
        "siblings": 81,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "CTRL-POSITIVE"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": true,
        "notes": [
          "balance fabricated on a local fork for an address that already holds a real A-Pass, so the gate could be driven; the credential was NOT fabricated"
        ],
        "holder": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8",
        "receiver": "0xBe58C5eE13bE6a4aD8C9735c10a2967ED528CfBB"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": true,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xbBbA0b5AB85AB8971F45fE1DF779DAB597655BaF",
      "symbol": "warpcc",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": true,
      "stage": {
        "stage": null,
        "label": "No stage",
        "blocked_at": 0,
        "blocking": [
          {
            "key": "gate_observable",
            "question": "Can a stranger observe this token's transfer gate reach a decision?",
            "answer": "unknown"
          }
        ],
        "why_no_stage": "The gate could not be observed, so no grade is defensible. This is a statement about our access, not a failure by the token."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": "NO_SUPPLY",
        "known": true
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_supply",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xC81898B9A72D0483aaf881c5923ddbfac53F00A8",
      "symbol": "CES",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "a57031f64c123167",
        "kind": "direct",
        "siblings": 4,
        "size": 3808
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x4972c179e20ecda206c2cde45feb6cdabfc996e4",
      "symbol": "CFUSD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "66b921341ab7f3f3",
        "kind": "direct",
        "siblings": 1,
        "size": 1895
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x9b05228f298825b59E548967bfF2C149c656F594",
      "symbol": "G",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xa9fc452040977ea5b19b46239aa6400cb2fceff5",
      "symbol": "HSRGT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "a57031f64c123167",
        "kind": "direct",
        "siblings": 4,
        "size": 3808
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xD8adeeCc027854000A06f1B961a3A33fd83e9119",
      "symbol": "HSUUUDT",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "a57031f64c123167",
        "kind": "direct",
        "siblings": 4,
        "size": 3808
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x29bcefe7e4b9e7aa40d2d1afa35190affd286589",
      "symbol": "HSWRAP01",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "a57031f64c123167",
        "kind": "direct",
        "siblings": 4,
        "size": 3808
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xc4d91b769f0bd8af2bf7f02862cd233e62c139d4",
      "symbol": "JPYC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "a4f6f30a7b5a8e22",
        "kind": "direct",
        "siblings": 1,
        "size": 2112
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x2740fdfd7eb26085424b2b79ac28992691645c82",
      "symbol": "OR644448",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x5580ed660551da375cba248f02a6106897b3df92",
      "symbol": "OR794975",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x90a9BA2B902f753E38effBF269FA61B783d0DBAC",
      "symbol": "ORG10438",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x8996eb45404ee713bd60c5156b150e65d80d41a4",
      "symbol": "ORG26768",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x25713107e0bc95f06dd8747bbaf3331cff216f51",
      "symbol": "ORG42339",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x444ab5f90c79e5d5c3b9c52c6de79cbf760fae86",
      "symbol": "ORG48973",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xd6d3c3e3f27ee8eabea6123050f862b5d4bd269c",
      "symbol": "ORG53045",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x090e7c1dccaa7a9eb624b374ce0113d1dcf83412",
      "symbol": "ORG68095",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x57d437ef286a8f3d1c2c5de675aa96c1501d710c",
      "symbol": "ORG76174",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xbb0066cfb65c1a507aba9ffea6bc4991102a2797",
      "symbol": "ORG78568",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "1dca316569dd175e",
        "kind": "direct",
        "siblings": 10,
        "size": 1995
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x3265841087F07F6149D8fe098Fb31EE82bB39724",
      "symbol": "Org36760",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "32895df53496ac85",
        "kind": "direct",
        "siblings": 1,
        "size": 3744
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xe0da6390f19fd79b125b5b19eee162033ba65d56",
      "symbol": "RUSDC625474",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "8b124a24dfc2f2e2",
        "kind": "direct",
        "siblings": 2,
        "size": 6077
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x01878c31ee73a7c1fe9b8db948c1d4f2022100aa",
      "symbol": "RUSDC628332",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "8b124a24dfc2f2e2",
        "kind": "direct",
        "siblings": 2,
        "size": 6077
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 5,
        "failed": 8,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x18Ae362a86908C3d82ff52500D329eabBced797e",
      "symbol": "TUSD",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "f3a031fc7cfe8caa",
        "kind": "direct",
        "siblings": 1,
        "size": 3808
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x27f2a1D1BCAa435bC1a7e9d8915a84EA17D6265d",
      "symbol": "ccc",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x1ACa6cF37b26948Cbc86ddd5fdA43fB610533BA0",
      "symbol": "eqwewqewq",
      "chain": "hashkey",
      "network": "HashKey Chain Testnet",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 2,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xb074C1df4ea123183aC8C6BAc8AB74D38A61eB2D",
      "symbol": "lUSDC",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "78bdd43dfea44d28",
        "kind": "erc1967-proxy",
        "siblings": 29,
        "size": 122
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x543b96420d072BF587B63C41C0B0922762E986Ce",
      "symbol": "usdc",
      "chain": "base",
      "network": "Base Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "4c38cacf24b58f6f",
        "kind": "direct",
        "siblings": 1,
        "size": 4929
      },
      "conformance": {
        "verdict": "GATE_NOT_FILTERING",
        "passed": 6,
        "failed": 10,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT",
          "BEHAV-UNVERIFIED-RECEIVER",
          "CTRL-NEGATIVE"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": false,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6f4A0EFe923fD35434fBC564654550467613EE5F",
      "symbol": "usdc",
      "chain": "bsc",
      "network": "BNB Smart Chain Testnet",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "66b3d011b240f925",
        "kind": "direct",
        "siblings": 1,
        "size": 16328
      },
      "conformance": {
        "verdict": "GATE_NOT_FILTERING",
        "passed": 8,
        "failed": 8,
        "not_observable": 10,
        "not_applicable": 1,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-IS-AGENT",
          "BEHAV-UNVERIFIED-RECEIVER",
          "CTRL-NEGATIVE"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": false,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xF3b9fa48aA249A4032D0B2A4899048CCB92d1A96",
      "symbol": "usdc",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "49b9e3d0d85a6236",
        "kind": "direct",
        "siblings": 2,
        "size": 2241
      },
      "conformance": {
        "verdict": "GATE_NOT_FILTERING",
        "passed": 5,
        "failed": 11,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "BEHAV-UNVERIFIED-RECEIVER",
          "CTRL-NEGATIVE"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": false,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x6512f8C28172944C7E646f1596d7507b0B21F727",
      "symbol": "usdc",
      "chain": "hashkey",
      "network": "HashKey Chain Testnet",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "035281a6b829992d",
        "kind": "direct",
        "siblings": 1,
        "size": 2200
      },
      "conformance": {
        "verdict": "GATE_NOT_FILTERING",
        "passed": 5,
        "failed": 11,
        "not_observable": 11,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT",
          "BEHAV-UNVERIFIED-RECEIVER",
          "CTRL-NEGATIVE"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": false,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x534b2f3A21130d7a60830c2Df862319e593943A3",
      "symbol": "usdc",
      "chain": "monad",
      "network": "Monad Testnet",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "59ee2c4eafa17258",
        "kind": "direct",
        "siblings": 1,
        "size": 1798
      },
      "conformance": {
        "verdict": "GATE_NOT_FILTERING",
        "passed": 8,
        "failed": 8,
        "not_observable": 10,
        "not_applicable": 1,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-IS-AGENT",
          "BEHAV-UNVERIFIED-RECEIVER",
          "CTRL-NEGATIVE"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": "0x888895E314BF33CEeBCF5320279061aed3a5E2bd",
        "receiver": "0x03681955065AF6EA51660dd63e7634fd0dE4d0a8"
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "gate_not_reachable",
        "refuses_uncredentialed": false,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582",
      "symbol": "usdc",
      "chain": "polygon",
      "network": "Polygon Amoy",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "cd287a8493ddb028",
        "kind": "direct",
        "siblings": 1,
        "size": 1798
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 7,
        "failed": 6,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xE98DDFaDE9E07c60Aa667b20426F00Df7cd6dfC1",
      "symbol": "usdt",
      "chain": "bsc",
      "network": "BNB Smart Chain Testnet",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "24d0ee5ae6456e9e",
        "kind": "direct",
        "siblings": 1,
        "size": 11369
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 6,
        "failed": 7,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xdae5FbCEc935ac14195cd377bBC0672C72Af93d6",
      "symbol": "usdt",
      "chain": "ethereum",
      "network": "Ethereum Sepolia",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "49b9e3d0d85a6236",
        "kind": "direct",
        "siblings": 2,
        "size": 2241
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xA8924cc7F8EB8ee4e08926867027dE3eE4Cdcf07",
      "symbol": "usdt",
      "chain": "hashkey",
      "network": "HashKey Chain Testnet",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "035281a6b829992d",
        "kind": "direct",
        "siblings": 1,
        "size": 2200
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    },
    {
      "token": "0xA8924cc7F8EB8ee4e08926867027dE3eE4Cdcf07",
      "symbol": "usdt",
      "chain": "polygon",
      "network": "Polygon Amoy",
      "in_scope": false,
      "stage": {
        "stage": null,
        "label": "Out of scope",
        "blocked_at": null,
        "blocking": [],
        "why_no_stage": "A plain ERC-20 never claimed the standard, so it is not graded."
      },
      "implementation": {
        "id": "035281a6b829992d",
        "kind": "direct",
        "siblings": 1,
        "size": 2200
      },
      "conformance": {
        "verdict": "NON_CONFORMANT",
        "passed": 4,
        "failed": 9,
        "not_observable": 14,
        "not_applicable": 0,
        "failed_ids": [
          "IFACE-IDENTITY-REGISTRY",
          "IFACE-COMPLIANCE",
          "IFACE-PAUSED",
          "IFACE-IS-FROZEN",
          "IFACE-FROZEN-TOKENS",
          "IFACE-ONCHAINID",
          "IFACE-VERSION",
          "IFACE-OWNER",
          "IFACE-IS-AGENT"
        ]
      },
      "gate": {
        "verdict": null,
        "known": false
      },
      "identity_registry": null,
      "compliance": null,
      "provenance": {
        "fabricated_balance": false,
        "notes": [],
        "holder": null,
        "receiver": null
      },
      "assessment": {
        "erc20_answers": true,
        "gate_observable": null,
        "unobservable_because": "no_credentialed_holder_known",
        "refuses_uncredentialed": null,
        "checks_substance": false,
        "disclosure_stated": null,
        "refusals_durable": null,
        "exit_exists": null,
        "no_seizure": null
      }
    }
  ],
  "vector_grades": {
    "BEHAV-UNVERIFIED-RECEIVER": {
      "observed": "PROVEN",
      "injected": "PROVEN"
    },
    "CTRL-NEGATIVE": {
      "observed": "PROVEN",
      "injected": "PROVEN"
    },
    "CTRL-POSITIVE": {
      "observed": "PROVEN",
      "injected": "PROVEN"
    },
    "IFACE-IS-FROZEN": {
      "observed": "PROVEN",
      "injected": "PROVEN"
    },
    "IFACE-OWNER": {
      "observed": "PROVEN",
      "injected": "PROVEN"
    },
    "IFACE-PAUSED": {
      "observed": "PROVEN",
      "injected": "PROVEN"
    },
    "IFACE-COMPLIANCE": {
      "observed": "ONE-SIDED",
      "injected": "PROVEN"
    },
    "IFACE-ERC20-DECIMALS": {
      "observed": "ONE-SIDED",
      "injected": "NOT_INDUCIBLE"
    },
    "IFACE-ERC20-NAME": {
      "observed": "ONE-SIDED",
      "injected": "NOT_INDUCIBLE"
    },
    "IFACE-ERC20-SYMBOL": {
      "observed": "ONE-SIDED",
      "injected": "NOT_INDUCIBLE"
    },
    "IFACE-ERC20-TOTALSUPPLY": {
      "observed": "ONE-SIDED",
      "injected": "NOT_INDUCIBLE"
    },
    "IFACE-FROZEN-TOKENS": {
      "observed": "ONE-SIDED",
      "injected": "PROVEN"
    },
    "IFACE-IDENTITY-REGISTRY": {
      "observed": "ONE-SIDED",
      "injected": "PROVEN"
    },
    "IFACE-IS-AGENT": {
      "observed": "ONE-SIDED",
      "injected": "PROVEN"
    },
    "IFACE-ONCHAINID": {
      "observed": "ONE-SIDED",
      "injected": "PROVEN"
    },
    "IFACE-VERSION": {
      "observed": "ONE-SIDED",
      "injected": "PROVEN"
    },
    "BEHAV-FREE-BALANCE": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "BEHAV-FROZEN-RECEIVER": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "BEHAV-FROZEN-SENDER": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "BEHAV-PAUSED-BLOCKS": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "BEHAV-PRECHECK-AGREES": {
      "observed": "UNEXERCISED",
      "injected": "NOT_INDUCIBLE"
    },
    "IFACE-PRECHECK-CANTRANSFER": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "IFACE-PRECHECK-ISVERIFIED": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "IFACE-REGISTRY-CONTAINS": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "IFACE-REGISTRY-COUNTRY": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "WIRE-COMPLIANCE-BOUND": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    },
    "WIRE-COMPLIANCE-REFLEXIVE": {
      "observed": "UNEXERCISED",
      "injected": "PROVEN"
    }
  },
  "sources_missing": [],
  "honesty": {
    "no_stage_is_not_stage_zero": "A token whose gate could not be observed gets NO STAGE. Stage 0 is an achievement; 'we could not look' is not.",
    "unknown_blocks_a_stage": "An unknown requirement blocks the stage exactly as a failure does, but is reported separately, because they are different facts.",
    "out_of_scope_excluded": "Plain ERC-20s are listed and ungraded. They never claimed the standard, and counting them would inflate every ratio.",
    "the_ruler_is_graded_too": "Each vector carries its own grade \u2014 observed on live data, and under fault injection. A vector never shown able to fail is labelled, not hidden.",
    "rows_are_not_coverage": "Rows count deployments; implementations count distinct code. Most of these tokens come from a factory, so a passing row is evidence about one contract repeated, not about many.",
    "fabrication_is_disclosed": "Where a gate could only be driven by fabricating a BALANCE on a local fork for an address that already held a real A-Pass, the row says so. A credential was never fabricated. A reader who distrusts the method can discard exactly those rows.",
    "networks_are_named_exactly": "Every network is named from the chain id the sweep recorded. These are testnets, and the table says so, because 'Base' and 'Base Sepolia' are not interchangeable claims."
  }
}