Skip to main content
One row per project, chain family, expected region and confidence tier. hit_rate is hits divided by accounts, the share of that project’s accounts on that chain family whose derived region matched expected_band. Every combination is reported regardless of size, but the automated modal-band check behind this table only asserts on a (project, chain family) pair once it has at least five accounts with a resolved region band — below that, the pair passes vacuously rather than being judged on too little evidence.

Columns

ColumnTypeDescription
project_idSTRINGProject the accounts are attributed to, such as an exchange running hot wallets.
chain_familySTRINGevm or svm; joins dimensions.chains.
expected_bandSTRINGRegion band the account is expected to fall in, known in advance rather than derived from activity. One of the same seven UTC-offset bands as Accounts ▸ Registry’s region.
region_confidenceSTRINGhigh, medium or low, or null when no tier was met, the confidence tier the row’s accounts were measured at.
accountsINT64Attributed accounts for that project, chain family and confidence tier with a known expected band.
hitsINT64Of those, the accounts whose derived region matched expected_band.
hit_rateFLOAT64hits divided by accounts, from safe_divide.

Sample queries

Filtering to one project_id shows whether the hit rate rises with region_confidence, the pattern the tier thresholds are meant to produce.