Alien Probe

single-fact who lookup. GLEIF Level 1 record by name, domain or LEI: LEI, legal name, jurisdiction, entity and registration status kept apart; website only on domain answers. Vintage 2026-09-03, all statuses: 3283992 of 3419883; non-Latin-script names (<2 Latin alphanumerics normalized) enter no door. Domains only from Wikidata LEI-website links, exact: subdomains miss. Free: 400 malformed, 404 miss, 409 ambiguous (names only), 503 unreadable. No guesses; full bound in the declaration.

SearchLiveeip155:8453Exactvia cdp
KybCompanyLegal-entityDomainGleif
Calls · 30d
5→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 20 snapshots so far.
$0.58
Verified settled volume
36 settlements proven x402 by their on-chain EIP-3009 marker.
$0.050
Listed price
As published in the catalog. Always read the live 402 before paying.
5
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-09-05 18:17Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x701fd2Fc3295Ff2E98d986BD2032A966f54555f7

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.05USDC≈ $0.05 USD
on Base · exact scheme

Pay 0.05 USDC on Base to 0x701f…555f7. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
50000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x701fd2Fc3295Ff2E98d986BD2032A966f54555f7",
    "amount": "50000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 60
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "pathParams": {
          "q": "apple.com"
        }
      },
      "output": {
        "type": "json",
        "example": {
          "answer": {
            "lei": "HWUPKR0MPOU8FGXBT394",
            "match": {
              "by": "domain",
              "rule": "domain_exact"
            },
            "legal_name": "Apple Inc.",
            "last_update": "2026-03-03T16:34:33.150Z",
            "jurisdiction": "US-CA",
            "entity_status": "ACTIVE",
            "official_website": "https://apple.com/",
            "registration_status": "ISSUED"
          },
          "source": {
            "name": "GLEIF golden copy, Level 1 LEI records admitted by the build (see coverage); domain map from Wikidata items carrying P1278 (LEI) and P856 (official website)",
            "vintage": "2026-09-03",
            "coverage": "Name and LEI resolution cover the 3283992 GLEIF Level 1 records ADMITTED by the build from the 3419883 records read of the 2026-09-03 golden copy (INACTIVE and LAPSED included). 135653 records were refused because their legal name normalizes to fewer than 2 Latin alphanumerics — in practice non-Latin-script names (CJK, Cyrillic, Greek, Arabic, Hebrew, Thai) — and 238 for unclean fields; a refused record is absent from EVERY door in this vintage — name, LEI and domain alike — not from the name door alone. Domain resolution covers only entities Wikidata links to an LEI and an official website (21688 domain rows, skewed to large and listed companies), matched exactly against the registrable domain, so a subdomain is a miss. A domain absent here is absent from this map only, not proof the company lacks an LEI; a miss is a miss from THIS snapshot only. official_website is present only on domain answers; it is null on name and LEI answers, which are read from shards that carry no website column. Answers are served from R2 shards each verified against a manifest whose sha256 is this snapshot_sha256; refresh is a new vintage prefix and a re-pin, never a live fetch.",
            "snapshot_sha256": "8c5bb11bdd14d0ae66d92b5abad648804fe463c8d83e487f897644b0f99f5792"
          },
          "subject": {
            "type": "who",
            "value": "apple.com"
          },
          "delivered_at": "2026-08-22T00:00:00.000Z",
          "schema_version": "who-lookup.v1"
        }
      }
    },
    "schema": {
      "type": "object",
      "required": [
        "input",
        "output"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method",
            "pathParams"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "type": "string"
            },
            "pathParams": {
              "type": "object",
              "required": [
                "q"
              ],
              "properties": {
                "q": {
                  "type": "string",
                  "maxLength": 200,
                  "minLength": 1,
                  "description": "a company name (optionally ;JURISDICTION), a domain, or a 20-character LEI, 1 to 200 characters"
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type",
            "example"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "json"
            },
            "example": {
              "type": "object",
              "required": [
                "schema_version",
                "subject",
                "answer",
                "source",
                "delivered_at"
              ],
              "properties": {
                "answer": {
                  "type": "object",
                  "required": [
                    "lei",
                    "legal_name",
                    "jurisdiction",
                    "entity_status",
                    "registration_status",
                    "last_update",
                    "match",
                    "official_website"
                  ],
                  "properties": {
                    "lei": {
                      "type": "string",
                      "pattern": "^[0-9A-Z]{20}$"
                    },
                    "match": {
                      "type": "object",
                      "required": [
                        "by",
                        "rule"
                      ],
                      "properties": {
                        "by": {
                          "enum": [
                            "lei",
                            "domain",
                            "name"
                          ],
                          "type": "string"
                        },
                        "rule": {
                          "enum": [
                            "lei_exact",
                            "domain_exact",
                            "name_exact",
                            "name_normalized"
                          ],
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "legal_name": {
                      "type": "string",
                      "minLength": 1
                    },
                    "last_update": {
                      "type": "string",
                      "minLength": 1
                    },
                    "jurisdiction": {
                      "type": "string",
                      "minLength": 1
                    },
                    "entity_status": {
                      "type": "string",
                      "minLength": 1
                    },
                    "official_website": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "registration_status": {
                      "type": "string",
                      "minLength": 1
                    }
                  },
                  "additionalProperties": false
                },
                "source": {
                  "type": "object",
                  "required": [
                    "name",
                    "vintage",
                    "snapshot_sha256",
                    "coverage"
                  ],
                  "properties": {
                    "name": {
                      "type": "string",
                      "const": "GLEIF golden copy, Level 1 LEI records admitted by the build (see coverage); domain map from Wikidata items carrying P1278 (LEI) and P856 (official website)"
                    },
                    "vintage": {
                      "type": "string",
                      "const": "2026-09-03"
                    },
                    "coverage": {
                      "type": "string",
                      "const": "Name and LEI resolution cover the 3283992 GLEIF Level 1 records ADMITTED by the build from the 3419883 records read of the 2026-09-03 golden copy (INACTIVE and LAPSED included). 135653 records were refused because their legal name normalizes to fewer than 2 Latin alphanumerics — in practice non-Latin-script names (CJK, Cyrillic, Greek, Arabic, Hebrew, Thai) — and 238 for unclean fields; a refused record is absent from EVERY door in this vintage — name, LEI and domain alike — not from the name door alone. Domain resolution covers only entities Wikidata links to an LEI and an official website (21688 domain rows, skewed to large and listed companies), matched exactly against the registrable domain, so a subdomain is a miss. A domain absent here is absent from this map only, not proof the company lacks an LEI; a miss is a miss from THIS snapshot only. official_website is present only on domain answers; it is null on name and LEI answers, which are read from shards that carry no website column. Answers are served from R2 shards each verified against a manifest whose sha256 is this snapshot_sha256; refresh is a new vintage prefix and a re-pin, never a live fetch."
                    },
                    "snapshot_sha256": {
                      "type": "string",
                      "const": "8c5bb11bdd14d0ae66d92b5abad648804fe463c8d83e487f897644b0f99f5792"
                    }
                  },
                  "additionalProperties": false
                },
                "subject": {
                  "type": "object",
                  "required": [
                    "type",
                    "value"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "who"
                    },
                    "value": {
                      "type": "string",
                      "maxLength": 200,
                      "minLength": 1,
                      "description": "a company name (optionally ;JURISDICTION), a domain, or a 20-character LEI, 1 to 200 characters"
                    }
                  },
                  "additionalProperties": false
                },
                "delivered_at": {
                  "type": "string",
                  "minLength": 1
                },
                "schema_version": {
                  "type": "string",
                  "const": "who-lookup.v1"
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        }
      }
    },
    "routeTemplate": "/v1/lookup/who/:q"
  }
}

Provenance

Seen in the source catalog
2026-09-05 18:17Z
Last indexed by Roundhouse
2026-09-24 11:30Z
Last enriched (probe, favicon, geo)
2026-09-12 12:45Z
x402 version
2
Max timeout
60s
Liveness probe
HTTP 400
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 20 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service Alien Probe and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Alien%20Probe'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://lookups.alienprobe.ai/v1/lookup/who/:q, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.