URD ATLAS
StatusTrack RecordThresholdsGlossaryFAQAPI DocsMethodology
Account
ChainsStatusTrack RecordThresholdsGlossaryFAQAPI DocsMethodology
Account
© 2026 Urd Atlas.
AboutTermsPrivacy
No price data · No forecasts · No recommendations
Glossary

Glossary

Public definitions for the product’s published terminology, fields, and interpretation boundaries. The glossary exists to make the product readable without turning it into an advisory or predictive surface.
Published reference data
Dataset: 2026-05-29.100005
Methodology: v1
Published reference data contract

How to use the glossary

The glossary explains what published fields and concepts mean inside the product’s descriptive framework. It should be used together with Methodology, Thresholds, Status, and chain pages.

Definitions are product-specific. They describe how the term is used in Urd Atlas, not how every other analytics product necessarily uses the same term.

Interpretation boundary

  • No glossary entry should imply a recommendation.
  • No glossary entry should imply future price direction.
  • Definitions should remain descriptive and traceable to published reference data artifacts.
  • Terms should be read in the context of the currently published methodology version.

Lookup

Initial query: confidence

Examples: confidence, regime, scorecard, lag

Showing 24 of 50 entries

Confidence missing flag

confidence

This flag tells you whether the confidence layer was incomplete or unavailable for the row. If true, the product should not pretend it knows more than it does.

+
Basic

This flag tells you whether the confidence layer was incomplete or unavailable for the row. If true, the product should not pretend it knows more than it does.

Advanced

When true, the UI should avoid presenting the classification as fully supported. The correct design response is visible uncertainty, not UI-side invention or silent substitution.

Unit
boolean
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.missing

Confidence score

confidence

Confidence tells you how much evidence supports the currently published classification. It is not a prediction score and it is not the probability that the regime is 'true'. A higher value means the current label is backed by more complete data and a clearer internal signal structure.

+
Basic

Confidence tells you how much evidence supports the currently published classification. It is not a prediction score and it is not the probability that the regime is 'true'. A higher value means the current label is backed by more complete data and a clearer internal signal structure.

Advanced

In the current backend, confidence_score is the geometric mean of data_quality_score and label_confidence_score: sqrt(data_quality_score × label_confidence_score). That means confidence only stays high when both inputs are strong. It should be read as evidence sufficiency for the present classification, not as forecast skill, expected return, or directional conviction.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.confidence_score

Confidence semantics

confidence

A machine-readable reminder of what the confidence score is supposed to mean. It helps keep the UI honest about the interpretation.

+
Basic

A machine-readable reminder of what the confidence score is supposed to mean. It helps keep the UI honest about the interpretation.

Advanced

The current semantics string identifies the score as a combination of data quality and label stability. This is important because it prevents the product from drifting into a misleading interpretation such as probability of future success or price direction.

Unit
text
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.semantics

Current row coverage

confidence

How much of the latest row's required input data is actually present. A value near 1 means the latest day has the fields the chain is expected to provide.

+
Basic

How much of the latest row's required input data is actually present. A value near 1 means the latest day has the fields the chain is expected to provide.

Advanced

This is computed from chain-specific required metrics, not from every possible field in the dataset. It answers 'does the latest row contain the inputs this chain needs for classification?' rather than 'is every column in the file populated?'.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.components.current_row_coverage

Data quality score

confidence

This score asks a simpler question than full confidence: 'Do we have enough complete and recent data to evaluate the chain properly right now?' It is the data sufficiency side of confidence, before the model asks whether the regime itself is internally clear.

+
Basic

This score asks a simpler question than full confidence: 'Do we have enough complete and recent data to evaluate the chain properly right now?' It is the data sufficiency side of confidence, before the model asks whether the regime itself is internally clear.

Advanced

The backend computes data_quality_score from five weighted components: current_row_coverage (30%), recent_metric_coverage (20%), recent_density (20%), history_depth (15%), and freshness_asof (15%). The score is clipped to 0..1. This is about data completeness and freshness only; it does not yet judge whether the regime label is sharp or ambiguous.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.data_quality_score

Freshness as-of

confidence

How fresh the row is relative to the chain's normal publishing lag. A chain can still be usable when not perfectly fresh, but confidence should decline when lag becomes unusually large.

+
Basic

How fresh the row is relative to the chain's normal publishing lag. A chain can still be usable when not perfectly fresh, but confidence should decline when lag becomes unusually large.

Advanced

Freshness is chain-aware. The backend compares lag against PUBLISH_LAG_DAYS_POLICY for the chain, then applies a soft-to-hard penalty curve. This matters because Base and Arbitrum are allowed more lag than Bitcoin or Ethereum, so the same calendar lag should not automatically mean the same freshness score across chains.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.components.freshness_asof

History depth

confidence

How much historical depth is available for the current computation. More history usually makes baselines, percentiles, and unusualness estimates more trustworthy.

+
Basic

How much historical depth is available for the current computation. More history usually makes baselines, percentiles, and unusualness estimates more trustworthy.

Advanced

In the current backend this is capped at 1.0 once roughly 90 distinct days are available. The score is not trying to reward infinite history forever; it is trying to avoid giving full confidence to a regime that was inferred from a very short local sample.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.components.history_depth

Label confidence score

confidence

This score measures how clearly the current scorecard and driver evidence support the label that was chosen. It is the signal-clarity side of confidence.

+
Basic

This score measures how clearly the current scorecard and driver evidence support the label that was chosen. It is the signal-clarity side of confidence.

Advanced

For non-STABLE labels, label confidence mainly depends on scorecard margin and driver support. For STABLE, the model also rewards neutrality, because a stable label should look genuinely close to the chain's own middle ground rather than merely lacking extreme readings. UNKNOWN/DEGRADED maps to zero label confidence.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.label_confidence_score

Recent density

confidence

How many actual published days exist in the recent trailing window relative to how many days should ideally be there. It is a direct check for holes in the recent series.

+
Basic

How many actual published days exist in the recent trailing window relative to how many days should ideally be there. It is a direct check for holes in the recent series.

Advanced

The backend measures recent_density as observed distinct days divided by expected recent days. This is why missing runs or broken daily continuity immediately push data quality down, even if the rows that do exist look individually complete.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.components.recent_density

Recent metric coverage

confidence

The average row-level coverage across the recent trailing window. It tells you whether the last several weeks look consistently complete, not just whether the latest row is complete.

+
Basic

The average row-level coverage across the recent trailing window. It tells you whether the last several weeks look consistently complete, not just whether the latest row is complete.

Advanced

The backend computes recent_metric_coverage as the average of row coverage over the recent trailing window used by the confidence routine. This catches situations where today's row looks complete but the surrounding days are patchy, which would make trends less trustworthy.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.components.recent_metric_coverage

Driver robust z-score

drivers

This tells you how unusual the metric currently looks relative to its own history. The larger the absolute value, the more exceptional the reading is. 'Robust' means the method tries to be less sensitive to outliers than a naive standard deviation approach.

+
Basic

This tells you how unusual the metric currently looks relative to its own history. The larger the absolute value, the more exceptional the reading is. 'Robust' means the method tries to be less sensitive to outliers than a naive standard deviation approach.

Advanced

z_robust is one of the main driver-sorting signals in the UI and in backend support logic. It is especially important because label confidence uses driver signal support. Very small absolute z-scores mean the metric is not standing far from its own baseline; large absolute z-scores mean the metric is contributing unusually strong evidence.

Unit
z-score
Source
/api/v1/files/meta/<chain>/latest.json
Field
regime.drivers[].z_robust

As-of lag days

freshness

The lag between the row's own as-of date and the latest source day used for that row. If this is 0, the row and its data date match. If it is larger than 0, the row is being judged using older underlying data.

+
Basic

The lag between the row's own as-of date and the latest source day used for that row. If this is 0, the row and its data date match. If it is larger than 0, the row is being judged using older underlying data.

Advanced

This is the historically correct lag measure for Track Record-style views. It is different from lag versus today. Using lag_days_vs_asof_date avoids the misleading effect where old historical rows would automatically look stale simply because time has passed since publication.

Unit
days
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.lag_days_vs_asof_date

Lag days vs today

freshness

How many days behind the latest published chain data is relative to today. This is useful for current freshness banners, but less useful for interpreting old historical rows.

+
Basic

How many days behind the latest published chain data is relative to today. This is useful for current freshness banners, but less useful for interpreting old historical rows.

Advanced

This field remains useful for current page freshness and operational monitoring. It should not be confused with historical as-of lag. A row from months ago can have a large lag vs today even if it was perfectly fresh when it was published.

Unit
days
Source
/api/v1/files/meta/<chain>/latest.json
Field
confidence.lag_days_vs_utc_today

Regime label

regime

The regime label is the product's compact description of the chain's current on-chain state. It is descriptive only. It does not predict what happens next and it does not tell the user what to do. Its job is to summarize whether the latest published evidence looks more like stable conditions, heating demand, congestion pressure, cheap conditions, or a degraded / low-confidence state.

+
Basic

The regime label is the product's compact description of the chain's current on-chain state. It is descriptive only. It does not predict what happens next and it does not tell the user what to do. Its job is to summarize whether the latest published evidence looks more like stable conditions, heating demand, congestion pressure, cheap conditions, or a degraded / low-confidence state.

Advanced

The frontend treats status.label as the canonical published regime label and only falls back to regime.label if status.label is unavailable. In the backend, the label is produced by deterministic rules over Demand, Friction, and Capacity evidence, with a confidence gate that can force UNKNOWN/DEGRADED. The UI does not recompute the label. The correct interpretation is therefore 'published classification result', not 'UI opinion' or 'forecast'.

Unit
category
Source
/api/v1/files/meta/<chain>/latest.json
Field
status.label

Regime one-liner

regime

The one-liner is a short human-readable summary of the published regime. It is there to make the page readable at a glance before the user dives into the detail.

+
Basic

The one-liner is a short human-readable summary of the published regime. It is there to make the page readable at a glance before the user dives into the detail.

Advanced

This text is pipeline-authored descriptive copy published alongside the regime label. The UI renders it directly and should not be treated as an independent inference layer. It compresses regime, confidence, and chain context into one short sentence.

Unit
text
Source
/api/v1/files/meta/<chain>/latest.json
Field
status.one_liner

STABLE

regime

STABLE means the chain does not currently show a strong enough combination of demand pressure, friction pressure, or cheap-capacity conditions to justify a more extreme label. It does not mean 'nothing is happening'. It means the chain still looks broadly within its normal historical operating range.

+
Basic

STABLE means the chain does not currently show a strong enough combination of demand pressure, friction pressure, or cheap-capacity conditions to justify a more extreme label. It does not mean 'nothing is happening'. It means the chain still looks broadly within its normal historical operating range.

Advanced

In the ruleset, STABLE is the default label when the evidence does not meet CONGESTED, CHEAP, or HEATING conditions and the confidence gate does not force UNKNOWN/DEGRADED. In practice this usually means scorecard dimensions are not far enough from neutral, or the directional evidence is not persistent enough, to support a stronger regime label.

Unit
regime state
Source
/api/v1/files/meta/<chain>/latest.json
Field
status.label

UNKNOWN/DEGRADED

regime

UNKNOWN/DEGRADED means the product does not have enough trustworthy evidence to publish a stronger regime label confidently. The latest data may still be visible for traceability, but the classification itself should be treated as insufficiently supported.

+
Basic

UNKNOWN/DEGRADED means the product does not have enough trustworthy evidence to publish a stronger regime label confidently. The latest data may still be visible for traceability, but the classification itself should be treated as insufficiently supported.

Advanced

This state is usually triggered by the confidence gate rather than by a separate market condition. In the current model, the published regime becomes UNKNOWN/DEGRADED when combined publish confidence falls below the configured threshold. It is therefore an evidence-quality state, not a fifth economic regime in the same sense as STABLE, HEATING, CONGESTED, or CHEAP.

Unit
regime state
Source
/api/v1/files/meta/<chain>/latest.json
Field
status.label

Capacity score

scorecard

A 0-100 score describing how tight the chain's capacity conditions look. Higher means the chain appears closer to practical throughput pressure. Lower means more room to spare.

+
Basic

A 0-100 score describing how tight the chain's capacity conditions look. Higher means the chain appears closer to practical throughput pressure. Lower means more room to spare.

Advanced

Capacity is built from gas_utilization_pct and blocktime_instability. The product uses 'capacity' to mean pressure on usable execution capacity, not installed theoretical capacity. Like the other dimensions, the final score is pulled toward 50 when effective confidence is low.

Unit
0..100
Source
/api/v1/files/meta/<chain>/latest.json
Field
scorecard.dimensions.capacity.score

Coverage factor

scorecard

Coverage factor tells you how many of an axis's expected components were actually available. A lower value means that axis had to be judged with fewer than the ideal supporting inputs.

+
Basic

Coverage factor tells you how many of an axis's expected components were actually available. A lower value means that axis had to be judged with fewer than the ideal supporting inputs.

Advanced

Each scorecard dimension has an expected component count: Demand expects 3, Friction expects 2, Capacity expects 2. coverage_factor is used together with overall confidence to form effective_confidence for that axis. This is why a dimension can stay visible but become visibly less assertive when component coverage is incomplete.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
scorecard.dimensions.<axis>.coverage_factor

Demand score

scorecard

A 0-100 score describing how hot the chain's demand side looks relative to its own history. Around 50 is neutral. Higher means more demand pressure. Lower means quieter conditions.

+
Basic

A 0-100 score describing how hot the chain's demand side looks relative to its own history. Around 50 is neutral. Higher means more demand pressure. Lower means quieter conditions.

Advanced

Demand is built from tx_count_daily, unique_active_addresses, and tx_per_user. The raw component scores are combined and then shrunk back toward 50 according to effective confidence. This means high demand scores require both strong signals and enough confidence to trust them.

Unit
0..100
Source
/api/v1/files/meta/<chain>/latest.json
Field
scorecard.dimensions.demand.score

Effective confidence

scorecard

Effective confidence is the amount of confidence that actually reaches a single scorecard axis after taking that axis's coverage into account.

+
Basic

Effective confidence is the amount of confidence that actually reaches a single scorecard axis after taking that axis's coverage into account.

Advanced

The backend computes effective_confidence as base_confidence × coverage_factor for each dimension. The final displayed score is then moved back toward 50 using this value. That is why low effective confidence does not necessarily delete a score; instead it makes the score less extreme and therefore more conservative.

Unit
0..1
Source
/api/v1/files/meta/<chain>/latest.json
Field
scorecard.dimensions.<axis>.effective_confidence

Friction score

scorecard

A 0-100 score describing how difficult or expensive the chain currently looks to use relative to its own history. Higher means more cost or execution friction. Lower means the chain looks easier to use.

+
Basic

A 0-100 score describing how difficult or expensive the chain currently looks to use relative to its own history. Higher means more cost or execution friction. Lower means the chain looks easier to use.

Advanced

Friction is built from fee_burden_proxy and failed_tx_rate. The important subtlety is that this is not just a fee level. It is a composite pressure view of cost and failure-like strain, expressed relative to the chain's own normal behavior and shrunk toward 50 when confidence is weak.

Unit
0..100
Source
/api/v1/files/meta/<chain>/latest.json
Field
scorecard.dimensions.friction.score

Scorecard interpretation note

scorecard

A built-in note explaining how to read the scorecard. The core idea is simple: scores are 0-100, 50 is neutral versus the chain's own history, and low confidence pulls scores back toward 50.

+
Basic

A built-in note explaining how to read the scorecard. The core idea is simple: scores are 0-100, 50 is neutral versus the chain's own history, and low confidence pulls scores back toward 50.

Advanced

This note is important because it encodes the product's central score semantics: chain-relative normalization, 50 as neutral midpoint, and confidence-aware shrinkage. Those three ideas are what stop the scorecard from being mistaken for an absolute cross-chain ranking.

Unit
text
Source
/api/v1/files/meta/<chain>/latest.json
Field
scorecard.notes.interpretation

Scorecard level

scorecard

The qualitative band attached to a score, such as low, normal, or high. It makes the numeric score easier to read quickly.

+
Basic

The qualitative band attached to a score, such as low, normal, or high. It makes the numeric score easier to read quickly.

Advanced

Levels are not separate data; they are categorical interpretations of the underlying 0-100 score. The confidence logic also uses score-versus-level margin, because a label should be more trustworthy when the score sits well inside its assigned band rather than barely touching it.

Unit
category
Source
/api/v1/files/meta/<chain>/latest.json
Field
scorecard.dimensions.<axis>.level

Related pages

  • /methodology
  • /methodology/changelog
  • /thresholds
  • /status
  • /chains
  • /api-docs
Traceability

This page is a public definitions surface and should remain aligned with methodology, thresholds, status, API docs, and chain interpretation.

Source route: /api/v1/glossary