Ethereum
Wikidata Q16783523. GitHub ethereum.
Official domains: ethereum.org
Identity anchored by wikidata:Q16783523/P856 wikidata:Q16783523/P2037. Display name from wikidata:Q16783523.
ethereum.org verified primary · confidence 0.85 · verified 2026-09-05
correlated anchors merged: A8 not independent of the kept one, counted once · 1 independent anchor(s) + 3 independent corroboration(s): meets the verified threshold
| Evidence | What it shows | |
|---|---|---|
A1 anchor |
GitHub verified this organization's domain (DNS-level check performed by GitHub) org= ethereum org_verified=true blog=https://ethereum.org |
source |
A8 anchor |
Anchored repository's homepage points here, and this site links back repo= ethereum/go-ethereum org=ethereum repo_anchored=true homepage=https://geth.ethereum.org backlink=true stars=51326 age_days=4636 contributors=1269 |
source |
A3 not counted |
Corporate registrar fingerprint (brand-protection registrar, long prepaid term, registry locks) registrar= Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA created=2013-11-27 expires=2031-11-27 remaining_days=1909 locks=[] |
source |
A4 not counted |
TLS certificate carries the organization name (OV/EV) subject_org= validation_type=DV issuer=Google Trust Services san_count=2 |
TLS handshake ethereum.org:443 |
B1 corroboration |
Wikidata official-website claim (P856) on the anchored item qid= Q16783523 label=Ethereum site=https://www.ethereum.org sitelinks=74 competing_items=0 |
source |
B5 corroboration |
Tranco top-1M ranking rank= 7783 source=top-1m list |
source |
B4 corroboration |
Wayback Machine history first_snapshot= 2014-01-06 history_days=4625 |
source |
2 piece(s) of evidence not counted — why
- A3: registrar (Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA) is not a brand-protection registrar
- A4: DV certificate carries no organization name (most modern tech companies use DV; this is expected)
Reproduce this yourself
# A1 — GitHub verified this org's domain
curl -s https://api.github.com/orgs/ethereum | jq '{name, blog, is_verified}'
# A8 — anchored repo's homepage
curl -s https://api.github.com/repos/ethereum/go-ethereum | jq '{homepage, created_at, stargazers_count}'
# A3 — registrar / dates / locks
curl -sL https://rdap.org/domain/ethereum.org | jq '{status, events, registrar: [.entities[]|select(.roles[]=="registrar")|.vcardArray[1][1][3]]}'
# B1 — Wikidata P856
curl -s "https://www.wikidata.org/w/api.php?action=wbgetclaims&entity=Q16783523&property=P856&format=json"
# B5 — Tranco rank
curl -s https://tranco-list.eu/api/ranks/domain/ethereum.org
# B4 — first Wayback snapshot
curl -s "http://web.archive.org/cdx/search/cdx?url=ethereum.org&limit=1&output=json"
# Re-run the whole pipeline for this domain
git clone https://github.com/zhouchungong/realurls-registry && cd realurls-registry && pip install -e . && python -m src.verify ethereum.orgThink this is wrong? Open a dispute — the burden of proof is on us, and the record is downgraded while we check. Source record: YAML.